org.flexdock.dockbar.event
public class DockbarEvent extends Event
Modifier and Type | Field and Description |
---|---|
static int |
COLLAPSED |
static int |
EXPANDED |
static int |
LOCKED |
static int |
MINIMIZE_COMPLETED |
static int |
MINIMIZE_STARTED |
source
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 and Description |
---|
DockbarEvent(Dockable dockable,
int type,
int edge) |
Modifier and Type | Method and Description |
---|---|
void |
consume() |
int |
getEdge() |
boolean |
isConsumed() |
getEventType
getSource, toString
public static final int EXPANDED
public static final int LOCKED
public static final int COLLAPSED
public static final int MINIMIZE_STARTED
public static final int MINIMIZE_COMPLETED
public DockbarEvent(Dockable dockable, int type, int edge)