Package bibliothek.gui.dock.facile.menu
Class FrontendSettingsLoadList
java.lang.Object
bibliothek.gui.dock.support.menu.MenuPiece
bibliothek.gui.dock.support.menu.BaseMenuPiece
bibliothek.gui.dock.support.menu.FrontendSettingsList
bibliothek.gui.dock.facile.menu.FrontendSettingsLoadList
Shows the settings of a
DockFrontend and allows the user to
load one of the settings.- Author:
- Benjamin Sigg
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class bibliothek.gui.dock.support.menu.FrontendSettingsList
bind, getFrontend, preferredIndex, setFrontend, unbind, updateSelectionMethods inherited from class bibliothek.gui.dock.support.menu.BaseMenuPiece
add, addSeparator, fill, getItem, getItemCount, insert, insertSeparator, remove, remove, removeAllMethods inherited from class bibliothek.gui.dock.support.menu.MenuPiece
addListener, fireInsert, fireRemove, getMenu, getParent, isBound, items, removeListener, setParent
-
Constructor Details
-
FrontendSettingsLoadList
Creates a new list.- Parameters:
frontend- the frontend from which settings might be loaded
-
-
Method Details
-
action
Description copied from class:FrontendSettingsListCalled when the user clicks on an item of this list.- Specified by:
actionin classFrontendSettingsList- Parameters:
name- the name of the item
-