Class BasicPanelPopupHandler
java.lang.Object
bibliothek.gui.dock.themes.basic.action.AbstractBasicHandler<D,BasicButtonModel>
bibliothek.gui.dock.themes.basic.action.BasicHandler<CPanelPopup.PanelPopup>
bibliothek.gui.dock.common.intern.action.panel.BasicPanelPopupHandler
- All Implemented Interfaces:
ViewItem<JComponent>,BasicResourceInitializer,BasicTitleViewItem<JComponent>,BasicTrigger
A handler for a
CPanelPopup which is shown in a title as button.- Author:
- Benjamin Sigg
-
Nested Class Summary
Nested classes/interfaces inherited from class bibliothek.gui.dock.themes.basic.action.BasicHandler
BasicHandler.Listener -
Constructor Summary
ConstructorsConstructorDescriptionBasicPanelPopupHandler(CPanelPopup.PanelPopup action, Dockable dockable) Creates a new handler. -
Method Summary
Methods inherited from class bibliothek.gui.dock.themes.basic.action.BasicHandler
bind, createListener, getItem, setBackground, setForeground, setOrientation, unbindMethods inherited from class bibliothek.gui.dock.themes.basic.action.AbstractBasicHandler
addBorder, ensureBorder, getAction, getDockable, getModel, isBoundMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface bibliothek.gui.dock.themes.basic.action.BasicTrigger
getAction, getDockable
-
Constructor Details
-
BasicPanelPopupHandler
Creates a new handler.- Parameters:
action- the action for which this handler is useddockable- the element for which the action is used
-
-
Method Details
-
triggered
public void triggered()- Specified by:
triggeredin interfaceBasicTrigger- Specified by:
triggeredin classBasicHandler<CPanelPopup.PanelPopup>
-
setModel
- Overrides:
setModelin classAbstractBasicHandler<CPanelPopup.PanelPopup,BasicButtonModel>
-