Package com.iizigo.prop.editor.dialog
Class RawTextEditorPatternDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
com.iizigo.prop.editor.dialog.RawTextEditorDialog
com.iizigo.prop.editor.dialog.RawTextEditorPatternDialog
- All Implemented Interfaces:
- Runnable
Pattern dialog that extends the raw text editor dialog.
- Author:
- Christopher Mindus
- Field Summary- Fields inherited from class com.iizigo.prop.editor.dialog.RawTextEditorDialog- editor, shell
- Constructor SummaryConstructorsConstructorDescription- RawTextEditorPatternDialog- (Shell parent, ModuleModel model, KString ks, Boolean useTags, IVSParticipant vsParticipant, EditorTextTable defaultTextTable, Value.Type valueType) Create the dialog.
- Method Summary- Methods inherited from class com.iizigo.prop.editor.dialog.RawTextEditorDialog- open, run
- Constructor Details- RawTextEditorPatternDialogpublic RawTextEditorPatternDialog- (Shell parent, ModuleModel model, KString ks, Boolean useTags, IVSParticipant vsParticipant, EditorTextTable defaultTextTable, Value.Type valueType) Create the dialog.
 
- Method Details- createContentsprotected void createContents()Create contents of the dialog.- Overrides:
- createContentsin class- RawTextEditorDialog