Uses of Class
bibliothek.gui.dock.facile.menu.CloseableDockableMenuPiece.Item

Packages that use CloseableDockableMenuPiece.Item
bibliothek.gui.dock.facile.menu Implementations of MenuPiece
 

Uses of CloseableDockableMenuPiece.Item in bibliothek.gui.dock.facile.menu
 

Methods in bibliothek.gui.dock.facile.menu that return CloseableDockableMenuPiece.Item
protected  CloseableDockableMenuPiece.Item CloseableDockableMenuPiece.create(Dockable dockable)
          Creates a new item for the menu.
 

Methods in bibliothek.gui.dock.facile.menu with parameters of type CloseableDockableMenuPiece.Item
protected  void CloseableDockableMenuPiece.insert(CloseableDockableMenuPiece.Item item)
          Adds an earlier created item into the menu, subclasses might override this method to add the item at a different location.