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
Modifier and TypeFieldDescriptionstatic org.eclipse.swt.graphics.RGB
static org.eclipse.swt.graphics.RGB
static org.eclipse.swt.graphics.RGB
-
Constructor Summary
ConstructorDescriptionNotePadDialog
(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
Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
-
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 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)
-
-
Method Details
-
open
public org.pentaho.di.core.NotePadMeta open() -
dispose
public void dispose() -
getData
public void getData()
-