|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.swt.widgets.Dialog
com.tensegrity.gui.swt.dialog.SwtPreferencesDialog
NOTE:DO NOT USE THIS CLASS IT IS STILL UNDER CONSTRUCTION!!!
A simple dialog for view and changing preference attributes.
After instantiation use the open() method to make the dialog visible.
| Constructor Summary | |
SwtPreferencesDialog(org.eclipse.swt.widgets.Shell parent,
java.lang.String title,
PreferenceDialogProvider prefProvider,
UIManager uiManager,
AttributeEditorTranslator editorTranslator)
Constructor which requires a PreferenceDialogProvider instance. |
|
| Method Summary | |
void |
applyEvList()
Tells the component to apply its UIItemEvaluationList. |
void |
installEvList()
Tells the component to setup its internal state. |
void |
open()
Opens the modal dialog and returns a... |
| Methods inherited from class org.eclipse.swt.widgets.Dialog |
checkSubclass, getParent, getStyle, getText, setText |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SwtPreferencesDialog(org.eclipse.swt.widgets.Shell parent,
java.lang.String title,
PreferenceDialogProvider prefProvider,
UIManager uiManager,
AttributeEditorTranslator editorTranslator)
PreferenceDialogProvider instance.
parent - the parent shelltitle - the dialog titleprefProvider - PreferenceDialogProvider instance for obtaining the
preference attributesuiManager - for internationalization| Method Detail |
public void open()
public void installEvList()
Evaluable
installEvList in interface Evaluablepublic void applyEvList()
EvaluableUIItemEvaluationList.
applyEvList in interface Evaluable
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||