|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Component Listener.
Method Summary | |
void |
componentHidden(ComponentEvent e)
Notifies listener that the component has hidden. |
void |
componentMoved(ComponentEvent e)
Notifies listener that the component has moved. |
void |
componentResized(ComponentEvent e)
Notifies listener that the component has resized. |
void |
componentShown(ComponentEvent e)
Notifies listener that the component has shown. |
Method Detail |
public void componentMoved(ComponentEvent e)
e
- the component eventpublic void componentResized(ComponentEvent e)
e
- the component eventpublic void componentShown(ComponentEvent e)
e
- the component eventpublic void componentHidden(ComponentEvent e)
e
- the component event
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |