|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.event.MouseInputAdapter
bibliothek.gui.dock.action.ActionPopup
bibliothek.gui.dock.station.stack.DefaultStackDockComponent.Tab
bibliothek.gui.dock.themes.basic.BasicStackDockComponent.BasicTab
protected class BasicStackDockComponent.BasicTab
A basic tab that listens to the DockController to recognize
when it is focused.
| Field Summary |
|---|
| Fields inherited from class bibliothek.gui.dock.station.stack.DefaultStackDockComponent.Tab |
|---|
dockable |
| Constructor Summary | |
|---|---|
BasicStackDockComponent.BasicTab(Dockable dockable)
|
|
| Method Summary | |
|---|---|
void |
dockableFocused(DockableFocusEvent event)
Invoked when dockable has gained the focus. |
void |
setController(DockController controller)
Tells this tab which controller is currently used. |
| Methods inherited from class bibliothek.gui.dock.station.stack.DefaultStackDockComponent.Tab |
|---|
getActions, getDockable, getSource, isEnabled, popup |
| Methods inherited from class bibliothek.gui.dock.action.ActionPopup |
|---|
getFactory, getPopupLocation, isMenuOpen, isSuppressable, mousePressed, mouseReleased, popup, setSuppressable |
| Methods inherited from class javax.swing.event.MouseInputAdapter |
|---|
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicStackDockComponent.BasicTab(Dockable dockable)
| Method Detail |
|---|
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 focus
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||