Cytoscape 3.0.1 API

org.cytoscape.view.vizmap.gui.editor
Interface ListEditor


public interface ListEditor

Generic editor for discrete values, such as Shape, Line Type, etc.


Cytoscape Backwards Compatibility (SPI Interface): We expect that this interface will be implemented. Therefore to maintain backwards compatibility this interface will only be modified for major version updates.

Method Summary
 Class<?> getTargetObjectType()
          Type of object managed by this editor.
 

Method Detail

getTargetObjectType

Class<?> getTargetObjectType()
Type of object managed by this editor.

Returns:
type of value in this list editor.

Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.