Package com.iizigo.prop.editor.dialog
Class PatternDialog
- java.lang.Object
- org.eclipse.swt.widgets.Dialog
- com.iizigo.prop.editor.dialog.PatternDialog
public class PatternDialog extends org.eclipse.swt.widgets.Dialog
The font dialog to choose the font.- Author:
- Christopher Mindus
Constructor Summary
Constructors Constructor Description PatternDialog(org.eclipse.swt.widgets.Shell parent, ModuleModel model, GFillPattern pattern)
Create the dialog.
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GFillPattern
open()
Open the dialog.
Constructor Detail
PatternDialog
public PatternDialog(org.eclipse.swt.widgets.Shell parent, ModuleModel model, GFillPattern pattern)
Create the dialog.
Method Detail
open
public GFillPattern open()
Open the dialog.- Returns:
- the result, or null for cancel.