All Packages Class Hierarchy This Package Previous Next Index
Class jreqtools.SelectRequester
java.lang.Object
|
+----jreqtools.AbstractRequester
|
+----jreqtools.SelectRequester
- public class SelectRequester
- extends AbstractRequester
This is a requester for a list of strings. The user can select one of them.
- Author:
- Markus Hillenbrand
-
SelectRequester()
- Constructs a new StringRequester.
-
SelectRequester(Object[])
- Constructs a new StringRequester.
-
SelectRequester(String, Object[])
- Constructs a new StringRequester.
-
SelectRequester(String, String, Object[])
- Constructs a new StringRequester.
-
createJDialog(JFrame)
-
-
getReturnValue()
-
-
getSelectedValue()
-
-
setMessage(String)
- Sets the message to be shown in the requester.
-
setValues(Object[])
- Sets the string in the requester.
SelectRequester
public SelectRequester()
- Constructs a new StringRequester.
SelectRequester
public SelectRequester(Object data[])
- Constructs a new StringRequester.
- Parameters:
- defaultstring - - The initial value of the text field.
SelectRequester
public SelectRequester(String message,
Object data[])
- Constructs a new StringRequester.
- Parameters:
- message - - The message to be shown in the requester.
- defaultstring - - The initial value of the text field.
SelectRequester
public SelectRequester(String title,
String message,
Object data[])
- 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
getSelectedValue
public Object getSelectedValue()
setMessage
public void setMessage(String newmessage)
- Sets the message to be shown in the requester.
setValues
public void setValues(Object data[])
- Sets the string in the requester.
All Packages Class Hierarchy This Package Previous Next Index