|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.infonode.docking.DefaultButtonFactories
public class DefaultButtonFactories
Contains the default window button factories used in window tabs and TabWindow's.
| Field Summary | |
|---|---|
private static FlatButtonFactory |
BUTTON_FACTORY
|
| Constructor Summary | |
|---|---|
private |
DefaultButtonFactories()
|
| Method Summary | |
|---|---|
static ButtonFactory |
getCloseButtonFactory()
Returns the default close button factory. |
static ButtonFactory |
getDockButtonFactory()
Returns the default dock button factory. |
static ButtonFactory |
getMaximizeButtonFactory()
Returns the default maximize button factory. |
static ButtonFactory |
getMinimizeButtonFactory()
Returns the default minimize button factory. |
static ButtonFactory |
getRestoreButtonFactory()
Returns the default restore button factory. |
static ButtonFactory |
getUndockButtonFactory()
Returns the default undock button factory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final FlatButtonFactory BUTTON_FACTORY
| Constructor Detail |
|---|
private DefaultButtonFactories()
| Method Detail |
|---|
public static ButtonFactory getCloseButtonFactory()
public static ButtonFactory getMinimizeButtonFactory()
public static ButtonFactory getMaximizeButtonFactory()
public static ButtonFactory getRestoreButtonFactory()
public static ButtonFactory getUndockButtonFactory()
public static ButtonFactory getDockButtonFactory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||