Package org.apache.hop.ui.hopgui.dialog
Class NotePadDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.apache.hop.ui.hopgui.dialog.NotePadDialog
-
public class NotePadDialog extends org.eclipse.swt.widgets.DialogDialog to enter a text. (descriptions etc.)
-
-
Field Summary
Fields Modifier and Type Field Description org.eclipse.swt.graphics.RGBCOLOR_RGB_BLACKorg.eclipse.swt.graphics.RGBCOLOR_RGB_GRAYorg.eclipse.swt.graphics.RGBCOLOR_RGB_YELLOW
-
Constructor Summary
Constructors Constructor Description NotePadDialog(IVariables variables, org.eclipse.swt.widgets.Shell parent, String title)NotePadDialog(IVariables variables, org.eclipse.swt.widgets.Shell parent, String title, 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 voiddispose()voidgetData()NotePadMetaopen()
-
-
-
Constructor Detail
-
NotePadDialog
public NotePadDialog(IVariables variables, org.eclipse.swt.widgets.Shell parent, String title, NotePadMeta nMeta)
Dialog to allow someone to show or enter a text in variable width font
-
NotePadDialog
public NotePadDialog(IVariables variables, org.eclipse.swt.widgets.Shell parent, String title)
-
-
Method Detail
-
open
public NotePadMeta open()
-
dispose
public void dispose()
-
getData
public void getData()
-
-