Uses of Interface
org.cytoscape.view.vizmap.gui.editor.VisualPropertyValueEditor
-
Packages that use VisualPropertyValueEditor Package Description org.cytoscape.view.vizmap.gui.editor Provides editors for Visual Properties and editor managers for VizMap GUI. -
-
Uses of VisualPropertyValueEditor in org.cytoscape.view.vizmap.gui.editor
Methods in org.cytoscape.view.vizmap.gui.editor with parameters of type VisualPropertyValueEditor Modifier and Type Method Description voidEditorManager. addVisualPropertyValueEditor(VisualPropertyValueEditor<?> va, Map properties)Add value editor--invoked by OSGi when a new bundle exports an instance.voidEditorManager. removeVisualPropertyValueEditor(VisualPropertyValueEditor<?> va, Map properties)Remove an editor from manager--invoked by OSGi when a bundle that exports an instance is being unloaded.
-