Class NotePadDialog


  • public class NotePadDialog
    extends org.eclipse.swt.widgets.Dialog
    Dialog to enter a text. (descriptions etc.)
    Since:
    20-04-2009
    Author:
    Samatar
    • Constructor Summary

      Constructors 
      Constructor Description
      NotePadDialog​(org.pentaho.di.core.variables.VariableSpace space, org.eclipse.swt.widgets.Shell parent, String title)  
      NotePadDialog​(org.pentaho.di.core.variables.VariableSpace space, org.eclipse.swt.widgets.Shell parent, String title, org.pentaho.di.core.NotePadMeta nMeta)
      Dialog to allow someone to show or enter a text in variable width font
    • Field Detail

      • COLOR_RGB_BLACK

        public static org.eclipse.swt.graphics.RGB COLOR_RGB_BLACK
      • COLOR_RGB_YELLOW

        public static org.eclipse.swt.graphics.RGB COLOR_RGB_YELLOW
      • COLOR_RGB_GRAY

        public static org.eclipse.swt.graphics.RGB COLOR_RGB_GRAY
    • Constructor Detail

      • NotePadDialog

        public NotePadDialog​(org.pentaho.di.core.variables.VariableSpace space,
                             org.eclipse.swt.widgets.Shell parent,
                             String title,
                             org.pentaho.di.core.NotePadMeta nMeta)
        Dialog to allow someone to show or enter a text in variable width font
        Parameters:
        parent - The parent shell to use
        title - The dialog title
        message - The message to display
        text - The text to display or edit
      • NotePadDialog

        public NotePadDialog​(org.pentaho.di.core.variables.VariableSpace space,
                             org.eclipse.swt.widgets.Shell parent,
                             String title)
    • Method Detail

      • open

        public org.pentaho.di.core.NotePadMeta open()
      • dispose

        public void dispose()
      • getData

        public void getData()