Class RawTextEditorDialog

  • All Implemented Interfaces:
    java.lang.Runnable
    Direct Known Subclasses:
    RawTextEditorPatternDialog

    public class RawTextEditorDialog
    extends org.eclipse.swt.widgets.Dialog
    implements java.lang.Runnable
    Raw text editor dialog box, showing optional toolbar for insert text fields/images/convert format.
    Author:
    Christopher Mindus
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      protected voidcreateContents()
      Create contents of the dialog.
      KStringopen()
      Open the dialog.
      voidrun()
      The update runnable.
      • Methods inherited from class org.eclipse.swt.widgets.Dialog

        checkSubclass, getParent, getStyle, getText, setText
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RawTextEditorDialog

        public RawTextEditorDialog​(org.eclipse.swt.widgets.Shell parent,
                                   ModuleModel model,
                                   KString ks,
                                   java.lang.Boolean useTags,
                                   boolean isPlainOnly,
                                   IVSParticipant vsParticipant,
                                   EditorTextTable defaultTextTable)
        Create the dialog.
    • Method Detail

      • 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 java.lang.Runnable