Package org.cytoscape.view.vizmap.gui.editor
Provides editors for Visual Properties and editor managers for VizMap GUI.
-
Interface Summary Interface Description ContinuousMappingCellRendererFactory A factory for creating TableCellRenderers for a particular ContinuousMappingEditor.ContinuousMappingEditor<K extends Number,V> A basic interface used to display continuous mapping editors.EditorManager Manages all editor objects for the VizMap GUI.ListEditor Generic editor for discrete values, such as Shape, Line Type, etc.ValueEditor<V> Provides a GUI Editor for a data type.VisualPropertyEditor<T> Facade of all editor-related objects for a Visual Property.VisualPropertyEditor2<T> If you are writing aVisualPropertyEditor
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
.VisualPropertyValueEditor<V> Provides a GUI Editor for a data type. -
Class Summary Class Description AbstractVisualPropertyEditor<T> Abstract implementation of Visual Property Editor. -
Enum Summary Enum Description ContinuousEditorType An enum describing the possible types of continuous editors.