|
Préférences
Moteurs de recherche
|
|||||||||||||||||||||||||||||||||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
javax.swing.event
|
Field Summary | |
---|---|
static int |
INTERNAL_FRAME_ACTIVATED
The "window activated" event type. |
static int |
INTERNAL_FRAME_CLOSED
The "window closed" event. |
static int |
INTERNAL_FRAME_CLOSING
The "window is closing" event. |
static int |
INTERNAL_FRAME_DEACTIVATED
The "window deactivated" event type. |
static int |
INTERNAL_FRAME_DEICONIFIED
The "window deiconified" event type. |
static int |
INTERNAL_FRAME_FIRST
The first number in the range of IDs used for internal frame events. |
static int |
INTERNAL_FRAME_ICONIFIED
The "window iconified" event. |
static int |
INTERNAL_FRAME_LAST
The last number in the range of IDs used for internal frame events. |
static int |
INTERNAL_FRAME_OPENED
The "window opened" event. |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
InternalFrameEvent(JInternalFrame source,
int id)
Constructs an InternalFrameEvent object. |
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 eventMethod Detail |
---|
public String paramString()
paramString
in class AWTEvent
public JInternalFrame getInternalFrame()
JInternalFrame
object that originated the event