|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpivot.wtk.ComponentListener.Adapter
public static class ComponentListener.Adapter
Adapts the ComponentListener interface.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface pivot.wtk.ComponentListener |
---|
ComponentListener.Adapter |
Constructor Summary | |
---|---|
ComponentListener.Adapter()
|
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,
String styleKey,
Object previousValue)
Called when a component style has been updated. |
void |
tooltipTextChanged(Component component,
String previousTooltipText)
Called when a component's tooltip text has changed. |
void |
visibleChanged(Component component)
Called when a component's visible flag has changed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComponentListener.Adapter()
Method Detail |
---|
public void parentChanged(Component component, Container previousParent)
ComponentListener
parentChanged
in interface ComponentListener
public void sizeChanged(Component component, int previousWidth, int previousHeight)
ComponentListener
sizeChanged
in interface ComponentListener
public void locationChanged(Component component, int previousX, int previousY)
ComponentListener
locationChanged
in interface ComponentListener
public void visibleChanged(Component component)
ComponentListener
visibleChanged
in interface ComponentListener
public void styleUpdated(Component component, String styleKey, Object previousValue)
ComponentListener
styleUpdated
in interface ComponentListener
public void cursorChanged(Component component, Cursor previousCursor)
ComponentListener
cursorChanged
in interface ComponentListener
public void tooltipTextChanged(Component component, String previousTooltipText)
ComponentListener
tooltipTextChanged
in interface ComponentListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |