Uses of Interface
org.cytoscape.view.vizmap.gui.editor.ValueEditor
-
Packages that use ValueEditor Package Description org.cytoscape.view.vizmap.gui.editor Provides editors for Visual Properties and editor managers for VizMap GUI. -
-
Uses of ValueEditor in org.cytoscape.view.vizmap.gui.editor
Methods in org.cytoscape.view.vizmap.gui.editor that return ValueEditor Modifier and Type Method Description <V> ValueEditor<V>
EditorManager. getValueEditor(Class<V> dataType)
Returns value editor for the given data type.Methods in org.cytoscape.view.vizmap.gui.editor with parameters of type ValueEditor Modifier and Type Method Description void
EditorManager. addValueEditor(ValueEditor<?> va, Map properties)
Add value editor OSGi services.void
EditorManager. removeValueEditor(ValueEditor<?> va, Map properties)
Remove an editor from manager (through OSGi).
-