|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.widget.SwingWidgetFactory
public class SwingWidgetFactory
| Constructor Summary | |
|---|---|
SwingWidgetFactory()
|
|
| Method Summary | |
|---|---|
static AbstractButton |
createButton(ApplicationAction action)
Creates and returns a AbstractButton |
static DatePicker |
createDatePicker(DateFormat dateFormat)
Deprecated. |
static AbstractButton |
createHyperLinkButton(ApplicationAction action)
Deprecated. since 1.0.4, use swingx hyperlink component instead (removed in 1.1) |
static JMenu |
createMenu(String text,
char mnemonic)
|
static JMenuBar |
createMenuBar()
Deprecated. since 1.0.4 with no replacement (removed in 1.1) |
static AbstractButton |
createMenuButton(ApplicationAction action)
Creates and returns a AbstractButton |
static JMenuItem |
createMenuItem(ApplicationAction action)
|
static JPanel |
createNamedPanel(String title)
Creates and returns a JPanel |
static JPanel |
createPanel()
Creates and returns a JPanel |
static JSplitPane |
createSplitPane()
Creates and returns a JSplitPane |
static JToolBar |
createToolBar()
Deprecated. since 1.0.4 with no replacement (removed in 1.1) |
static void |
setPanelTitle(JPanel panel,
String title)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SwingWidgetFactory()
| Method Detail |
|---|
public static AbstractButton createMenuButton(ApplicationAction action)
AbstractButton
public static AbstractButton createButton(ApplicationAction action)
AbstractButton
@Deprecated public static AbstractButton createHyperLinkButton(ApplicationAction action)
AbstractButton
public static JSplitPane createSplitPane()
JSplitPane
public static JPanel createPanel()
JPanel
public static JPanel createNamedPanel(String title)
JPanel
public static void setPanelTitle(JPanel panel,
String title)
@Deprecated public static JToolBar createToolBar()
JToolBar
@Deprecated public static JMenuBar createMenuBar()
JMenuBar
public static JMenu createMenu(String text,
char mnemonic)
public static JMenuItem createMenuItem(ApplicationAction action)
@Deprecated public static DatePicker createDatePicker(DateFormat dateFormat)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||