All Packages Class Hierarchy This Package Previous Next Index
Class jreqtools.TextRequester
java.lang.Object
|
+----jreqtools.AbstractRequester
|
+----jreqtools.TextRequester
- public class TextRequester
- extends AbstractRequester
This is a requester for complete texts.
- Author:
- Markus Hillenbrand
-
TextRequester()
- Constructs a new StringRequester.
-
TextRequester(String)
- Constructs a new StringRequester.
-
TextRequester(String, String)
- Constructs a new StringRequester.
-
TextRequester(String, String, String)
- Constructs a new StringRequester.
-
createJDialog(JFrame)
-
-
getReturnValue()
-
-
getText()
- Gets the string which has been entered by the user.
-
setMessage(String)
- Sets the message to be shown in the requester.
-
setString(String)
- Sets the string in the requester.
-
setText(String)
- Sets the string in the requester.
TextRequester
public TextRequester()
- Constructs a new StringRequester.
TextRequester
public TextRequester(String defaultstring)
- Constructs a new StringRequester.
- Parameters:
- defaultstring - - The initial value of the text field.
TextRequester
public TextRequester(String message,
String defaultstring)
- Constructs a new StringRequester.
- Parameters:
- message - - The message to be shown in the requester.
- defaultstring - - The initial value of the text field.
TextRequester
public TextRequester(String title,
String message,
String defaultstring)
- Constructs a new StringRequester.
- Parameters:
- title - - Title of the requester.
- message - - The message to be shown in the requester.
- defaultstring - - The initial value of the text field.
createJDialog
protected JDialog createJDialog(JFrame parent)
- Overrides:
- createJDialog in class AbstractRequester
getReturnValue
protected int getReturnValue()
- Overrides:
- getReturnValue in class AbstractRequester
getText
public String getText()
- Gets the string which has been entered by the user.
setMessage
public void setMessage(String newmessage)
- Sets the message to be shown in the requester.
setString
public void setString(String newstring)
- Sets the string in the requester.
setText
public void setText(String newstring)
- Sets the string in the requester.
All Packages Class Hierarchy This Package Previous Next Index