|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.support.menu.MenuPiece
bibliothek.gui.dock.support.menu.BaseMenuPiece
bibliothek.gui.dock.support.menu.FrontendSettingsList
public abstract class FrontendSettingsList
A list of settings (=layouts or perspectives) that are available for a DockFrontend.
The list contains the elements of DockFrontend.getSettings().
| Constructor Summary | |
|---|---|
FrontendSettingsList(DockFrontend frontend)
Creates a new list. |
|
| Method Summary | |
|---|---|
protected abstract void |
action(String name)
Called when the user clicks on an item of this list. |
DockFrontend |
getFrontend()
Gets the frontend which is currently observed |
void |
setFrontend(DockFrontend frontend)
Changes the frontend which is observed by this list. |
void |
updateSelection()
Updates the selection state of the JRadioButtonMenuItems that are used
on this menu. |
| Methods inherited from class bibliothek.gui.dock.support.menu.BaseMenuPiece |
|---|
add, addSeparator, fill, getItem, getItemCount, insert, insertSeparator, remove, remove, removeAll |
| Methods inherited from class bibliothek.gui.dock.support.menu.MenuPiece |
|---|
addListener, fireInsert, fireRemove, getMenu, getParent, items, removeListener, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FrontendSettingsList(DockFrontend frontend)
frontend - the frontend to observe, can be null| Method Detail |
|---|
public DockFrontend getFrontend()
nullpublic void setFrontend(DockFrontend frontend)
DockFrontend.getSettings().
frontend - the frontend to observe, can be nullprotected abstract void action(String name)
name - the name of the itempublic void updateSelection()
JRadioButtonMenuItems that are used
on this menu. Only the one item representing the current layout of the DockFrontend
is selected.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||