Uses of Class
java.util.EventObject
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
Provides interfaces and classes for transferring data between and within
applications.
Provides interfaces and classes for interaction with various desktop
capabilities.
Drag and Drop is a direct manipulation gesture found in many Graphical User
Interface systems that provides a mechanism to transfer information between
two entities logically associated with presentation elements in the GUI.
Provides interfaces and classes for dealing with different types of events
fired by AWT components.
Contains classes related to developing beans -- components based on
the JavaBeans architecture.
Provides classes and interfaces relating to bean context.
This package allows applications to store and retrieve user and system
preference and configuration data.
Provides the core classes for the Java Management Extensions.
Provides the definition of the monitor classes.
Provides the definition of the Relation Service.
Interfaces for remote access to
JMX MBean servers.
Provides the definition of the Timer MBean.
Provides support for event notification when accessing naming and
directory services.
Provides support for LDAPv3 extended operations and controls.
Provides classes for the secure socket package.
Package
javax.print.event
contains event classes and listener
interfaces.Provides interfaces and classes for capture, processing, and playback of
sampled audio data.
Provides the API for server side data source access and processing from
the Java programming language.
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Provides for events fired by Swing components.
Provides the class
HTMLEditorKit
and supporting classes for creating
HTML text editors.Provides classes and interfaces for dealing with
javax.swing.JTree
.-
Uses of EventObject in java.awt
-
Uses of EventObject in java.awt.datatransfer
Modifier and TypeClassDescriptionclass
FlavorEvent
is used to notify interested parties that availableDataFlavor
s have changed in theClipboard
(the event source). -
Uses of EventObject in java.awt.desktop
Modifier and TypeClassDescriptionfinal class
Event sent when the application is asked to open its about window.class
AppEvents are sent to listeners and handlers installed on theDesktop
instance of the current desktop context.final class
Event sent when the application has become the foreground app, and when it is no longer the foreground app.final class
Event sent when the application has been hidden or shown.final class
Event sent when the application is asked to re-open itself.class
Auxiliary event containing a list of files.final class
Event sent when the app is asked to open a list of files.final class
Event sent when the app is asked to open aURI
.final class
Event sent when the application is asked to open its preferences window.final class
Event sent when the app is asked to print a list of files.final class
Event sent when the application is asked to quit.final class
Event sent when the displays attached to the system enter and exit power save sleep.final class
Event sent when the system enters and exits power save sleep.final class
Event sent when the user session has been changed. -
Uses of EventObject in java.awt.dnd
Modifier and TypeClassDescriptionclass
ADragGestureEvent
is passed toDragGestureListener
's dragGestureRecognized() method when a particularDragGestureRecognizer
detects that a platform dependent drag initiating gesture has occurred on theComponent
that it is tracking.class
TheDragSourceDragEvent
is delivered from theDragSourceContextPeer
, via theDragSourceContext
, to theDragSourceListener
registered with thatDragSourceContext
and with its associatedDragSource
.class
TheDragSourceDropEvent
is delivered from theDragSourceContextPeer
, via theDragSourceContext
, to thedragDropEnd
method ofDragSourceListener
s registered with thatDragSourceContext
and with its associatedDragSource
.class
This class is the base class forDragSourceDragEvent
andDragSourceDropEvent
.class
TheDropTargetDragEvent
is delivered to aDropTargetListener
via its dragEnter() and dragOver() methods.class
TheDropTargetDropEvent
is delivered via theDropTargetListener
drop() method.class
TheDropTargetEvent
is the base class for both theDropTargetDragEvent
and theDropTargetDropEvent
. -
Uses of EventObject in java.awt.event
Modifier and TypeClassDescriptionclass
A semantic event which indicates that a component-defined action occurred.class
The adjustment event emitted by Adjustable objects likeScrollbar
andScrollPane
.class
A low-level event which indicates that a component moved, changed size, or changed visibility (also, the root class for the other component-level events).class
A low-level event which indicates that a container's contents changed because a component was added or removed.class
A low-level event which indicates that a Component has gained or lost the input focus.class
An event which indicates a change to theComponent
hierarchy to whichComponent
belongs.class
The root event class for all component-level input events.class
Input method events contain information about text that is being composed using an input method.class
An event which executes therun()
method on aRunnable
when dispatched by the AWT event dispatcher thread.class
A semantic event which indicates that an item was selected or deselected.class
An event which indicates that a keystroke occurred in a component.class
An event which indicates that a mouse action occurred in a component.class
An event which indicates that the mouse wheel was rotated in a component.class
The component-level paint event.class
A semantic event which indicates that an object's text changed.class
A low-level event that indicates that a window has changed its status. -
Uses of EventObject in java.beans
Modifier and TypeClassDescriptionclass
An "IndexedPropertyChange" event gets delivered whenever a component that conforms to the JavaBeans specification (a "bean") changes a bound indexed property.class
A "PropertyChange" event gets delivered whenever a bean changes a "bound" or "constrained" property. -
Uses of EventObject in java.beans.beancontext
Modifier and TypeClassDescriptionclass
BeanContextEvent
is the abstract root event class for all events emitted from, and pertaining to the semantics of, aBeanContext
.class
ABeanContextMembershipEvent
encapsulates the list of children added to, or removed from, the membership of a particularBeanContext
.class
This event type is used by the BeanContextServicesListener in order to identify the service being registered.class
This event type is used by theBeanContextServiceRevokedListener
in order to identify the service being revoked. -
Uses of EventObject in java.util.prefs
Modifier and TypeClassDescriptionclass
An event emitted by aPreferences
node to indicate that a child of that node has been added or removed.class
An event emitted by aPreferences
node to indicate that a preference has been added, removed or has had its value changed. -
Uses of EventObject in javax.management
Modifier and TypeClassDescriptionclass
Provides definitions of the attribute change notifications sent by MBeans.class
Represents a notification emitted by the MBean Server through the MBeanServerDelegate MBean.class
The Notification class represents a notification emitted by an MBean. -
Uses of EventObject in javax.management.monitor
Modifier and TypeClassDescriptionclass
Provides definitions of the notifications sent by monitor MBeans. -
Uses of EventObject in javax.management.relation
Modifier and TypeClassDescriptionclass
A notification of a change in the Relation Service. -
Uses of EventObject in javax.management.remote
Modifier and TypeClassDescriptionclass
Notification emitted when a client connection is opened or closed or when notifications are lost. -
Uses of EventObject in javax.management.timer
Modifier and TypeClassDescriptionclass
This class provides definitions of the notifications sent by timer MBeans. -
Uses of EventObject in javax.naming.event
Modifier and TypeClassDescriptionclass
This class represents an event fired by a naming/directory service.class
This class represents an event fired when the procedures/processes used to collect information for notifying listeners ofNamingEvent
s threw aNamingException
. -
Uses of EventObject in javax.naming.ldap
Modifier and TypeClassDescriptionclass
This class represents an event fired in response to an unsolicited notification sent by the LDAP server. -
Uses of EventObject in javax.net.ssl
Modifier and TypeClassDescriptionclass
This event indicates that an SSL handshake completed on a given SSL connection.class
This event is propagated to a SSLSessionBindingListener. -
Uses of EventObject in javax.print.event
Modifier and TypeClassDescriptionclass
ClassPrintEvent
is the super class of all Print Service API events.class
ClassPrintJobAttributeEvent
encapsulates an event aPrintService
reports to let the client know that one or more printing attributes for aPrintJob
have changed.class
ClassPrintJobEvent
encapsulates common events a print job reports to let a listener know of progress in the processing of theDocPrintJob
.class
ClassPrintServiceAttributeEvent
encapsulates an event a Print Service instance reports to let the client know of changes in the print service state. -
Uses of EventObject in javax.sound.sampled
Modifier and TypeClassDescriptionclass
TheLineEvent
class encapsulates information that a line sends its listeners whenever the line opens, closes, starts, or stops. -
Uses of EventObject in javax.sql
Modifier and TypeClassDescriptionclass
AnEvent
object that provides information about the source of a connection-related event.class
AnEvent
object generated when an event occurs to aRowSet
object.class
AStatementEvent
is sent to allStatementEventListener
s which were registered with aPooledConnection
. -
Uses of EventObject in javax.swing
Modifier and TypeMethodDescriptionboolean
JTable.editCellAt
(int row, int column, EventObject e) Programmatically starts editing the cell atrow
andcolumn
, if those indices are in the valid range, and the cell at those indices is editable.boolean
AbstractCellEditor.isCellEditable
(EventObject e) Returns true.boolean
CellEditor.isCellEditable
(EventObject anEvent) Asks the editor if it can start editing usinganEvent
.boolean
DefaultCellEditor.EditorDelegate.isCellEditable
(EventObject anEvent) Returns true ifanEvent
is not aMouseEvent
.boolean
DefaultCellEditor.isCellEditable
(EventObject anEvent) Forwards the message from theCellEditor
to thedelegate
.boolean
AbstractCellEditor.shouldSelectCell
(EventObject anEvent) Returns true.boolean
CellEditor.shouldSelectCell
(EventObject anEvent) Returns true if the editing cell should be selected, false otherwise.boolean
DefaultCellEditor.EditorDelegate.shouldSelectCell
(EventObject anEvent) Returns true to indicate that the editing cell may be selected.boolean
DefaultCellEditor.shouldSelectCell
(EventObject anEvent) Forwards the message from theCellEditor
to thedelegate
.boolean
DefaultCellEditor.EditorDelegate.startCellEditing
(EventObject anEvent) Returns true to indicate that editing has begun. -
Uses of EventObject in javax.swing.event
Modifier and TypeClassDescriptionclass
An event reported to a child component that originated from an ancestor in the component hierarchy.class
CaretEvent is used to notify interested parties that the text caret has changed in the event source.class
ChangeEvent is used to notify interested parties that state has changed in the event source.class
HyperlinkEvent is used to notify interested parties that something has happened with respect to a hypertext link.class
AnAWTEvent
that adds support forJInternalFrame
objects as the event source.class
Defines an event that encapsulates changes to a list.class
An event that characterizes a change in selection.class
MenuDragMouseEvent is used to notify interested parties that the menu element has received a MouseEvent forwarded to it under drag conditions.class
MenuEvent is used to notify interested parties that the menu which is the event source has been posted, selected, or canceled.class
MenuKeyEvent is used to notify interested parties that the menu element has received a KeyEvent forwarded to it in a menu tree.class
PopupMenuEvent only contains the source of the event which is the JPopupMenu sending the eventclass
RowSorterEvent
provides notification of changes to aRowSorter
.class
TableColumnModelEvent is used to notify listeners that a table column model has changed, such as a column was added, removed, or moved.class
TableModelEvent is used to notify listeners that a table model has changed.class
An event used to identify a single path in a tree.class
Encapsulates information describing changes to a tree model, and used to notify tree model listeners of the change.class
An event that characterizes a change in the current selection.class
An event indicating that an operation which can be undone has occurred. -
Uses of EventObject in javax.swing.text.html
Modifier and TypeClassDescriptionclass
FormSubmitEvent is used to notify interested parties that a form was submitted.class
HTMLFrameHyperlinkEvent is used to notify interested parties that link was activated in a frame. -
Uses of EventObject in javax.swing.tree
Modifier and TypeMethodDescriptionprotected boolean
DefaultTreeCellEditor.canEditImmediately
(EventObject event) Returns true ifevent
isnull
, or it is aMouseEvent
with a click count > 2 andinHitRegion
returns true.boolean
DefaultTreeCellEditor.isCellEditable
(EventObject event) If therealEditor
returns true to this message,prepareForEditing
is messaged and true is returned.boolean
DefaultTreeCellEditor.shouldSelectCell
(EventObject event) Messages therealEditor
for the return value.protected boolean
DefaultTreeCellEditor.shouldStartEditingTimer
(EventObject event) Returns true ifevent
is aMouseEvent
and the click count is 1.