@ColorCodes(value={"stack.menu.background.top.mouse","stack.menu.background.bottom.mouse","stack.menu.border.mouse","stack.menu.background.top","stack.menu.background.bottom","stack.menu.border"}) public class BubbleTabMenu extends ButtonCombinedMenu<RoundButton>
| Constructor and Description |
|---|
BubbleTabMenu(BubbleStackDockComponent pane) |
| Modifier and Type | Method and Description |
|---|---|
protected RoundButton |
createButton(BasicTrigger trigger)
Creates a new button for this menu.
|
protected BasicButtonModel |
getModel(RoundButton button)
Gets a
BasicButtonModel which is used to interact with button, this method
may be called many times for the same button. |
void |
setController(DockController controller)
Sets the controller in whose realm this menu is used.
|
backgroundChanged, createComponent, ensureComponent, getButton, selectedaddTabMenuListener, closed, getBackground, getComponent, getController, getDockable, getDockableCount, getDockables, getZOrder, insert, isPaneVisible, open, remove, removeTabMenuListener, setEnabled, setIcon, setPaneVisible, setText, setTooltip, setZOrder, tabMenuListenersgetBounds, getMaximumSize, getMinimumSize, getOrientation, getOverlap, getPreferredSize, getTabParent, setBounds, setOrientationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBounds, getMaximumSize, getMinimumSize, getOverlap, getPreferredSize, getTabParent, setBounds, setOrientationpublic BubbleTabMenu(BubbleStackDockComponent pane)
protected RoundButton createButton(BasicTrigger trigger)
ButtonCombinedMenuComponent.createButton in class ButtonCombinedMenu<RoundButton>trigger - a trigger to call AbstractCombinedMenu.open(), can be ignored.protected BasicButtonModel getModel(RoundButton button)
ButtonCombinedMenuBasicButtonModel which is used to interact with button, this method
may be called many times for the same button.getModel in class ButtonCombinedMenu<RoundButton>button - the button whose model is requestednullpublic void setController(DockController controller)
CombinedMenusetController in interface CombinedMenusetController in class ButtonCombinedMenu<RoundButton>controller - the realmCopyright © 2017 Docking Frames. All rights reserved.