protected class Component.AccessibleAWTComponent.AccessibleAWTComponentHandler extends Object implements ComponentListener
Modifier | Constructor and Description |
---|---|
protected |
Component.AccessibleAWTComponent.AccessibleAWTComponentHandler()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected Component.AccessibleAWTComponent.AccessibleAWTComponentHandler()
public void componentHidden(ComponentEvent e)
componentHidden
in interface ComponentListener
e
- the event to convertpublic void componentShown(ComponentEvent e)
componentShown
in interface ComponentListener
e
- the event to convertpublic void componentMoved(ComponentEvent e)
componentMoved
in interface ComponentListener
e
- ignoredpublic void componentResized(ComponentEvent e)
componentResized
in interface ComponentListener
e
- ignored