Uses of Class
bibliothek.gui.dock.support.menu.MenuPiece
Packages that use MenuPiece
Package
Description
Some
MenuPieces to modify the layout and settings of an
application that uses Common.Implementations of
MenuPiece.Basic interfaces for a small framework that builds and manages
JMenus with changing content.-
Uses of MenuPiece in bibliothek.gui.dock.common.menu
Subclasses of MenuPiece in bibliothek.gui.dock.common.menuModifier and TypeClassDescriptionclassA piece of a menu that allows the user to store and load the layout of a set ofDockables andDockStations.classA menupiece that shows an entry for each availableLookAndFeel.classA menu piece that shows an entry for opening the preferences-dialog.classclass -
Uses of MenuPiece in bibliothek.gui.dock.facile.menu
Subclasses of MenuPiece in bibliothek.gui.dock.facile.menuModifier and TypeClassDescriptionclassA piece of a menu allowing to close or reopen someDockables that are registered in aDockFrontend.classAMenuPiecethat does not add any children by itself.classShows the settings of aDockFrontendand allows the user to delete some settings.classShows the settings of aDockFrontendand allows the user to load one of the settings.classA piece of a menu that allows to save, load and delete settings from aDockFrontend.classA menu that contains an item for each availableLookAndFeel.classA piece which uses a set of other pieces to create a composite.classA menu piece that allows the user to change the preferences of the framework.classThe root of a tree ofMenuPieces.classclassMethods in bibliothek.gui.dock.facile.menu that return MenuPieceModifier and TypeMethodDescriptionNodeMenuPiece.getChild(int index) Gets the index'th child of this piece.MenuPieceText.getMenu()Gets the menu which is using this text.Methods in bibliothek.gui.dock.facile.menu with parameters of type MenuPieceModifier and TypeMethodDescriptionvoidAdds a new child to the end of this piece.voidInserts a new child in this piece.voidRemoves a child from this piece.voidConstructors in bibliothek.gui.dock.facile.menu with parameters of type MenuPieceModifierConstructorDescriptionMenuPieceText(String id, MenuPiece menu) Creates a new text.RootMenuPiece(String text, boolean disableWhenEmpty, MenuPiece... pieces) Creates a new root-piece, using a normalJMenu.SubmenuPiece(String text, boolean disableWhenEmpty, MenuPiece... pieces) Creates a new submenu-piece, using a normalJMenu. -
Uses of MenuPiece in bibliothek.gui.dock.support.menu
Subclasses of MenuPiece in bibliothek.gui.dock.support.menuModifier and TypeClassDescriptionclassA very simple piece, subclasses can add or remove items from this piece at any time.classA list of settings (=layouts or perspectives) that are available for aDockFrontend.classA piece which envelops another piece with separators.Methods in bibliothek.gui.dock.support.menu that return MenuPieceModifier and TypeMethodDescriptionMenuPiece.getParent()Gets the parent of this piece.SeparatingMenuPiece.getPiece()Gets the piece which is embraced by separators.Methods in bibliothek.gui.dock.support.menu with parameters of type MenuPieceModifier and TypeMethodDescriptionvoidCalled if some items have been added topiece.voidCalled if some items have been removed frompiecevoidSets the parent of this piece.voidSets the piece which will be embraced by separators.Constructors in bibliothek.gui.dock.support.menu with parameters of type MenuPieceModifierConstructorDescriptionSeparatingMenuPiece(MenuPiece piece) Creates a new pieceSeparatingMenuPiece(MenuPiece piece, boolean topSeparator, boolean emptySeparator, boolean bottomSeparator) Creates a new piece