java.awt
protected class Component.AccessibleAWTComponent.AccessibleAWTComponentHandler extends Object implements ComponentListener
Since: 1.3
UNKNOWN: updated to 1.4
Constructor Summary | |
---|---|
protected | 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.
|
Parameters: e the event to convert
Parameters: e ignored
Parameters: e ignored
Parameters: e the event to convert