| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MenuViewItem | |
|---|---|
| bibliothek.gui.dock.action.view | Classes to create a views for DockActions.This package does not contain any views, only the mechanism to create some. | 
| bibliothek.gui.dock.common.intern.action.panel | Supporting classes for CPanelPopup. | 
| bibliothek.gui.dock.themes.basic.action | Elements handling the view of DockActions.They way from a DockActionto its view normally involves four objects:
 
        TheDockActionitself, providing the basic set of properties
  Ahandlerlistening to changes of the
  action and forwarding the changes to the model. | 
| bibliothek.gui.dock.themes.basic.action.dropdown | Handlers taking various kinds of DockActionand presenting them
 asDropDownViewItemin order to display them as children of aDropDownAction | 
| bibliothek.gui.dock.themes.basic.action.menu | Handlers taking various kinds of DockActionand presenting them
 asMenuViewItemin
 order to display the actions in a menu. | 
| Uses of MenuViewItem in bibliothek.gui.dock.action.view | 
|---|
| Fields in bibliothek.gui.dock.action.view with type parameters of type MenuViewItem | |
|---|---|
| static ViewTarget<MenuViewItem<JComponent>> | ViewTarget.MENUA target for a JMenu | 
| Uses of MenuViewItem in bibliothek.gui.dock.common.intern.action.panel | 
|---|
| Classes in bibliothek.gui.dock.common.intern.action.panel that implement MenuViewItem | |
|---|---|
|  class | BasicPanelPopupMenuHandlerA menu showing a custom component instead of menu items. | 
|  class | BasicPanelPopupMenuItemHandlerHandles a CPanelPopupin a menu in the case that the
 action opens a dialog if triggered. | 
| Methods in bibliothek.gui.dock.common.intern.action.panel that return MenuViewItem | |
|---|---|
|  MenuViewItem<JComponent> | PanelMenuGenerator.create(ActionViewConverter converter,
       CPanelPopup.PanelPopup action,
       Dockable dockable) | 
| Uses of MenuViewItem in bibliothek.gui.dock.themes.basic.action | 
|---|
| Classes in bibliothek.gui.dock.themes.basic.action that implement MenuViewItem | |
|---|---|
|  class | BasicSeparatorHandlerA handler that shows a JSeparatorfor aSeparatorAction. | 
| Uses of MenuViewItem in bibliothek.gui.dock.themes.basic.action.dropdown | 
|---|
| Subinterfaces of MenuViewItem in bibliothek.gui.dock.themes.basic.action.dropdown | |
|---|---|
|  interface | DropDownViewItemAn item that is shown in the menu of a drop-down-button and can be selected by the button. | 
| Classes in bibliothek.gui.dock.themes.basic.action.dropdown that implement MenuViewItem | |
|---|---|
|  class | AbstractDropDownHandler<S extends StandardDropDownItemAction>A handler that connects a StandardDropDownItemActionwith a
 drop-down-button. | 
|  class | ButtonDropDownHandlerA connection between a ButtonDockActionand a drop-down-button. | 
|  class | SelectableDropDownHandlerA connection between a SelectableDockActionand a 
 drop-down-button. | 
|  class | SubDropDownHandlerA handler that connects non-selectable, non-triggerable items with a drop-down-button. | 
| Constructors in bibliothek.gui.dock.themes.basic.action.dropdown with parameters of type MenuViewItem | |
|---|---|
| SubDropDownHandler(MenuViewItem<JComponent> view)Creates a new handler. | |
| Uses of MenuViewItem in bibliothek.gui.dock.themes.basic.action.menu | 
|---|
| Classes in bibliothek.gui.dock.themes.basic.action.menu that implement MenuViewItem | |
|---|---|
|  class | AbstractMenuHandler<I extends JMenuItem,D extends StandardDockAction>A handler that connects a JMenuItemwith aDockAction. | 
|  class | ButtonMenuHandlerA handler building a connection between a JMenuItemand aButtonDockAction. | 
|  class | DropDownMenuHandlerA handler that shows a DropDownActionin a menu. | 
|  class | MenuMenuHandlerA handler that manages a menu. | 
|  class | SelectableMenuHandlerA handler which ensures that the selected-state of a JMenuItemand
 aSelectableDockActionare always the same. | 
| Methods in bibliothek.gui.dock.themes.basic.action.menu that return MenuViewItem | |
|---|---|
|  MenuViewItem<JComponent> | MenuMenuHandler.getViewFor(DockAction action)Searches for the first view which is used for action. | 
| protected  MenuViewItem<JComponent> | MenuMenuHandler.handlerFor(DockAction action)Creates a new view for action. | 
| Constructor parameters in bibliothek.gui.dock.themes.basic.action.menu with type arguments of type MenuViewItem | |
|---|---|
| MenuMenuHandler(MenuDockAction action,
                Dockable dockable,
                ViewTarget<? extends MenuViewItem<JComponent>> target)Creates a new handler | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||