|
Cytoscape 3.0.0-beta1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - Type of object managed in the Visual Prop.public interface VisualPropertyEditor<T>
Facade of all editor-related objects for a Visual Property. If an app developer adds a custom visual property, they should implement this in the presentation layer.
| Method Summary | |
|---|---|
ContinuousEditorType |
getContinuousEditorType()
Returns type of Continuous Editor. |
TableCellRenderer |
getContinuousTableCellRenderer(ContinuousMappingEditor<? extends Number,T> continuousMappingEditor)
A custom cell renderer for Continuous table cells. |
Icon |
getDefaultIcon(int width,
int height)
This is for default view editor. |
TableCellRenderer |
getDiscreteTableCellRenderer()
A custom cell renderer for Discrete table cells. |
PropertyEditor |
getPropertyEditor()
Returns PropertyEditor object for this data type. |
Class<T> |
getType()
Returns the type of object managed in the Visual property. |
| Method Detail |
|---|
Class<T> getType()
ContinuousEditorType getContinuousEditorType()
ContinuousMappingEditorPropertyEditor getPropertyEditor()
PropertyEditor object for this data type.
PropertyEditor object for this data type.TableCellRenderer getDiscreteTableCellRenderer()
TableCellRenderer getContinuousTableCellRenderer(ContinuousMappingEditor<? extends Number,T> continuousMappingEditor)
Icon getDefaultIcon(int width,
int height)
width - The width of the desired Icon.height - The height of the desired Icon.
|
Cytoscape 3.0.0-beta1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||