All Packages Class Hierarchy This Package Previous Next Index
Class jreqtools.ColorRequester
java.lang.Object
|
+----jreqtools.AbstractRequester
|
+----jreqtools.ColorRequester
- public class ColorRequester
- extends AbstractRequester
This is a requester for colors.
- Author:
- Markus Hillenbrand
-
ColorRequester()
- Constructs a new StringRequester.
-
ColorRequester(Color)
- Constructs a new StringRequester.
-
ColorRequester(String)
- Constructs a new StringRequester.
-
ColorRequester(String, Color)
- Constructs a new StringRequester.
-
createJDialog(JFrame)
-
-
getColor()
-
-
getReturnValue()
-
-
setColor(Color)
-
ColorRequester
public ColorRequester()
- Constructs a new StringRequester.
ColorRequester
public ColorRequester(String title)
- Constructs a new StringRequester.
- Parameters:
- message - - The message to be shown in the requester.
- defaultstring - - The initial value of the text field.
ColorRequester
public ColorRequester(Color defaultcolor)
- Constructs a new StringRequester.
- Parameters:
- defaultstring - - The initial value of the text field.
ColorRequester
public ColorRequester(String title,
Color defaultcolor)
- 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
getColor
public Color getColor()
getReturnValue
public int getReturnValue()
- Overrides:
- getReturnValue in class AbstractRequester
setColor
public void setColor(Color newcolor)
All Packages Class Hierarchy This Package Previous Next Index