- getActions() - Method in interface com.caplin.view.View
-
Gets the list of Swing Actions that the view exposes for use as menu and toolbar items (these actions are
added to menus/toolbar via their command names as configured in the view xml)
- getConsole() - Method in interface com.caplin.view.View
-
Gets the console object passed into the init() method, this is a helper method to allow access to the console
from other classes without having to pass the console object around.
- getCredentials() - Method in interface com.caplin.console.credentials.ConsoleCredentialsProvider
-
Get the credentials required to access a Caplin product's JMX server.
- getEditorClass() - Method in interface com.caplin.console.credentials.CustomConsoleCredentialsProvider
-
Returns the Class
that should be used for editing this type of credentials provider.
- getGlobalProperty(String) - Method in interface com.caplin.console.Console
-
Gets a global property.
- getJMXConnection() - Method in interface com.caplin.console.Console
-
Gets the JMX MBeanServerConnection for the current connection
- getProperties() - Method in interface com.caplin.console.credentials.CustomConsoleCredentialsProvider
-
Saves this CustomConsoleCredentialsProvider
to the returned Map
.
- getProperties() - Method in interface com.caplin.view.View
-
Called by the console to retrieve the views configuration properties that the console will save in the
configuration XML and pass back to the view the next time it is initialized in the init() method
- getRegisteredObject(String) - Method in interface com.caplin.console.Console
-
Gets the value of a previously registered object
- getStatusMessage() - Method in interface com.caplin.console.Console
-
Gets the current status message displayed by the console
- getToken() - Method in class com.caplin.credentials.Credentials
-
The token (or password) to be used to login.
- getUsername() - Method in class com.caplin.credentials.Credentials
-
Gets the username to be used to login.