Fields
Name | Description |
---|---|
COMPONENT_FIRST | Marks the first integer id for the range of component event ids. |
COMPONENT_HIDDEN | The component hidden event type. |
COMPONENT_LAST | Marks the last integer id for the range of component event ids. |
COMPONENT_MOVED | The component moved event type. |
COMPONENT_RESIZED | The component resized event type. |
COMPONENT_SHOWN | The component shown event type. |
Constructors
Name | Description |
---|---|
ComponentEvent(Component, int) | Constructs a ComponentEvent object with the specified source component and type. |
Methods
Name | Description |
---|---|
getComponent() | Returns the component where this event originated. |
paramString() |