|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParameterEditor
Interface for the parameter Editors used by the methods that obtain the query graphically.
Method Summary | |
---|---|
java.lang.Object |
getEditorValue()
Gets the Editor value |
javax.swing.JComponent |
getJComponent()
Gets the Editor as a JComponent to be added to the panel |
void |
setAllowedValues(java.util.Collection<java.lang.Object> allowedValues)
Sets the allowed values for the editor |
void |
setEditorValue(java.lang.Object value)
Sets the default value of the editor |
Method Detail |
---|
java.lang.Object getEditorValue()
javax.swing.JComponent getJComponent()
void setEditorValue(java.lang.Object value)
void setAllowedValues(java.util.Collection<java.lang.Object> allowedValues)
|
GAIA - Group for Artificial Intelligence Applications http://gaia.fdi.ucm.es |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |