Package org.graffiti.plugin.gui
Interface GraffitiComponent
- All Known Subinterfaces:
GraffitiContainer,GraffitiToolComponent
- All Known Implementing Classes:
AbstractGraffitiComponent,AbstractGraffitiContainer,AlignNodesComponent,ClusterHelperToolbarComponent,GraffitiButton,GraffitiMenu,GraffitiMenuItem,GraffitiToggleButton,GraffitiToolbar,InspectorContainer,MenuItemInfoDialog,MenuItemInfoDialog,ModeToolbar,NavigationComponentView,PluginPanel,SelectionMenu,SelectNodesComponent,ToolButton,ZoomChangeComponent,ZoomChangeComponent,ZoomFitChangeComponent
public interface GraffitiComponent
Interface for all GUIComponents used in the editor. Provides the
getPreferredComponent() method.- Version:
- $Revision: 1.4 $
-
Method Summary
Modifier and Type Method Description StringgetPreferredComponent()Returns the id of the component this component should be placed in.
-
Method Details
-
getPreferredComponent
String getPreferredComponent()Returns the id of the component this component should be placed in.- Returns:
- the id of the component this component should be placed in.
-