Java Platform 1.2
Beta 4

Uses of Class
java.util.EventObject

Packages that use EventObject
com.sun.java.swing Provides a set of "lightweight" (all-Java
com.sun.java.swing.event Provides for events fired by Swing components.  
com.sun.java.swing.tree Provides classes and interfaces for dealing with java.awt.swing. 
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.  
java.awt.dnd Provides interfaces and classes for supporting drag-and-drop operations.  
java.awt.event Provides interfaces and classes for dealing with different types of events fired by AWT components.  
java.beans Contains classes related to Java Beans development.  
java.beans.beancontext Provides classes and interfaces relating to bean context.  
 

Uses of EventObject in com.sun.java.swing
 

Methods in com.sun.java.swing with parameters of type EventObject
 boolean JTable.editCellAt(int row, int column, EventObject e)
          Programmatically starts editing the cell at row and column, if the cell is editable.
 boolean CellEditor.isCellEditable(EventObject anEvent)
          Ask the editor if it can start editing using anEvent.
 boolean CellEditor.shouldSelectCell(EventObject anEvent)
          Tell the editor to start editing using anEvent.
 boolean DefaultCellEditor.isCellEditable(EventObject anEvent)
           
 boolean DefaultCellEditor.shouldSelectCell(EventObject anEvent)
           
 boolean DefaultCellEditor.EditorDelegate.isCellEditable(EventObject anEvent)
           
 boolean DefaultCellEditor.EditorDelegate.startCellEditing(EventObject anEvent)
           
 

Uses of EventObject in com.sun.java.swing.event
 

Subclasses of EventObject in com.sun.java.swing.event
  AncestorEvent
          AncestorEvent Warning: serialized objects of this class will not be compatible with future swing releases.
  CaretEvent
          CaretEvent is used to notify interested parties that the text caret has changed in the event source.
  ChangeEvent
          ChangeEvent is used to notify interested parties that state has changed in the event source.
  HyperlinkEvent
          HyperlinkEvent is used to notify interested parties that something has happened with respect to a hypertext link.
  InternalFrameEvent
          InternalFrameEvent: an AWTEvent which adds support for JInternalFrame objects as the event source.
  ListDataEvent
          ListDataEvent Warning: serialized objects of this class will not be compatible with future swing releases.
  ListSelectionEvent
          An event that characterizes a change in the current selection.
  MenuDragMouseEvent
          MenuDragMouseEvent is used to notify interested parties that the menu element has received a MouseEvent forwarded to it under drag conditions.
  MenuEvent
          MenuEvent is used to notify interested parties that the menu which is the event source has been posted, selected, or canceled.
  MenuKeyEvent
          MenuKeyEvent is used to notify interested parties that the menu element has received a KeyEvent forwarded to it in a menu tree.
  PopupMenuEvent
          PopupMenuEvent only contains the source of the event which is the JPoupMenu sending the event Warning: serialized objects of this class will not be compatible with future swing releases.
  TableColumnModelEvent
          TableColumnModelEvent is used to notify listeners that a table column model has changed, such as a column was added, removed, or moved.
  TableModelEvent
          TableModelEvent is used to notify listeners that a table model has changed.
  TreeExpansionEvent
          An event used to identify a single path in a tree.
  TreeModelEvent
          Encapsulates information describing changes to a tree model, and used to notify tree model listeners of the change.
  TreeSelectionEvent
          An event that characterizes a change in the current selection.
  UndoableEditEvent
          An event indicating that an undoable operation has happened.
 

Uses of EventObject in com.sun.java.swing.tree
 

Methods in com.sun.java.swing.tree with parameters of type EventObject
 boolean DefaultTreeCellEditor.isCellEditable(EventObject event)
          If the realEditor returns true to this message, prepareForEditing is messaged and true is returned.
 boolean DefaultTreeCellEditor.shouldSelectCell(EventObject event)
          Messages the realEditor for the return value.
protected  boolean DefaultTreeCellEditor.shouldStartEditingTimer(EventObject event)
          Returns true if event is a MouseEvent and the click count is 1.
protected  boolean DefaultTreeCellEditor.canEditImmediately(EventObject event)
          Returns true if event is null, or it is a MouseEvent with a click count > 2.
 

Uses of EventObject in java.awt
 

Subclasses of EventObject in java.awt
  AWTEvent
          The root event class for all AWT events.
 

Uses of EventObject in java.awt.dnd
 

Subclasses of EventObject in java.awt.dnd
  DragGestureEvent
           A DragGestureEvent is passed to a DragGestureListener via its gestureRecognized() method when a particular DragGestureRecognizer detects a platform dependent Drag and Drop action initiating gesture has occurred on the Component it is tracking.
  DragSourceDragEvent
           The DragSourceDragEvent is delivered from the DragSourceContextPeer, via the DragSourceContext, to the currently registered DragSourceListener.
  DragSourceDropEvent
           The DragSourceDropEvent is delivered from the DragSourceContextPeer, via the DragSourceContext, to its currently registered DragSourceListener.
  DragSourceEvent
           base class for DragSourceDragEvent and DragSourceDropEvent
  DropTargetDragEvent
           The DropTargetDragEvent is delivered to a DropTargetListener via its dragEnter() and dragOver().
  DropTargetDropEvent
           The DropTargetDropEvent is delivered via the DropTargetListener drop() method.
  DropTargetEvent
           The DropTargetEvent is the base class for both the DropTargetDragEvent and The DropTargetDropEvent.
 

Uses of EventObject in java.awt.event
 

Subclasses of EventObject in java.awt.event
  ActionEvent
          A semantic event which indicates that a component-defined action occured.
  AdjustmentEvent
          The adjustment event emitted by Adjustable objects.
  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).
  ContainerEvent
          A low-level event which indicates that a container's contents changed because a component was added or removed.
  FocusEvent
          A low-level event which indicates that a component has gained or lost the keyboard focus.
  InputEvent
          The root event class for all component-level input events.
  InputMethodEvent
          Input method events contain information about text that is being composed using an input method.
  InvocationEvent
          An event which executes the run() method on a Runnable when dispatched by the AWT event dispatcher thread.
  ItemEvent
          A semantic event which indicates that an item was selected or deselected.
  KeyEvent
          An event which indicates that a keystroke occurred in a component.
  MouseEvent
          /** An event which indicates that a mouse action occurred in a component.
  PaintEvent
          The component-level paint event.
  TextEvent
          A semantic event which indicates that an object's text changed.
  WindowEvent
          A low-level event which indicates that a window has changed its status.
 

Uses of EventObject in java.beans
 

Subclasses of EventObject in java.beans
  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
  BeanContextAddedEvent
           Compliant BeanContexts fire events on this interface when one or more children are added to the set of chilren nested by this instance.
  BeanContextEvent
           BeanContextEvent is the abstract root event class for all events emitted from, and pertaining to the semantics of, a BeanContext.
  BeanContextMembershipEvent
           Compliant BeanContexts fire events on this interface when state maintained by the BeanContext, for some or all of its "children", changes, to all BeanContextListeners that register themselves with a particular BeanContext.
  BeanContextRemovedEvent
           Compliant BeanContexts fire events on this interface when one or more children are added to the set of chilren nested by this instance.
  BeanContextServiceAvailableEvent
           This event type is used by the BeanContextServicesListener in order to identify the service being registered.
  BeanContextServiceRevokedEvent
           This event type is used by the BeanContextServicesListener in order to identify the service being revoked.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.