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(VariableSpace space,
org.eclipse.swt.widgets.Shell parent,
String title) |
NotePadDialog(VariableSpace space,
org.eclipse.swt.widgets.Shell parent,
String title,
NotePadMeta nMeta)
Dialog to allow someone to show or enter a text in variable width font
|
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
void |
getData() |
NotePadMeta |
open() |
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(VariableSpace space, org.eclipse.swt.widgets.Shell parent, String title, NotePadMeta nMeta)
parent
- The parent shell to usetitle
- The dialog titlemessage
- The message to displaytext
- The text to display or editpublic NotePadDialog(VariableSpace space, org.eclipse.swt.widgets.Shell parent, String title)
public NotePadMeta open()
public void dispose()
public void getData()
Copyright © 2019 Hitachi Vantara. All rights reserved.