|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.af.commons.widgets.WidgetFactory
public class WidgetFactory
| Constructor Summary | |
|---|---|
WidgetFactory()
|
|
| Method Summary | |
|---|---|
static JPanel |
makeDialogPanelWithButtons(Container content,
ActionListener al)
|
static JPanel |
makeDialogPanelWithButtons(Container content,
HorizontalButtonPane hbp,
ActionListener al)
|
static EmptyBorder |
makeEmptyBorder()
|
static EmptyBorder |
makeEmptyBorder(int w)
|
static OkCancelButtonPane |
makeOkCancelButtonPanel()
|
static void |
registerDisabler(JCheckBox chb,
Component c)
|
static void |
registerEnabler(JCheckBox chb,
Component c)
|
static void |
setFontSizeGlobal(int size)
|
static void |
showCompleteTitle(JDialog dialog)
|
static Box |
surroundComponentWithGlue(Component c)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WidgetFactory()
| Method Detail |
|---|
public static OkCancelButtonPane makeOkCancelButtonPanel()
public static EmptyBorder makeEmptyBorder()
public static EmptyBorder makeEmptyBorder(int w)
public static Box surroundComponentWithGlue(Component c)
public static void registerEnabler(JCheckBox chb,
Component c)
public static void registerDisabler(JCheckBox chb,
Component c)
public static void setFontSizeGlobal(int size)
public static void showCompleteTitle(JDialog dialog)
public static JPanel makeDialogPanelWithButtons(Container content,
HorizontalButtonPane hbp,
ActionListener al)
public static JPanel makeDialogPanelWithButtons(Container content,
ActionListener al)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||