|
|||||||||||
| 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.AbstractOkCancelDialog
com.tensegrity.gui.swt.dialog.GradientDialog
A dialog for changing gradient format items
| Field Summary |
| Fields inherited from class com.tensegrity.gui.swt.dialog.AbstractOkCancelDialog |
uiManager |
| Constructor Summary | |
GradientDialog(org.eclipse.swt.widgets.Shell parent,
PaintItemLabel pi,
UIManager uiManager)
Constructor which requires an initial PaintItemLabel to initialize the internally used PaintItem. |
|
| Method Summary | |
protected void |
createDialogContent(org.eclipse.swt.widgets.Composite parent)
Creates the dialog content which is shown above the button panel |
protected java.lang.Object |
getCancelResult()
Returns the result in case the user pressed the cancel button. |
protected java.lang.String |
getDialogTitle()
Returns the title text for this dialog. |
protected java.lang.Object |
getOkResult()
Returns the result in case the user pressed the ok button. |
void |
widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)
|
void |
widgetSelected(org.eclipse.swt.events.SelectionEvent e)
|
| Methods inherited from class com.tensegrity.gui.swt.dialog.AbstractOkCancelDialog |
close, open, setLocation |
| 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 GradientDialog(org.eclipse.swt.widgets.Shell parent,
PaintItemLabel pi,
UIManager uiManager)
parent - the parent shell of this GradientDialogpi - the PaintItemLabel for initializationuiManager - the UIManager used for internationalization| Method Detail |
public void widgetSelected(org.eclipse.swt.events.SelectionEvent e)
widgetSelected in interface org.eclipse.swt.events.SelectionListenerpublic void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)
widgetDefaultSelected in interface org.eclipse.swt.events.SelectionListenerprotected final java.lang.String getDialogTitle()
AbstractOkCancelDialog
getDialogTitle in class AbstractOkCancelDialogprotected final void createDialogContent(org.eclipse.swt.widgets.Composite parent)
AbstractOkCancelDialog
createDialogContent in class AbstractOkCancelDialogparent - this dialog to which the content could be addedprotected final java.lang.Object getOkResult()
AbstractOkCancelDialog
getOkResult in class AbstractOkCancelDialogprotected java.lang.Object getCancelResult()
AbstractOkCancelDialog
getCancelResult in class AbstractOkCancelDialog
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||