|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
V
- target data type for this editor.public interface ValueEditor<V>
Provides a GUI Editor for a data type. To support new data type, this should be implemented.
Method Summary | ||
---|---|---|
Class<V> |
getType()
Get type of the value to be edited. |
|
|
showEditor(Component parent,
S initialValue)
Display the editor and get a new value. |
Method Detail |
---|
<S extends V> V showEditor(Component parent, S initialValue)
parent
- the parent Component of this editor.initialValue
- the initial value for the value editor dialogue.
Class<V> getType()
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |