gate.gui
Class ApplicationViewer.ParameterDisjunction
java.lang.Object
|
+--gate.gui.ApplicationViewer.ParameterDisjunction
- Enclosing class:
- ApplicationViewer
- class ApplicationViewer.ParameterDisjunction
- extends Object
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
selectedIndex
int selectedIndex
options
List options
typeName
String typeName
name
String name
names
String[] names
currentParameter
Parameter currentParameter
values
Object[] values
ApplicationViewer.ParameterDisjunction
public ApplicationViewer.ParameterDisjunction(List options)
- gets a list of
Parameter
setSelectedIndex
public void setSelectedIndex(int index)
size
public int size()
getRequired
public Boolean getRequired()
getName
public String getName()
getComment
public String getComment()
getType
public String getType()
getNames
public String[] getNames()
clearValue
public void clearValue()
- Called when the value used for this parameter has been unloaded.
Will set the value for this param to the default
setValue
public void setValue(Object value)
getValue
public Object getValue()