com.vlsolutions.swing.docking.event
Class DockableSelectionEvent

java.lang.Object
  extended by com.vlsolutions.swing.docking.event.DockableSelectionEvent

public class DockableSelectionEvent
extends java.lang.Object

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.

Since:
2.0
See Also:
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

DockableSelectionEvent

public DockableSelectionEvent(Dockable selectedDockable)
Method Detail

getSelectedDockable

public Dockable getSelectedDockable()
Returns the currently selected Dockable



© Copyright 2004-2007 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications