Package org.opt4j.viewer
Class ControlToolBarService
- java.lang.Object
-
- org.opt4j.viewer.ControlToolBarService
-
- All Implemented Interfaces:
ToolBarService
public class ControlToolBarService extends Object implements ToolBarService
TheControlToolBarService
is aToolBarService
that allows toControl
theOptimizer
.This service has anToolBarOrder
with-100
.- See Also:
Control
-
-
Field Summary
Fields Modifier and Type Field Description protected ControlButtons
controlButtons
-
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:ToolBarService
Returns the component.- Specified by:
getToolBar
in interfaceToolBarService
- Returns:
- the component
-
-