public interface IConsoleActionFactory
| Modifier and Type | Method and Description |
|---|---|
ConsoleAction |
createAction(java.lang.String actionId,
java.lang.String connectionType,
org.eclipse.core.runtime.IAdaptable adapter)
Returns an implementation of ConsoleAction
|
ConsoleAction createAction(java.lang.String actionId, java.lang.String connectionType, org.eclipse.core.runtime.IAdaptable adapter)
actionId - The id of the action being requestedconnectionType - The connection type of the terminal consoleadapter - An adapter to get relevant objects for use by the ConsoleAction being created (eg. IRemoteConnection)