|
Préférences
Moteurs de recherche
|
||||||||||||||||
| JavaTM 2 Platform Std. Ed. v1.6.0
java.awt.event
|
|||||||||||||||||
| Constructor Summary | |
|---|---|
ComponentAdapter()
|
|
| Method Summary | |
|---|---|
void |
componentHidden(ComponentEvent e)
Invoked when the component has been made invisible. |
void |
componentMoved(ComponentEvent e)
Invoked when the component's position changes. |
void |
componentResized(ComponentEvent e)
Invoked when the component's size changes. |
void |
componentShown(ComponentEvent e)
Invoked when the component has been made visible. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentAdapter()
| Method Detail |
|---|
public void componentResized(ComponentEvent e)
componentResized in interface ComponentListenerpublic void componentMoved(ComponentEvent e)
componentMoved in interface ComponentListenerpublic void componentShown(ComponentEvent e)
componentShown in interface ComponentListenerpublic void componentHidden(ComponentEvent e)
componentHidden in interface ComponentListener