|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAction
com.ibm.etools.systems.core.ui.actions.SystemBaseAction
com.ibm.etools.systems.core.ui.actions.SystemShowPreferencesPageAction
This action will launch the Prefences dialog, but only rooted at a given preference page (it will include its children underneath), including the child pages registered under that page ("category").
This is used by the com.ibm.etools.systems.core.remoteSystemsViewPreferencesActions extension point.
SystemCascadingPreferencesAction
,
Serialized FormField Summary | |
---|---|
static String |
copyright
|
Fields inherited from class com.ibm.etools.systems.core.ui.actions.SystemBaseAction |
---|
allowOnMultipleSelection, arrowCursor, helpId, selectionSensitive, shell, sSelection, traceSelections, traceTarget, viewer, waitCursor |
Constructor Summary | |
---|---|
SystemShowPreferencesPageAction()
Constructor. |
Method Summary | |
---|---|
PreferenceManager |
getPreferenceManager()
|
void |
init(IViewPart view)
|
void |
run()
This is the method called when the user selects this action. |
void |
run(IAction action)
|
void |
selectionChanged(IAction action,
ISelection selection)
|
void |
setPreferencePageCategory(String preferencePageCategory)
Set the category of the pages to be shown. |
void |
setPreferencePageID(String preferencePageID)
Set ID of the preference root page to show. |
void |
setPreferencePageID(String[] preferencePageIDs)
Set IDs of the preference root pages to show. |
Methods inherited from class com.ibm.etools.systems.core.ui.actions.SystemBaseAction |
---|
allowOnMultipleSelection, checkObjectType, getAdapter, getContextMenuGroup, getCurrentTreeView, getDescription, getFirstSelection, getHelpContextId, getLabel, getNextSelection, getRemoteAdapter, getSelection, getSelectionProvider, getShell, getShell, getString, getStringOrNull, getSystemConnection, getToolTip, getViewer, isDummy, isEnabled, isSelectionSensitive, issueTraceMessage, selectionChanged, setAvailableOffline, setBusyCursor, setContextMenuGroup, setDisplayCursor, setDisplayCursor, setHelp, setInputs, setSelection, setSelectionProvider, setSelectionSensitive, setShell, setSystemConnection, setTracing, setTracing, setViewer, updateSelection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String copyright
Constructor Detail |
public SystemShowPreferencesPageAction()
SystemPlugin#getPreferencePageActionPlugins()
for each extension of our extension point com.ibm.etools.systems.core.remoteSystemsViewPreferencesActions
Method Detail |
public void setPreferencePageID(String preferencePageID)
preferencePageID
- The ID of the preference page root to show. All child nodes will also be shown.public void setPreferencePageID(String[] preferencePageIDs)
preferencePageIDs
- The IDs of the preference page roots to show. All child nodes will also be shown.public void setPreferencePageCategory(String preferencePageCategory)
public void init(IViewPart view)
IViewActionDelegate#init(IViewPart)
public void run(IAction action)
IActionDelegate#run(IAction)
public void selectionChanged(IAction action, ISelection selection)
IActionDelegate#selectionChanged(IAction, ISelection)
public void run()
run
in class SystemBaseAction
Action
public PreferenceManager getPreferenceManager()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |