org.opt4j.viewer
Class ControlToolBarService

java.lang.Object
  extended by org.opt4j.viewer.ControlToolBarService
All Implemented Interfaces:
ToolBarService

public class ControlToolBarService
extends java.lang.Object
implements ToolBarService

The ControlToolBarService is a ToolBarService that allows to Control the Optimizer.This service has an ToolBarOrder with -100.

See Also:
Control

Field Summary
protected  ControlButtons controlButtons
           
 
Constructor Summary
ControlToolBarService(ControlButtons controlButtons)
          Constructs a ControlToolBarService.
 
Method Summary
 javax.swing.JToolBar getToolBar()
          Returns the component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

controlButtons

protected final ControlButtons controlButtons
Constructor Detail

ControlToolBarService

@Inject
public ControlToolBarService(ControlButtons controlButtons)
Constructs a ControlToolBarService.

Parameters:
controlButtons - the control buttons
Method Detail

getToolBar

public javax.swing.JToolBar getToolBar()
Description copied from interface: ToolBarService
Returns the component.

Specified by:
getToolBar in interface ToolBarService
Returns:
the component