Class RawTextEditorDialog

java.lang.Object
org.eclipse.swt.widgets.Dialog
com.iizigo.prop.editor.dialog.RawTextEditorDialog
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
RawTextEditorPatternDialog

public class RawTextEditorDialog extends Dialog implements Runnable
Raw text editor dialog box, showing optional toolbar for insert text fields/images/convert format.
Author:
Christopher Mindus
  • Field Details

  • Constructor Details

  • Method Details

    • open

      public KString open()
      Open the dialog.
      Returns:
      the gradient.
    • createContents

      protected void createContents()
      Create contents of the dialog.
    • run

      public void run()
      The update runnable.
      Specified by:
      run in interface Runnable