Package org.opt4j.viewer
Class ToolBar
- java.lang.Object
-
- org.opt4j.viewer.ToolBar
-
public class ToolBar extends Object
TheToolBaris a collection of theToolBarServices.- See Also:
ToolBarService
-
-
Field Summary
Fields Modifier and Type Field Description protected JToolBartoolBarprotected Set<ToolBarService>toolBarServices
-
Constructor Summary
Constructors Constructor Description ToolBar(Set<ToolBarService> toolBarServices)Constructs aToolBar.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JToolBarget()Returns theJToolBarcomponent.voidinit()Initialization.
-
-
-
Field Detail
-
toolBar
protected final JToolBar toolBar
-
toolBarServices
protected final Set<ToolBarService> toolBarServices
-
-
Constructor Detail
-
ToolBar
@Inject public ToolBar(Set<ToolBarService> toolBarServices)
Constructs aToolBar.- Parameters:
toolBarServices- the set of tool bar services
-
-