Package org.opt4j.viewer
Interface ToolBarService
-
- All Known Implementing Classes:
ControlToolBarService
,ViewsToolBarService
public interface ToolBarService
TheToolBarService
is an interface for arbitrary components that are added to the tool bar in the viewer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JToolBar
getToolBar()
Returns the component.
-
-
-
Method Detail
-
getToolBar
JToolBar getToolBar()
Returns the component.- Returns:
- the component
-
-