Package org.opt4j.viewer
Class ControlToolBarService
- java.lang.Object
-
- org.opt4j.viewer.ControlToolBarService
-
- All Implemented Interfaces:
ToolBarService
public class ControlToolBarService extends Object implements ToolBarService
TheControlToolBarServiceis aToolBarServicethat allows toControltheOptimizer.This service has anToolBarOrderwith-100.- See Also:
Control
-
-
Field Summary
Fields Modifier and Type Field Description protected ControlButtonscontrolButtons
-
Constructor Summary
Constructors Constructor Description ControlToolBarService(ControlButtons controlButtons)Constructs aControlToolBarService.
-
-
-
Field Detail
-
controlButtons
protected final ControlButtons controlButtons
-
-
Constructor Detail
-
ControlToolBarService
@Inject public ControlToolBarService(ControlButtons controlButtons)
Constructs aControlToolBarService.- Parameters:
controlButtons- the control buttons
-
-
Method Detail
-
getToolBar
public JToolBar getToolBar()
Description copied from interface:ToolBarServiceReturns the component.- Specified by:
getToolBarin interfaceToolBarService- Returns:
- the component
-
-