Package com.iizigo.prop.editor.dialog
Class StylesDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
com.iizigo.prop.editor.dialog.StylesDialog
- All Implemented Interfaces:
- EventListener
Dialog for Styles of a UI component.
- Author:
- Christopher Mindus
- Constructor SummaryConstructorsConstructorDescription- StylesDialog- (Shell parent, EditorStyles[] mainStyles, IPropertyEditorController controller) Create the dialog.
- Method Summary
- Constructor Details- StylesDialogCreate the dialog.
 
- Method Details- openpublic boolean open()Open the dialog.- Returns:
- true for OK, false for Cancel.
 
- onEventCalled to process an event.- Specified by:
- onEventin interface- EventListener
- Parameters:
- event- The event.