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:
- java.lang.Runnable
 - public class RawTextEditorPatternDialog extends RawTextEditorDialog 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- Constructors - Constructor - Description - RawTextEditorPatternDialog(org.eclipse.swt.widgets.Shell parent, ModuleModel model, KString ks, java.lang.Boolean useTags, IVSParticipant vsParticipant, EditorTextTable defaultTextTable, Value.Type valueType)Create the dialog.
 - Method Summary- All Methods Instance Methods Concrete Methods - Modifier and Type - Method - Description - protected void- createContents()Create contents of the dialog.- Methods inherited from class com.iizigo.prop.editor.dialog.RawTextEditorDialog- open, run
 
 
- Constructor Detail- RawTextEditorPatternDialog- public RawTextEditorPatternDialog(org.eclipse.swt.widgets.Shell parent, ModuleModel model, KString ks, java.lang.Boolean useTags, IVSParticipant vsParticipant, EditorTextTable defaultTextTable, Value.Type valueType)Create the dialog.
 
 - Method Detail- createContents- protected void createContents() Create contents of the dialog.- Overrides:
- createContentsin class- RawTextEditorDialog