Class ToolBar

java.lang.Object
org.opt4j.viewer.ToolBar

public class ToolBar extends Object
The ToolBar is a collection of the ToolBarServices.
See Also:
  • Field Details

  • Constructor Details

    • ToolBar

      @Inject public ToolBar(Set<ToolBarService> toolBarServices)
      Constructs a ToolBar.
      Parameters:
      toolBarServices - the set of tool bar services
  • Method Details

    • init

      public void init()
      Initialization. This method has to be called once after construction.
    • get

      public JToolBar get()
      Returns the JToolBar component.
      Returns:
      the component