|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vlsolutions.swing.docking.event.DockableSelectionEvent
public class DockableSelectionEvent
An event for tracking selection changes of dockables.
Useful for example when the developper wants to enable or disable actions depending on the dockable which takes the keyboard focus.
implementation note : works with keyboard focus events.
DockableSelectionListener
Constructor Summary | |
---|---|
DockableSelectionEvent(Dockable selectedDockable)
|
Method Summary | |
---|---|
Dockable |
getSelectedDockable()
Returns the currently selected Dockable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DockableSelectionEvent(Dockable selectedDockable)
Method Detail |
---|
public Dockable getSelectedDockable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |