|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cuni.jagrlib.gui.ParamColor
public class ParamColor
Color edit dialog.
Field Summary | |
---|---|
protected Color |
c
|
Constructor Summary | |
---|---|
ParamColor()
|
Method Summary | |
---|---|
String |
edit()
Invokes edit dialog for special parameter. |
String |
getText()
Returns String representation of parameter value. |
Object |
getValue()
Returns internal value of the parameter. |
Object |
setValue(Object val)
Sets value of the parameter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Color c
Constructor Detail |
---|
public ParamColor()
Method Detail |
---|
public Object setValue(Object val)
setValue
in interface ParamGUI.ParamEdit
val
- New value (internal representation).
public Object getValue()
getValue
in interface ParamGUI.ParamEdit
public String getText()
getText
in interface ParamGUI.ParamEdit
public String edit()
edit
in interface ParamGUI.ParamEdit
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |