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 Link icon

  • Constructor Details Link icon

  • Method Details Link icon

    • open Link icon

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

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

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