com.ibm.lab.soln.dialogs
Class DialogSettingsAction
java.lang.Object
|
+--com.ibm.lab.soln.dialogs.DialogSettingsAction
- All Implemented Interfaces:
- org.eclipse.ui.IActionDelegate
- public class DialogSettingsAction
- extends java.lang.Object
- implements org.eclipse.ui.IActionDelegate
Example of using the IDialogSettings
API to put values into
plug-in specific storage.
Method Summary |
void |
run(org.eclipse.jface.action.IAction action)
Gets the plug-in's IDialogSettings , creates a section, and
uses put() logic to save values for each supported data type. |
void |
selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DialogSettingsAction
public DialogSettingsAction()
run
public void run(org.eclipse.jface.action.IAction action)
- Gets the plug-in's
IDialogSettings
, creates a section, and
uses put()
logic to save values for each supported data type.
- Specified by:
run
in interface org.eclipse.ui.IActionDelegate
selectionChanged
public void selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
- Specified by:
selectionChanged
in interface org.eclipse.ui.IActionDelegate