|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectyu.ac.bg.etf.javaqx.qswing.events.ComponentAdapter
Abstract Component Adapter.
Constructor Summary | |
ComponentAdapter()
|
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. |
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 componentMoved(ComponentEvent e)
componentMoved
in interface ComponentListener
e
- the component eventpublic void componentResized(ComponentEvent e)
componentResized
in interface ComponentListener
e
- the component eventpublic void componentShown(ComponentEvent e)
componentShown
in interface ComponentListener
e
- the component eventpublic void componentHidden(ComponentEvent e)
componentHidden
in interface ComponentListener
e
- the component event
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |