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 Summary
ConstructorDescriptionRawTextEditorPatternDialog
(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
RawTextEditorPatternDialog
public RawTextEditorPatternDialog(Shell parent, ModuleModel model, KString ks, Boolean useTags, IVSParticipant vsParticipant, EditorTextTable defaultTextTable, Value.Type valueType) Create the dialog.
Method Details
createContents
protected void createContents()Create contents of the dialog.- Overrides:
createContents
in classRawTextEditorDialog