|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentListener
Component listener interface.
Method Summary | |
---|---|
void |
cursorChanged(Component component,
Cursor previousCursor)
Called when a component's cursor has changed. |
void |
locationChanged(Component component,
int previousX,
int previousY)
Called when a component's location has changed. |
void |
parentChanged(Component component,
Container previousParent)
Called when a component's parent has changed (when the component is either added to or removed from a container). |
void |
sizeChanged(Component component,
int previousWidth,
int previousHeight)
Called when a component's size has changed. |
void |
styleUpdated(Component component,
java.lang.String styleKey,
java.lang.Object previousValue)
Called when a component style has been updated. |
void |
tooltipTextChanged(Component component,
java.lang.String previousTooltipText)
Called when a component's tooltip text has changed. |
void |
visibleChanged(Component component)
Called when a component's visible flag has changed. |
Method Detail |
---|
void parentChanged(Component component, Container previousParent)
component
- previousParent
- void sizeChanged(Component component, int previousWidth, int previousHeight)
component
- previousWidth
- previousHeight
- void locationChanged(Component component, int previousX, int previousY)
component
- previousX
- previousY
- void visibleChanged(Component component)
component
- void styleUpdated(Component component, java.lang.String styleKey, java.lang.Object previousValue)
component
- styleKey
- previousValue
- void cursorChanged(Component component, Cursor previousCursor)
component
- previousCursor
- void tooltipTextChanged(Component component, java.lang.String previousTooltipText)
component
- previousTooltipText
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |