V - target data type for this editor.public interface ValueEditor<V>
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>| Modifier and Type | Method and Description |
|---|---|
Class<V> |
getValueType()
Get type of the value to be edited.
|
<S extends V> |
showEditor(Component parent,
S initialValue)
Display the editor and get a new value.
|
<S extends V> V showEditor(Component parent, S initialValue)
parent - the parent Component of this editor.initialValue - the initial value for the value editor dialogue.Copyright 2011 Cytoscape Consortium. All rights reserved.