|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.rse.ui.view.SubSystemConfigurationAdapter
org.eclipse.rse.shells.ui.view.ShellServiceSubSystemConfigurationAdapter
| Field Summary | |
|---|---|
protected ImageDescriptor |
_activeShellImageDescriptor
|
protected SystemCommandAction |
_commandAction
|
protected IAction |
_exportShellHistoryAction
|
protected IAction |
_exportShellOutputAction
|
protected ImageDescriptor |
_inactiveShellImageDescriptor
|
| Fields inherited from class org.eclipse.rse.ui.view.SubSystemConfigurationAdapter |
|---|
imageTable |
| Constructor Summary | |
|---|---|
ShellServiceSubSystemConfigurationAdapter()
|
|
| Method Summary | |
|---|---|
ImageDescriptor |
getActiveCommandShellImageDescriptor()
Return the active command shell icon for this subsystem |
IAction |
getCommandShellAction(IRemoteCmdSubSystem selectedSubSystem,
Shell shell)
|
IAction |
getCommandShellHistoryExportAction(Shell shell)
Return the command shell history export action for the subsystem. |
IAction |
getCommandShellOutputExportAction(Shell shell)
Return the command shell output export action for the subsystem. |
ImageDescriptor |
getInactiveCommandShellImageDescriptor()
Return the inactive command shell icon for this subsystem |
IAction[] |
getSubSystemActions(ISubSystemConfiguration factory,
ISubSystem selectedSubSystem,
Shell shell)
Returns a list of actions for the popup menu when user right clicks on a subsystem object from this factory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected IAction _exportShellHistoryAction
protected IAction _exportShellOutputAction
protected SystemCommandAction _commandAction
protected ImageDescriptor _activeShellImageDescriptor
protected ImageDescriptor _inactiveShellImageDescriptor
| Constructor Detail |
public ShellServiceSubSystemConfigurationAdapter()
| Method Detail |
public IAction[] getSubSystemActions(ISubSystemConfiguration factory,
ISubSystem selectedSubSystem,
Shell shell)
SubSystemConfigurationAdapterIf you wish to support more actions, override getAdditionalSubSystemActions to return a Vector of IAction objects.
getSubSystemActions in interface ISubSystemConfigurationAdaptergetSubSystemActions in class SubSystemConfigurationAdapterselectedSubSystem - the currently selected subsystemshell - The Shell of the view where this action was launched from
#getSubSystemNewFilterPoolActions(ISubSystem, Shell),
#getAdditionalSubSystemActions(ISubSystem, Shell)
public IAction getCommandShellAction(IRemoteCmdSubSystem selectedSubSystem,
Shell shell)
public IAction getCommandShellHistoryExportAction(Shell shell)
public IAction getCommandShellOutputExportAction(Shell shell)
public ImageDescriptor getActiveCommandShellImageDescriptor()
public ImageDescriptor getInactiveCommandShellImageDescriptor()
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||