Package org.flexdock.docking.activation
Class ActiveDockableListener
java.lang.Object
org.flexdock.docking.activation.ActiveDockableListener
- All Implemented Interfaces:
AWTEventListener
,PropertyChangeListener
,EventListener
,ChangeListener
,DockingConstants
public class ActiveDockableListener
extends Object
implements DockingConstants, PropertyChangeListener, ChangeListener, AWTEventListener
- Author:
- Christopher Butler
-
Field Summary
Fields inherited from interface org.flexdock.docking.DockingConstants
ACTIVE_WINDOW, BOTTOM, CENTER, CENTER_REGION, CLOSE_ACTION, DEFAULT_PERSISTENCE_KEY, DOCKING_ID, EAST_REGION, HEAVYWEIGHT_DOCKABLES, HORIZONTAL, LEFT, MOUSE_PRESSED, NORTH_REGION, PERMANENT_FOCUS_OWNER, PIN_ACTION, REGION, RIGHT, SOUTH_REGION, TOP, UNINITIALIZED, UNINITIALIZED_RATIO, UNKNOWN_REGION, UNSPECIFIED_SIBLING_PREF, VERTICAL, WEST_REGION
-
Method Summary
Modifier and TypeMethodDescriptionvoid
eventDispatched
(AWTEvent event) static ActiveDockableListener
static void
prime()
void
void
-
Method Details
-
prime
public static void prime() -
getInstance
-
eventDispatched
- Specified by:
eventDispatched
in interfaceAWTEventListener
-
propertyChange
- Specified by:
propertyChange
in interfacePropertyChangeListener
-
stateChanged
- Specified by:
stateChanged
in interfaceChangeListener
-