|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.station.StackDockStation.Listener
private class StackDockStation.Listener
This listener is added to the children of the station. Whenever the
icon or the title-text of a child changes, the listener will inform
the stack-component
about
the change
Constructor Summary | |
---|---|
private |
StackDockStation.Listener()
|
Method Summary | |
---|---|
void |
titleBinded(Dockable dockable,
DockTitle title)
Will be invoked when a DockTitle was binded
to a Dockable . |
void |
titleIconChanged(Dockable dockable,
javax.swing.Icon oldIcon,
javax.swing.Icon newIcon)
Invoked when the title-icon of a Dockable has changed |
void |
titleTextChanged(Dockable dockable,
java.lang.String oldTitle,
java.lang.String newTitle)
Invoked when the title of a Dockable has changed. |
void |
titleUnbinded(Dockable dockable,
DockTitle title)
Will be invoked when a DockTitle was unbinded
from a Dockable . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private StackDockStation.Listener()
Method Detail |
---|
public void titleBinded(Dockable dockable, DockTitle title)
DockableListener
DockTitle
was binded
to a Dockable
.
titleBinded
in interface DockableListener
dockable
- the Dockable
whose title is settitle
- the new titlepublic void titleUnbinded(Dockable dockable, DockTitle title)
DockableListener
DockTitle
was unbinded
from a Dockable
.
titleUnbinded
in interface DockableListener
dockable
- the Dockable
whose title was removedtitle
- the remove titlepublic void titleTextChanged(Dockable dockable, java.lang.String oldTitle, java.lang.String newTitle)
DockableListener
Dockable
has changed.
titleTextChanged
in interface DockableListener
dockable
- the Dockable
whose title is changedoldTitle
- the title before the changenewTitle
- the title after the changepublic void titleIconChanged(Dockable dockable, javax.swing.Icon oldIcon, javax.swing.Icon newIcon)
DockableListener
Dockable
has changed
titleIconChanged
in interface DockableListener
dockable
- the Dockable
whose title is changedoldIcon
- the old icon, may be null
newIcon
- the new icon, may be null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |