Uses of Class
bibliothek.gui.dock.support.menu.BaseMenuPiece

Packages that use BaseMenuPiece
bibliothek.gui.dock.common.menu   
bibliothek.gui.dock.facile.menu   
bibliothek.gui.dock.support.menu   
 

Uses of BaseMenuPiece in bibliothek.gui.dock.common.menu
 

Subclasses of BaseMenuPiece in bibliothek.gui.dock.common.menu
 class CLookAndFeelMenuPiece
          A menupiece that shows an entry for each available LookAndFeel.
 class CPreferenceMenuPiece
          A menu piece that shows an entry for opening the preferences-dialog.
 class CThemeMenuPiece
          A ThemeMenuPiece that offers the DockThemes specified in the ThemeMap of the owning CControl.
 class SingleCDockableListMenuPiece
          A piece of a menu that adds an item for each closeable CDockable that can be found in a CControl.
 

Uses of BaseMenuPiece in bibliothek.gui.dock.facile.menu
 

Subclasses of BaseMenuPiece in bibliothek.gui.dock.facile.menu
 class CloseableDockableMenuPiece
          A piece of a menu allowing to close or reopen some Dockables that are registered in a DockFrontend.
 class FreeMenuPiece
          A MenuPiece that does not add any children by itself.
 class FrontendSettingsDeleteList
          Shows the settings of a DockFrontend and allows the user to delete some settings.
 class FrontendSettingsLoadList
          Shows the settings of a DockFrontend and allows the user to load one of the settings.
 class LookAndFeelMenuPiece
          A menu that contains an item for each available LookAndFeel.
 class PreferenceMenuPiece
          A menu piece that allows the user to change the preferences of the framework.
 class ThemeMenuPiece
          A MenuPiece that can change the DockTheme.
 

Uses of BaseMenuPiece in bibliothek.gui.dock.support.menu
 

Subclasses of BaseMenuPiece in bibliothek.gui.dock.support.menu
 class FrontendSettingsList
          A list of settings that are available for a DockFrontend.