public class NotePadDialog
extends org.eclipse.swt.widgets.Dialog
| Modifier and Type | Field and 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 and 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 
 | 
public static org.eclipse.swt.graphics.RGB COLOR_RGB_BLACK
public static org.eclipse.swt.graphics.RGB COLOR_RGB_YELLOW
public static org.eclipse.swt.graphics.RGB COLOR_RGB_GRAY
public NotePadDialog(org.pentaho.di.core.variables.VariableSpace space,
             org.eclipse.swt.widgets.Shell parent,
             String title,
             org.pentaho.di.core.NotePadMeta nMeta)
parent - The parent shell to usetitle - The dialog titlemessage - The message to displaytext - The text to display or editpublic NotePadDialog(org.pentaho.di.core.variables.VariableSpace space,
             org.eclipse.swt.widgets.Shell parent,
             String title)