Uses of Class
java.util.EventObject
-
Packages that use EventObject Package Description java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.java.awt.datatransfer Provides interfaces and classes for transferring data between and within applications.java.awt.desktop Provides interfaces and classes for interaction with various desktop capabilities.java.awt.dnd 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.java.awt.event Provides interfaces and classes for dealing with different types of events fired by AWT components.java.beans Contains classes related to developing beans -- components based on the JavaBeans™ architecture.java.beans.beancontext Provides classes and interfaces relating to bean context.java.util.prefs This package allows applications to store and retrieve user and system preference and configuration data.javafx.concurrent Provides the set of classes for javafx.task.javafx.event Provides basic framework for FX events, their delivery and handling.javafx.scene.control The JavaFX User Interface Controls (UI Controls or just Controls) are specialized Nodes in the JavaFX Scenegraph especially suited for reuse in many different application contexts.javafx.scene.input Provides the set of classes for mouse and keyboard input event handling.javafx.scene.media Provides the set of classes for integrating audio and video into Java FX Applications.javafx.scene.transform Provides the set of convenient classes to perform rotating, scaling, shearing, and translation transformations forAffine
objects.javafx.scene.web This package provides means for loading and displaying Web content.javafx.stage Provides the top-level container classes for JavaFX content.javax.management Provides the core classes for the Java Management Extensions.javax.management.monitor Provides the definition of the monitor classes.javax.management.relation Provides the definition of the Relation Service.javax.management.remote Interfaces for remote access to JMX MBean servers.javax.management.timer Provides the definition of the Timer MBean.javax.naming.event Provides support for event notification when accessing naming and directory services.javax.naming.ldap Provides support for LDAPv3 extended operations and controls.javax.net.ssl Provides classes for the secure socket package.javax.print.event Package javax.print.event contains event classes and listener interfaces.javax.sound.sampled Provides interfaces and classes for capture, processing, and playback of sampled audio data.javax.sql Provides the API for server side data source access and processing from the Java™ programming language.javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.javax.swing.event Provides for events fired by Swing components.javax.swing.text.html Provides the classHTMLEditorKit
and supporting classes for creating HTML text editors.javax.swing.tree Provides classes and interfaces for dealing withjavax.swing.JTree
. -
-
Uses of EventObject in java.awt
Subclasses of EventObject in java.awt Modifier and Type Class Description class
AWTEvent
The root event class for all AWT events. -
Uses of EventObject in java.awt.datatransfer
Subclasses of EventObject in java.awt.datatransfer Modifier and Type Class Description class
FlavorEvent
FlavorEvent
is used to notify interested parties that availableDataFlavor
s have changed in theClipboard
(the event source). -
Uses of EventObject in java.awt.desktop
Subclasses of EventObject in java.awt.desktop Modifier and Type Class Description class
AboutEvent
Event sent when the application is asked to open its about window.class
AppEvent
AppEvents are sent to listeners and handlers installed on theDesktop
.class
AppForegroundEvent
Event sent when the application has become the foreground app, and when it is no longer the foreground app.class
AppHiddenEvent
Event sent when the application has been hidden or shown.class
AppReopenedEvent
Event sent when the application is asked to re-open itself.class
FilesEvent
Auxiliary event containing a list of files.class
OpenFilesEvent
Event sent when the app is asked to open a list of files.class
OpenURIEvent
Event sent when the app is asked to open aURI
.class
PreferencesEvent
Event sent when the application is asked to open its preferences window.class
PrintFilesEvent
Event sent when the app is asked to print a list of files.class
QuitEvent
Event sent when the application is asked to quit.class
ScreenSleepEvent
Event sent when the displays attached to the system enter and exit power save sleep.class
SystemSleepEvent
Event sent when the system enters and exits power save sleep.class
UserSessionEvent
Event sent when the user session has been changed. -
Uses of EventObject in java.awt.dnd
Subclasses of EventObject in java.awt.dnd Modifier and Type Class Description class
DragGestureEvent
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
DragSourceDragEvent
TheDragSourceDragEvent
is delivered from theDragSourceContextPeer
, via theDragSourceContext
, to theDragSourceListener
registered with thatDragSourceContext
and with its associatedDragSource
.class
DragSourceDropEvent
TheDragSourceDropEvent
is delivered from theDragSourceContextPeer
, via theDragSourceContext
, to thedragDropEnd
method ofDragSourceListener
s registered with thatDragSourceContext
and with its associatedDragSource
.class
DragSourceEvent
This class is the base class forDragSourceDragEvent
andDragSourceDropEvent
.class
DropTargetDragEvent
TheDropTargetDragEvent
is delivered to aDropTargetListener
via its dragEnter() and dragOver() methods.class
DropTargetDropEvent
TheDropTargetDropEvent
is delivered via theDropTargetListener
drop() method.class
DropTargetEvent
TheDropTargetEvent
is the base class for both theDropTargetDragEvent
and theDropTargetDropEvent
. -
Uses of EventObject in java.awt.event
Subclasses of EventObject in java.awt.event Modifier and Type Class Description class
ActionEvent
A semantic event which indicates that a component-defined action occurred.class
AdjustmentEvent
The adjustment event emitted by Adjustable objects likeScrollbar
andScrollPane
.class
ComponentEvent
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
ContainerEvent
A low-level event which indicates that a container's contents changed because a component was added or removed.class
FocusEvent
A low-level event which indicates that a Component has gained or lost the input focus.class
HierarchyEvent
An event which indicates a change to theComponent
hierarchy to whichComponent
belongs.class
InputEvent
The root event class for all component-level input events.class
InputMethodEvent
Input method events contain information about text that is being composed using an input method.class
InvocationEvent
An event which executes therun()
method on aRunnable
when dispatched by the AWT event dispatcher thread.class
ItemEvent
A semantic event which indicates that an item was selected or deselected.class
KeyEvent
An event which indicates that a keystroke occurred in a component.class
MouseEvent
An event which indicates that a mouse action occurred in a component.class
MouseWheelEvent
An event which indicates that the mouse wheel was rotated in a component.class
PaintEvent
The component-level paint event.class
TextEvent
A semantic event which indicates that an object's text changed.class
WindowEvent
A low-level event that indicates that a window has changed its status. -
Uses of EventObject in java.beans
Subclasses of EventObject in java.beans Modifier and Type Class Description class
IndexedPropertyChangeEvent
An "IndexedPropertyChange" event gets delivered whenever a component that conforms to the JavaBeans™ specification (a "bean") changes a bound indexed property.class
PropertyChangeEvent
A "PropertyChange" event gets delivered whenever a bean changes a "bound" or "constrained" property. -
Uses of EventObject in java.beans.beancontext
Subclasses of EventObject in java.beans.beancontext Modifier and Type Class Description class
BeanContextEvent
BeanContextEvent
is the abstract root event class for all events emitted from, and pertaining to the semantics of, aBeanContext
.class
BeanContextMembershipEvent
ABeanContextMembershipEvent
encapsulates the list of children added to, or removed from, the membership of a particularBeanContext
.class
BeanContextServiceAvailableEvent
This event type is used by the BeanContextServicesListener in order to identify the service being registered.class
BeanContextServiceRevokedEvent
This event type is used by theBeanContextServiceRevokedListener
in order to identify the service being revoked. -
Uses of EventObject in java.util.prefs
Subclasses of EventObject in java.util.prefs Modifier and Type Class Description class
NodeChangeEvent
An event emitted by aPreferences
node to indicate that a child of that node has been added or removed.class
PreferenceChangeEvent
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 javafx.concurrent
Subclasses of EventObject in javafx.concurrent Modifier and Type Class Description class
WorkerStateEvent
An event which occurs whenever the state changes on a Worker. -
Uses of EventObject in javafx.event
Subclasses of EventObject in javafx.event Modifier and Type Class Description class
ActionEvent
AnEvent
representing some type of action.class
Event
Base class for FX events. -
Uses of EventObject in javafx.scene.control
Subclasses of EventObject in javafx.scene.control Modifier and Type Class Description static class
CheckBoxTreeItem.TreeModificationEvent<T>
A TreeModificationEvent class that works in a similar vein to theTreeItem.TreeModificationEvent
class, in that this event will bubble up the CheckBoxTreeItem hierarchy, until the parent node is null.class
DialogEvent
Event related to dialog showing/hiding actions.static class
ListView.EditEvent<T>
AnEvent
subclass used specifically in ListView for representing edit-related events.class
ScrollToEvent<T>
Event related toScrollPane
and virtualised controls such asListView
,TableView
,TreeView
andTreeTableView
.class
SortEvent<C>
Event related toTableView
andTreeTableView
sorting.static class
TableColumn.CellEditEvent<S,T>
An event that is fired when a user performs an edit on a table cell.static class
TreeItem.TreeModificationEvent<T>
AnEvent
that contains relevant information for all forms of TreeItem modifications.static class
TreeTableColumn.CellEditEvent<S,T>
An event that is fired when a user performs an edit on a table cell.static class
TreeTableView.EditEvent<S>
AnEvent
subclass used specifically in TreeTableView for representing edit-related events.static class
TreeView.EditEvent<T>
AnEvent
subclass used specifically in TreeView for representing edit-related events. -
Uses of EventObject in javafx.scene.input
Subclasses of EventObject in javafx.scene.input Modifier and Type Class Description class
ContextMenuEvent
When the user requests a context menu, this event occurs.class
DragEvent
Drag events replace mouse events during drag-and-drop gesture.class
GestureEvent
An event indicating gesture input.class
InputEvent
An event indicating a user input.class
InputMethodEvent
An event which indicates that the underlying input method notifies its text change in aNode
.class
KeyEvent
An event which indicates that a keystroke occurred in aNode
.class
MouseDragEvent
Mouse drag events are delivered to potential gesture targets during full press-drag-release gestures.class
MouseEvent
When mouse event occurs, the top-most node under cursor is picked and the event is delivered to it through capturing and bubbling phases described atEventDispatcher
.class
RotateEvent
Rotate event indicates that user performed rotating gesture such as dragging two fingers around each other on track pad, touch screen or other similar device.class
ScrollEvent
Scroll event indicates that user performed scrolling by mouse wheel, track pad, touch screen or other similar device.class
SwipeEvent
Swipe event indicates that user performed a swipe gesture such as dragging a finger in one direction on touch screen.class
TouchEvent
Touch event indicates a touch screen action.class
ZoomEvent
Zoom event indicates that user performed zooming gesture such as dragging two fingers apart on track pad, touch screen or other similar device. -
Uses of EventObject in javafx.scene.media
Subclasses of EventObject in javafx.scene.media Modifier and Type Class Description class
MediaErrorEvent
AnEvent
representing the occurrence of an error in handling media.class
MediaMarkerEvent
AnActionEvent
representing a media marker. -
Uses of EventObject in javafx.scene.transform
Subclasses of EventObject in javafx.scene.transform Modifier and Type Class Description class
TransformChangedEvent
This event is fired on a transform when any of its properties changes. -
Uses of EventObject in javafx.scene.web
Subclasses of EventObject in javafx.scene.web Modifier and Type Class Description class
WebErrorEvent
An event indicating aWebEngine
error.class
WebEvent<T>
WebEvent
instances are passed intoEventHandler
s registered with aWebEngine
by JavaScript running on a Web page. -
Uses of EventObject in javafx.stage
Subclasses of EventObject in javafx.stage Modifier and Type Class Description class
WindowEvent
Event related to window showing/hiding actions. -
Uses of EventObject in javax.management
Subclasses of EventObject in javax.management Modifier and Type Class Description class
AttributeChangeNotification
Provides definitions of the attribute change notifications sent by MBeans.class
MBeanServerNotification
Represents a notification emitted by the MBean Server through the MBeanServerDelegate MBean.class
Notification
The Notification class represents a notification emitted by an MBean. -
Uses of EventObject in javax.management.monitor
Subclasses of EventObject in javax.management.monitor Modifier and Type Class Description class
MonitorNotification
Provides definitions of the notifications sent by monitor MBeans. -
Uses of EventObject in javax.management.relation
Subclasses of EventObject in javax.management.relation Modifier and Type Class Description class
RelationNotification
A notification of a change in the Relation Service. -
Uses of EventObject in javax.management.remote
Subclasses of EventObject in javax.management.remote Modifier and Type Class Description class
JMXConnectionNotification
Notification emitted when a client connection is opened or closed or when notifications are lost. -
Uses of EventObject in javax.management.timer
Subclasses of EventObject in javax.management.timer Modifier and Type Class Description class
TimerNotification
This class provides definitions of the notifications sent by timer MBeans. -
Uses of EventObject in javax.naming.event
Subclasses of EventObject in javax.naming.event Modifier and Type Class Description class
NamingEvent
This class represents an event fired by a naming/directory service.class
NamingExceptionEvent
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
Subclasses of EventObject in javax.naming.ldap Modifier and Type Class Description class
UnsolicitedNotificationEvent
This class represents an event fired in response to an unsolicited notification sent by the LDAP server. -
Uses of EventObject in javax.net.ssl
Subclasses of EventObject in javax.net.ssl Modifier and Type Class Description class
HandshakeCompletedEvent
This event indicates that an SSL handshake completed on a given SSL connection.class
SSLSessionBindingEvent
This event is propagated to a SSLSessionBindingListener. -
Uses of EventObject in javax.print.event
Subclasses of EventObject in javax.print.event Modifier and Type Class Description class
PrintEvent
Class PrintEvent is the super class of all Print Service API events.class
PrintJobAttributeEvent
Class PrintJobAttributeEvent encapsulates an event a PrintService reports to let the client know that one or more printing attributes for a PrintJob have changed.class
PrintJobEvent
ClassPrintJobEvent
encapsulates common events a print job reports to let a listener know of progress in the processing of theDocPrintJob
.class
PrintServiceAttributeEvent
Class PrintServiceAttributeEvent 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
Subclasses of EventObject in javax.sound.sampled Modifier and Type Class Description class
LineEvent
TheLineEvent
class encapsulates information that a line sends its listeners whenever the line opens, closes, starts, or stops. -
Uses of EventObject in javax.sql
Subclasses of EventObject in javax.sql Modifier and Type Class Description class
ConnectionEvent
AnEvent
object that provides information about the source of a connection-related event.class
RowSetEvent
AnEvent
object generated when an event occurs to aRowSet
object.class
StatementEvent
AStatementEvent
is sent to allStatementEventListener
s which were registered with aPooledConnection
. -
Uses of EventObject in javax.swing
Methods in javax.swing with parameters of type EventObject Modifier and Type Method Description boolean
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
Subclasses of EventObject in javax.swing.event Modifier and Type Class Description class
AncestorEvent
An event reported to a child component that originated from an ancestor in the component hierarchy.class
CaretEvent
CaretEvent is used to notify interested parties that the text caret has changed in the event source.class
ChangeEvent
ChangeEvent is used to notify interested parties that state has changed in the event source.class
HyperlinkEvent
HyperlinkEvent is used to notify interested parties that something has happened with respect to a hypertext link.class
InternalFrameEvent
AnAWTEvent
that adds support forJInternalFrame
objects as the event source.class
ListDataEvent
Defines an event that encapsulates changes to a list.class
ListSelectionEvent
An event that characterizes a change in selection.class
MenuDragMouseEvent
MenuDragMouseEvent is used to notify interested parties that the menu element has received a MouseEvent forwarded to it under drag conditions.class
MenuEvent
MenuEvent is used to notify interested parties that the menu which is the event source has been posted, selected, or canceled.class
MenuKeyEvent
MenuKeyEvent is used to notify interested parties that the menu element has received a KeyEvent forwarded to it in a menu tree.class
PopupMenuEvent
PopupMenuEvent only contains the source of the event which is the JPopupMenu sending the eventclass
RowSorterEvent
RowSorterEvent
provides notification of changes to aRowSorter
.class
TableColumnModelEvent
TableColumnModelEvent is used to notify listeners that a table column model has changed, such as a column was added, removed, or moved.class
TableModelEvent
TableModelEvent is used to notify listeners that a table model has changed.class
TreeExpansionEvent
An event used to identify a single path in a tree.class
TreeModelEvent
Encapsulates information describing changes to a tree model, and used to notify tree model listeners of the change.class
TreeSelectionEvent
An event that characterizes a change in the current selection.class
UndoableEditEvent
An event indicating that an operation which can be undone has occurred. -
Uses of EventObject in javax.swing.text.html
Subclasses of EventObject in javax.swing.text.html Modifier and Type Class Description class
FormSubmitEvent
FormSubmitEvent is used to notify interested parties that a form was submitted.class
HTMLFrameHyperlinkEvent
HTMLFrameHyperlinkEvent is used to notify interested parties that link was activated in a frame. -
Uses of EventObject in javax.swing.tree
Methods in javax.swing.tree with parameters of type EventObject Modifier and Type Method Description protected 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.
-