Package org.flexdock.perspective.event
Class PerspectiveEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.flexdock.event.Event
-
- org.flexdock.perspective.event.PerspectiveEvent
-
- All Implemented Interfaces:
java.io.Serializable
,DockingConstants
public class PerspectiveEvent extends Event
- Author:
- Mateusz Szczap
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
CHANGED
static int
RESET
-
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
-
-
Constructor Summary
Constructors Constructor Description PerspectiveEvent(Perspective perspective, Perspective oldPerspective, int eventType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Perspective
getOldPerspective()
Perspective
getPerspective()
-
Methods inherited from class org.flexdock.event.Event
getEventType
-
-
-
-
Field Detail
-
CHANGED
public static final int CHANGED
- See Also:
- Constant Field Values
-
RESET
public static final int RESET
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PerspectiveEvent
public PerspectiveEvent(Perspective perspective, Perspective oldPerspective, int eventType)
-
-
Method Detail
-
getPerspective
public Perspective getPerspective()
-
getOldPerspective
public Perspective getOldPerspective()
-
-