Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface ToolbarFactory
extends ButtonFactory
JToolBar
. It also includes a method for creating the toolbar itself.
Method Summary | |
JToolBar |
|
Methods inherited from interface org.pietschy.command.ButtonFactory | |
createButton , createCheckBox , createRadioButton , createToggleButton |
public JToolBar createToolbar()
A factory method for toolbars.
- Returns:
- a new
JToolBar
instance.