| 
 | Préférences Moteurs de recherche | |||||||||||||||||||||||||||||||||||||||
| JavaTM 2 Platform Std. Ed. v1.5.0 
javax.swing.event
 | ||||||||||||||||||||||||||||||||||||||||
| Field Summary | |
|---|---|
| static int | INTERNAL_FRAME_ACTIVATEDThe "window activated" event type. | 
| static int | INTERNAL_FRAME_CLOSEDThe "window closed" event. | 
| static int | INTERNAL_FRAME_CLOSINGThe "window is closing" event. | 
| static int | INTERNAL_FRAME_DEACTIVATEDThe "window deactivated" event type. | 
| static int | INTERNAL_FRAME_DEICONIFIEDThe "window deiconified" event type. | 
| static int | INTERNAL_FRAME_FIRSTThe first number in the range of IDs used for internal frame events. | 
| static int | INTERNAL_FRAME_ICONIFIEDThe "window iconified" event. | 
| static int | INTERNAL_FRAME_LASTThe last number in the range of IDs used for internal frame events. | 
| static int | INTERNAL_FRAME_OPENEDThe "window opened" event. | 
| Fields inherited from class java.util.EventObject | 
|---|
| source | 
| Constructor Summary | |
|---|---|
| InternalFrameEvent(JInternalFrame source,
                   int id)Constructs an InternalFrameEventobject. | |
| Method Summary | |
|---|---|
|  JInternalFrame | getInternalFrame()Returns the originator of the event. | 
|  String | paramString()Returns a parameter string identifying this event. | 
| Methods inherited from class java.awt.AWTEvent | 
|---|
| consume, getID, isConsumed, setSource, toString | 
| Methods inherited from class java.util.EventObject | 
|---|
| getSource | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final int INTERNAL_FRAME_FIRST
public static final int INTERNAL_FRAME_LAST
public static final int INTERNAL_FRAME_OPENED
JInternalFrame.show(), 
Constant Field Valuespublic static final int INTERNAL_FRAME_CLOSING
setClosed method.
public static final int INTERNAL_FRAME_CLOSED
setClosed or
 dispose method.
public static final int INTERNAL_FRAME_ICONIFIED
public static final int INTERNAL_FRAME_DEICONIFIED
public static final int INTERNAL_FRAME_ACTIVATED
public static final int INTERNAL_FRAME_DEACTIVATED
| Constructor Detail | 
|---|
public InternalFrameEvent(JInternalFrame source, int id)
InternalFrameEvent object.
source - the JInternalFrame object that originated the eventid - an integer indicating the type of event| Method Detail | 
|---|
public String paramString()
paramString in class AWTEventpublic JInternalFrame getInternalFrame()
JInternalFrame object that originated the event