|
HOME | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--java.awt.AWTEvent | +--java.awt.event.ActionEvent | +--com.ultraswing.DockingEvent
Docking event object
Field Summary | |
static int |
COMPONENT_DOCKED
This event indicates that the component was docked |
static int |
COMPONENT_FLOATED
This event indicates that the component was made floating |
static int |
COMPONENT_HIDDEN
This event indicates that the component was rendered invisible. |
static int |
COMPONENT_MOVED
This event indicates that the component's position changed. |
static int |
COMPONENT_RESIZED
This event indicates that the component's size changed. |
static int |
COMPONENT_SHOWN
This event indicates that the component was made visible. |
Fields inherited from class java.awt.event.ActionEvent |
ACTION_FIRST, ACTION_LAST, ACTION_PERFORMED, ALT_MASK, CTRL_MASK, META_MASK, SHIFT_MASK |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
DockingEvent(Component source,
int id)
Constructs a DockingEvent |
|
DockingEvent(Component source,
int id,
Rectangle rect)
Constructs a DockingEvent |
Method Summary | |
Rectangle |
getBounds()
Returns the bounds of this component right before event occurred |
Methods inherited from class java.awt.event.ActionEvent |
getActionCommand, getModifiers, getWhen, paramString |
Methods inherited from class java.awt.AWTEvent |
consume, getID, isConsumed, setSource, toString |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int COMPONENT_MOVED
public static final int COMPONENT_RESIZED
public static final int COMPONENT_SHOWN
public static final int COMPONENT_HIDDEN
public static final int COMPONENT_FLOATED
public static final int COMPONENT_DOCKED
Constructor Detail |
public DockingEvent(Component source, int id)
source
- event sourceid
- event idpublic DockingEvent(Component source, int id, Rectangle rect)
source
- event sourceid
- event idrect
- the bounds of this component right before event occurredMethod Detail |
public Rectangle getBounds()
|
HOME | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |