|
Préférences
Moteurs de recherche
|
||||||||||||||||||||||
| JavaTM 2 Platform Std. Ed. v1.4.2
javax.swing.event
|
|||||||||||||||||||||||
| Constructor Summary | |
InternalFrameAdapter()
|
|
| Method Summary | |
void |
internalFrameActivated(InternalFrameEvent e)
Invoked when an internal frame is activated. |
void |
internalFrameClosed(InternalFrameEvent e)
Invoked when an internal frame has been closed. |
void |
internalFrameClosing(InternalFrameEvent e)
Invoked when an internal frame is in the process of being closed. |
void |
internalFrameDeactivated(InternalFrameEvent e)
Invoked when an internal frame is de-activated. |
void |
internalFrameDeiconified(InternalFrameEvent e)
Invoked when an internal frame is de-iconified. |
void |
internalFrameIconified(InternalFrameEvent e)
Invoked when an internal frame is iconified. |
void |
internalFrameOpened(InternalFrameEvent e)
Invoked when an internal frame has been opened. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public InternalFrameAdapter()
| Method Detail |
public void internalFrameOpened(InternalFrameEvent e)
internalFrameOpened in interface InternalFrameListenerJInternalFrame.show()public void internalFrameClosing(InternalFrameEvent e)
internalFrameClosing in interface InternalFrameListenerpublic void internalFrameClosed(InternalFrameEvent e)
internalFrameClosed in interface InternalFrameListenerJInternalFrame.setClosed(boolean)public void internalFrameIconified(InternalFrameEvent e)
internalFrameIconified in interface InternalFrameListenerJInternalFrame.setIcon(boolean)public void internalFrameDeiconified(InternalFrameEvent e)
internalFrameDeiconified in interface InternalFrameListenerJInternalFrame.setIcon(boolean)public void internalFrameActivated(InternalFrameEvent e)
internalFrameActivated in interface InternalFrameListenerJInternalFrame.setSelected(boolean)public void internalFrameDeactivated(InternalFrameEvent e)
internalFrameDeactivated in interface InternalFrameListenerJInternalFrame.setSelected(boolean)