|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ToolbarFactory
This interface defines factory methods for creating all types of buttons for use
on a JToolBar
. It also includes a method for creating the toolbar itself.
ButtonFactory
,
MenuFactory
,
DefaultToolbarFactory
,
CommandManager.setToolbarFactory(org.pietschy.command.ToolbarFactory)
Method Summary | |
---|---|
javax.swing.JToolBar |
createToolbar()
A factory method for toolbars. |
Methods inherited from interface org.pietschy.command.ButtonFactory |
---|
createButton, createCheckBox, createRadioButton, createToggleButton |
Method Detail |
---|
javax.swing.JToolBar createToolbar()
JToolBar
instance.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |