Package org.opt4j.viewer
Class ToolBar
- java.lang.Object
-
- org.opt4j.viewer.ToolBar
-
public class ToolBar extends Object
TheToolBar
is a collection of theToolBarService
s.- See Also:
ToolBarService
-
-
Field Summary
Fields Modifier and Type Field Description protected JToolBar
toolBar
protected 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 JToolBar
get()
Returns theJToolBar
component.void
init()
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
-
-