Uses of Interface
org.cytoscape.view.vizmap.gui.editor.ValueEditor
Packages that use ValueEditor
Package
Description
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 ValueEditorModifier and TypeMethodDescription<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 ValueEditorModifier and TypeMethodDescriptionvoidEditorManager.addValueEditor(ValueEditor<?> va, Map properties) Add value editor OSGi services.voidEditorManager.removeValueEditor(ValueEditor<?> va, Map properties) Remove an editor from manager (through OSGi).