Package org.pentaho.di.ui.spoon.dialog
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
COLOR_RGB_BLACK
static org.eclipse.swt.graphics.RGB
COLOR_RGB_GRAY
static org.eclipse.swt.graphics.RGB
COLOR_RGB_YELLOW
-
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
void
getData()
org.pentaho.di.core.NotePadMeta
open()
-
-
-
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 usetitle
- The dialog titlemessage
- The message to displaytext
- The text to display or edit
-
NotePadDialog
public NotePadDialog(org.pentaho.di.core.variables.VariableSpace space, org.eclipse.swt.widgets.Shell parent, String title)
-
-