|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A mixin interface to be extended by interfaces and APIs that can have panes plugged into them.
| Field Summary | |
static ClassConstrainedKey |
INITIAL_PANE_LOCATION
Property key for the requested initial position. |
static ClassConstrainedKey |
INITIAL_PANE_MENUBAR
Property key for the requested initial menu bar. |
static ClassConstrainedKey |
INITIAL_PANE_SIZE
Property key for the requested initial size. |
static ClassConstrainedKey |
INITIAL_PANE_TITLE
Property key for the requested initial title. |
| Method Summary | |
PaneController |
addPane(JComponent pane,
PropertySet initialProperties)
Add a pane to this container. |
| Field Detail |
public static final ClassConstrainedKey INITIAL_PANE_TITLE
public static final ClassConstrainedKey INITIAL_PANE_SIZE
public static final ClassConstrainedKey INITIAL_PANE_LOCATION
public static final ClassConstrainedKey INITIAL_PANE_MENUBAR
| Method Detail |
public PaneController addPane(JComponent pane,
PropertySet initialProperties)
pane - the pane to registerinitialProperties - requested initial properties for the pane. May be null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||