|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface DefaultViewEditor
Default View Editor is the component to display available visual properties and its default view for given Visual Style. This component will be provided as a service.
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>| Method Summary | |
|---|---|
Component |
getDefaultView(VisualStyle vs)
Deprecated. |
void |
showEditor(Component parent)
Deprecated. |
| Method Detail |
|---|
@Deprecated Component getDefaultView(VisualStyle vs)
vs - The VisualStyle to get the default view of.
@Deprecated void showEditor(Component parent)
parent - The component in which the default view should be shown.
|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||