org.opt4j.viewer
Interface ToolBarService

All Known Implementing Classes:
ControlToolBarService, ViewsToolBarService

public interface ToolBarService

The ToolBarService is an interface for arbitrary components that are added to the tool bar in the viewer.

See Also:
VisualizationModule.addToolBarService(Class), VisualizationModule.addToolBarService(com.google.inject.Binder, Class)

Method Summary
 javax.swing.JToolBar getToolBar()
          Returns the component.
 

Method Detail

getToolBar

javax.swing.JToolBar getToolBar()
Returns the component.

Returns:
the component