Package org.cytoscape.view.vizmap.gui.editor
package org.cytoscape.view.vizmap.gui.editor
Provides editors for Visual Properties and editor managers for VizMap GUI.
-
ClassDescriptionAbstract implementation of Visual Property Editor.An enum describing the possible types of continuous editors.A factory for creating TableCellRenderers for a particular ContinuousMappingEditor.A basic interface used to display continuous mapping editors.Manages all editor objects for the VizMap GUI.Generic editor for discrete values, such as Shape, Line Type, etc.ValueEditor<V>Provides a GUI Editor for a data type.Facade of all editor-related objects for a Visual Property.If you are writing a
VisualPropertyEditor
but need to know the visual property you are editing (eg to check if the user inputted a value in the visual property's range), implement this interface in addition toVisualPropertyEditor
.Provides a GUI Editor for a data type.