Class AbstractVisualPropertyEditor<T>

java.lang.Object
org.cytoscape.view.vizmap.gui.editor.AbstractVisualPropertyEditor<T>
Type Parameters:
T - The generic type of this AbstractVisualPropertyEditor.
All Implemented Interfaces:
VisualPropertyEditor<T>

public abstract class AbstractVisualPropertyEditor<T> extends Object implements VisualPropertyEditor<T>
Abstract implementation of Visual Property Editor. All editors should extend this class.

Cytoscape Backwards Compatibility (Abstract Class): This class is abstract and meant to be extended by users. This means that we may add methods for minor version updates. Methods will only be removed for major version updates.

Module: vizmap-gui-api

To use this in your app, include the following dependency in your POM:

<dependency>
    <groupId>org.cytoscape</groupId>
    <artifactId>vizmap-gui-api</artifactId>
</dependency>