|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The preferences window manager API exported by the maingui plugin. This is a PaneContainer that allows plugins to display panes in Asaph's prefs window.
The addPane() method understands the following initial properties:
The PaneController returned by this PaneContainer does NOT allow closes to be vetoed, and provides the following properties:
This API is not thread-safe, and should only be called from the AWT/Swing thread.
| Field Summary | |
static ClassConstrainedKey |
PANE_DESCRIPTION
Property key for description, used both for initial requested properties and for PaneController properties. |
static ClassConstrainedKey |
PANE_POSITION_END
Property key to force the position of this pane to remain towards the back. |
| Fields inherited from interface com.virtuosotechnologies.lib.pane.PaneContainer |
INITIAL_PANE_LOCATION, INITIAL_PANE_MENUBAR, INITIAL_PANE_SIZE, INITIAL_PANE_TITLE |
| Method Summary | |
JComponent |
getDialogParent()
Get the dialog parent for the prefs window |
| Methods inherited from interface com.virtuosotechnologies.lib.pane.PaneContainer |
addPane |
| Field Detail |
public static final ClassConstrainedKey PANE_DESCRIPTION
public static final ClassConstrainedKey PANE_POSITION_END
| Method Detail |
public JComponent getDialogParent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||