com.jidesoft.action
Class CommandBarFactory
java.lang.Object
com.jidesoft.action.CommandBarFactory
public class CommandBarFactory
- extends Object
This class is used by JIDE examples to make creation of comamnd bar and components on the command bars easier. It is
not intended for public usage.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandBarFactory
public CommandBarFactory()
createMenuCommandBar
public static CommandBar createMenuCommandBar(JMenuBar menuBar)
createButton
protected static AbstractButton createButton(Icon icon)
createButton
protected static AbstractButton createButton(String text)
createButton
protected static AbstractButton createButton(String text,
Icon icon)
createSplitButton
protected static JideSplitButton createSplitButton(Icon icon)
createSplitButton
protected static JideSplitButton createSplitButton(String text)
createSplitButton
protected static JideSplitButton createSplitButton(String text,
Icon icon)
createToggleSplitButton
protected static JideToggleSplitButton createToggleSplitButton(String text,
Icon icon)
createMenu
protected static JideMenu createMenu(Icon icon)
createMenu
protected static JideMenu createMenu(String text,
char mnemonic)
createMenu
protected static JideMenu createMenu(String text,
char mnemonic,
Icon icon)
createComboBox
protected static JComboBox createComboBox(String value)
addDemoMenus
public static void addDemoMenus(JComponent menuBar,
String[] menus)
createLookAndFeelMenu
public static JMenu createLookAndFeelMenu(Container container)
createLookAndFeelCommandBar
public static CommandBar createLookAndFeelCommandBar(Container container)
createDockingFrameworkCommandBar
public static CommandBar createDockingFrameworkCommandBar(DockingManager dockingManager,
DocumentPane documentPane)