Package com.iizigo.prop.editor.dialog
Class RawTextEditorDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
com.iizigo.prop.editor.dialog.RawTextEditorDialog
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
RawTextEditorPatternDialog
Raw text editor dialog box, showing optional toolbar for insert text fields/images/convert format.
- Author:
- Christopher Mindus
Field Summary
Modifier and TypeFieldDescriptionprotected RawTextEditorComposite
protected org.eclipse.swt.widgets.Shell
Constructor Summary
ConstructorDescriptionRawTextEditorDialog
(org.eclipse.swt.widgets.Shell parent, ModuleModel model, KString ks, Boolean useTags, boolean isPlainOnly, IVSParticipant vsParticipant, EditorTextTable defaultTextTable) Create the dialog.Method Summary
Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
Field Details
shell
protected org.eclipse.swt.widgets.Shell shelleditor
Constructor Details
RawTextEditorDialog
public RawTextEditorDialog(org.eclipse.swt.widgets.Shell parent, ModuleModel model, KString ks, Boolean useTags, boolean isPlainOnly, IVSParticipant vsParticipant, EditorTextTable defaultTextTable) Create the dialog.
Method Details