- java.lang.Object
-
- java.util.EventObject
-
- java.awt.AWTEvent
-
- javax.swing.event.InternalFrameEvent
-
- All Implemented Interfaces:
- Serializable
public class InternalFrameEvent extends AWTEvent
AnAWTEvent
that adds support forJInternalFrame
objects as the event source. This class has the same event types asWindowEvent
, although different IDs are used. Help on handling internal frame events is in How to Write an Internal Frame Listener, a section in The Java Tutorial.Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. As of 1.4, support for long term storage of all JavaBeansTM has been added to the
java.beans
package. Please seeXMLEncoder
.- See Also:
WindowEvent
,WindowListener
,JInternalFrame
,InternalFrameListener
-
-
Field Summary
Fields Modifier and Type Field and Description 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.awt.AWTEvent
ACTION_EVENT_MASK, ADJUSTMENT_EVENT_MASK, COMPONENT_EVENT_MASK, consumed, CONTAINER_EVENT_MASK, FOCUS_EVENT_MASK, HIERARCHY_BOUNDS_EVENT_MASK, HIERARCHY_EVENT_MASK, id, INPUT_METHOD_EVENT_MASK, INVOCATION_EVENT_MASK, ITEM_EVENT_MASK, KEY_EVENT_MASK, MOUSE_EVENT_MASK, MOUSE_MOTION_EVENT_MASK, MOUSE_WHEEL_EVENT_MASK, PAINT_EVENT_MASK, RESERVED_ID_MAX, TEXT_EVENT_MASK, WINDOW_EVENT_MASK, WINDOW_FOCUS_EVENT_MASK, WINDOW_STATE_EVENT_MASK
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor and Description InternalFrameEvent(JInternalFrame source, int id)
Constructs anInternalFrameEvent
object.
-
Method Summary
Methods Modifier and Type Method and Description 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
-
-
-
-
Field Detail
-
INTERNAL_FRAME_FIRST
public static final int INTERNAL_FRAME_FIRST
The first number in the range of IDs used for internal frame events.- See Also:
- Constant Field Values
-
INTERNAL_FRAME_LAST
public static final int INTERNAL_FRAME_LAST
The last number in the range of IDs used for internal frame events.- See Also:
- Constant Field Values
-
INTERNAL_FRAME_OPENED
public static final int INTERNAL_FRAME_OPENED
The "window opened" event. This event is delivered only the first time the internal frame is made visible.- See Also:
JInternalFrame.show()
, Constant Field Values
-
INTERNAL_FRAME_CLOSING
public static final int INTERNAL_FRAME_CLOSING
The "window is closing" event. This event is delivered when the user attempts to close the internal frame, such as by clicking the internal frame's close button, or when a program attempts to close the internal frame by invoking thesetClosed
method.
-
INTERNAL_FRAME_CLOSED
public static final int INTERNAL_FRAME_CLOSED
The "window closed" event. This event is delivered after the internal frame has been closed as the result of a call to thesetClosed
ordispose
method.
-
INTERNAL_FRAME_ICONIFIED
public static final int INTERNAL_FRAME_ICONIFIED
The "window iconified" event. This event indicates that the internal frame was shrunk down to a small icon.
-
INTERNAL_FRAME_DEICONIFIED
public static final int INTERNAL_FRAME_DEICONIFIED
The "window deiconified" event type. This event indicates that the internal frame has been restored to its normal size.
-
INTERNAL_FRAME_ACTIVATED
public static final int INTERNAL_FRAME_ACTIVATED
The "window activated" event type. This event indicates that keystrokes and mouse clicks are directed towards this internal frame.
-
INTERNAL_FRAME_DEACTIVATED
public static final int INTERNAL_FRAME_DEACTIVATED
The "window deactivated" event type. This event indicates that keystrokes and mouse clicks are no longer directed to the internal frame.
-
-
Constructor Detail
-
InternalFrameEvent
public InternalFrameEvent(JInternalFrame source, int id)
Constructs anInternalFrameEvent
object.- Parameters:
source
- theJInternalFrame
object that originated the eventid
- an integer indicating the type of event
-
-
Method Detail
-
paramString
public String paramString()
Returns a parameter string identifying this event. This method is useful for event logging and for debugging.- Overrides:
paramString
in classAWTEvent
- Returns:
- a string identifying the event and its attributes
-
getInternalFrame
public JInternalFrame getInternalFrame()
Returns the originator of the event.- Returns:
- the
JInternalFrame
object that originated the event - Since:
- 1.3
-
-
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-javax/swing/event/internalframeevent.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.