|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
---|---|
Component |
getDefaultView(VisualStyle vs)
For a given visual style name, return a component containing a graphical view of the specified visual style. |
void |
showEditor(Component parent)
Show the default view editor in the specified parent component. |
Method Detail |
---|
Component getDefaultView(VisualStyle vs)
vs
- The VisualStyle
to get the default view of.
void showEditor(Component parent)
parent
- The component in which the default view should be shown.
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |