Class NotePadDialog

java.lang.Object
org.eclipse.swt.widgets.Dialog
org.pentaho.di.ui.spoon.dialog.NotePadDialog

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

    Fields
    Modifier and Type
    Field
    Description
    static org.eclipse.swt.graphics.RGB
     
    static org.eclipse.swt.graphics.RGB
     
    static org.eclipse.swt.graphics.RGB
     
  • 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
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    org.pentaho.di.core.NotePadMeta
     

    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
  • Field Details

    • 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 Details

    • 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 Details

    • open

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

      public void dispose()
    • getData

      public void getData()