org.pentaho.di.ui.spoon.dialog
Class NotePadDialog

java.lang.Object
  extended by Dialog
      extended by org.pentaho.di.ui.spoon.dialog.NotePadDialog

public class NotePadDialog
extends Dialog

Dialog to enter a text. (descriptions etc.)

Since:
20-04-2009
Author:
Samatar

Field Summary
static RGB COLOR_RGB_BLACK
           
static RGB COLOR_RGB_GRAY
           
static RGB COLOR_RGB_YELLOW
           
 
Constructor Summary
NotePadDialog(VariableSpace space, Shell parent, String title)
           
NotePadDialog(VariableSpace space, Shell parent, String title, NotePadMeta nMeta)
          Dialog to allow someone to show or enter a text in variable width font
 
Method Summary
 void dispose()
           
 void getData()
           
 NotePadMeta open()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLOR_RGB_BLACK

public static RGB COLOR_RGB_BLACK

COLOR_RGB_YELLOW

public static RGB COLOR_RGB_YELLOW

COLOR_RGB_GRAY

public static RGB COLOR_RGB_GRAY
Constructor Detail

NotePadDialog

public NotePadDialog(VariableSpace space,
                     Shell parent,
                     String title,
                     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(VariableSpace space,
                     Shell parent,
                     String title)
Method Detail

open

public NotePadMeta open()

dispose

public void dispose()

getData

public void getData()