org.jzuul.gdk.swt
Class InputDialog

java.lang.Object
  extended byorg.eclipse.swt.widgets.Dialog
      extended byorg.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)
           
 
Method Summary
 String open()
           
 String openNoWhitespace()
           
 void setDefaultValue(String value)
           
 void setMessage(String message)
           
 void setStyle(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
 

Field Detail

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
Constructor Detail

InputDialog

public InputDialog(org.eclipse.swt.widgets.Shell parent,
                   int style)

InputDialog

public InputDialog(org.eclipse.swt.widgets.Shell parent)
Method Detail

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