|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
java.awt.AWTEvent
javax.swing.event.InternalFrameEvent
public class InternalFrameEvent
An event that indicates a change to a JInternalFrame
component.
Field Summary | |
---|---|
static int |
INTERNAL_FRAME_ACTIVATED
Internal frame activated event. |
static int |
INTERNAL_FRAME_CLOSED
Internal frame closed event. |
static int |
INTERNAL_FRAME_CLOSING
Internal frame closing event. |
static int |
INTERNAL_FRAME_DEACTIVATED
Internal frame deactivated event. |
static int |
INTERNAL_FRAME_DEICONIFIED
Internal frame deiconifed event. |
static int |
INTERNAL_FRAME_FIRST
Internal frame frame first event. |
static int |
INTERNAL_FRAME_ICONIFIED
Internal frame iconified event. |
static int |
INTERNAL_FRAME_LAST
Internal frame last event. |
static int |
INTERNAL_FRAME_OPENED
Internal frame opened event. |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
InternalFrameEvent(JInternalFrame source,
int id)
Creates a new JInternalFrameEvent instance. |
Method Summary | |
---|---|
JInternalFrame |
getInternalFrame()
Returns the JInternalFrame component that is the source for
this event. |
String |
paramString()
Returns a string that indicates the event id. |
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_ACTIVATED
public static final int INTERNAL_FRAME_CLOSED
public static final int INTERNAL_FRAME_CLOSING
public static final int INTERNAL_FRAME_DEACTIVATED
public static final int INTERNAL_FRAME_DEICONIFIED
public static final int INTERNAL_FRAME_FIRST
public static final int INTERNAL_FRAME_ICONIFIED
public static final int INTERNAL_FRAME_LAST
public static final int INTERNAL_FRAME_OPENED
Constructor Detail |
---|
public InternalFrameEvent(JInternalFrame source, int id)
JInternalFrameEvent
instance.
source
- the source of this event (null
not permitted).id
- the event ID of this event (see the constants defined by this
class).
IllegalArgumentException
- if source
is
null
.Method Detail |
---|
public JInternalFrame getInternalFrame()
JInternalFrame
component that is the source for
this event.
public String paramString()
AWTEvent.toString()
method.
paramString
in class AWTEvent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |