|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcz.cuni.jagrlib.gui.ParamJGLScript
public class ParamJGLScript
JGL script file-name dialog box.
| Field Summary | |
|---|---|
protected java.lang.String |
fileName
JaGrLib script file-name. |
protected CommonFileFilter |
filter
File filter for JGL script chooser. |
protected javax.swing.JFileChooser |
chooser
JGL script chooser. |
| Constructor Summary | |
|---|---|
ParamJGLScript()
|
|
| Method Summary | |
|---|---|
java.lang.String |
edit()
Invokes edit dialog for special parameter. |
java.lang.String |
getText()
Returns String representation of parameter value. |
java.lang.Object |
getValue()
Returns internal value of the parameter. |
java.lang.Object |
setValue(java.lang.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 java.lang.String fileName
protected javax.swing.JFileChooser chooser
protected CommonFileFilter filter
| Constructor Detail |
|---|
public ParamJGLScript()
| Method Detail |
|---|
public java.lang.Object setValue(java.lang.Object val)
setValue in interface ParamGUI.ParamEditval - New value (internal representation).
public java.lang.Object getValue()
getValue in interface ParamGUI.ParamEditpublic java.lang.String getText()
getText in interface ParamGUI.ParamEditpublic java.lang.String edit()
edit in interface ParamGUI.ParamEdit
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||