protected class BasicStackDockComponent.BasicTab extends DefaultStackDockComponent.Tab implements DockableFocusListener
DockController to recognize
when it is focused.dockable| Modifier and Type | Method and Description |
|---|---|
void |
dockableFocused(DockableFocusEvent event)
Invoked when
dockable has gained the focus. |
void |
setController(DockController controller)
Tells this tab which controller is currently used.
|
getActions, getDockable, getSource, isEnabled, popupgetFactory, getPopupLocation, isMenuOpen, isSuppressable, mousePressed, mouseReleased, popup, setSuppressablemouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseWheelMovedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmouseClicked, mouseEntered, mouseExitedmouseDragged, mouseMovedpublic BasicTab(Dockable dockable)
public void setController(DockController controller)
DefaultStackDockComponent.Tabnull
if this tab is no longer used, or when the connection to a
DockController is lost.setController in class DefaultStackDockComponent.Tabcontroller - the new source of information, can be nullpublic void dockableFocused(DockableFocusEvent event)
DockableFocusListenerdockable has gained the focus.dockableFocused in interface DockableFocusListenerevent - an event that contains the new owner of the focusCopyright © 2017 Docking Frames. All rights reserved.