org.jzuul.gdk.swt
Class InputDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
org.jzuul.gdk.swt.InputDialog
- public class InputDialog
- extends org.eclipse.swt.widgets.Dialog
|
Field Summary |
(package private) String |
def
|
(package private) org.eclipse.swt.widgets.Text |
input
|
(package private) org.eclipse.swt.widgets.Label |
message
|
(package private) String |
msgtext
|
(package private) org.eclipse.swt.widgets.Button |
ok
|
(package private) Object |
result
|
(package private) int |
style
|
| Fields inherited from class org.eclipse.swt.widgets.Dialog |
|
|
Constructor Summary |
InputDialog(org.eclipse.swt.widgets.Shell parent)
|
InputDialog(org.eclipse.swt.widgets.Shell parent,
int style)
|
| Methods inherited from class org.eclipse.swt.widgets.Dialog |
checkSubclass, getParent, getStyle, getText, setText |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
result
Object result
message
org.eclipse.swt.widgets.Label message
input
org.eclipse.swt.widgets.Text input
msgtext
String msgtext
def
String def
style
int style
ok
org.eclipse.swt.widgets.Button ok
InputDialog
public InputDialog(org.eclipse.swt.widgets.Shell parent,
int style)
InputDialog
public InputDialog(org.eclipse.swt.widgets.Shell parent)
open
public String open()
setMessage
public void setMessage(String message)
setDefaultValue
public void setDefaultValue(String value)
setStyle
public void setStyle(int style)
openNoWhitespace
public String openNoWhitespace()
Copyright © 2004 JZuul.org All Rights Reserved.
This documentation may be distributed and/or modified under the terms of the FDL