|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.awt.Component.AccessibleAWTComponent.AccessibleAWTComponentHandler
protected class Component.AccessibleAWTComponent.AccessibleAWTComponentHandler
Converts component changes into property changes.
| Constructor Summary | |
|---|---|
protected |
Component.AccessibleAWTComponent.AccessibleAWTComponentHandler()
Default constructor. |
| Method Summary | |
|---|---|
void |
componentHidden(ComponentEvent e)
Convert a component hidden to a property change. |
void |
componentMoved(ComponentEvent e)
Moving a component does not affect properties. |
void |
componentResized(ComponentEvent e)
Resizing a component does not affect properties. |
void |
componentShown(ComponentEvent e)
Convert a component shown to a property change. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Component.AccessibleAWTComponent.AccessibleAWTComponentHandler()
| Method Detail |
|---|
public void componentHidden(ComponentEvent e)
componentHidden in interface ComponentListenere - the event to convertpublic void componentShown(ComponentEvent e)
componentShown in interface ComponentListenere - the event to convertpublic void componentMoved(ComponentEvent e)
componentMoved in interface ComponentListenere - ignoredpublic void componentResized(ComponentEvent e)
componentResized in interface ComponentListenere - ignored
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||