Searched refs:event (Results 226 - 250 of 1605) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/javax/print/event/
H A DPrintJobEvent.java26 package javax.print.event;
64 * continue. One example of an event that can
74 * if a terminal event (completed/failed/canceled) is not delivered.
77 * is that the print service does not support delivering such an event.
104 * Gets the reason for this event.
113 * event pertains.
H A DPrintJobListener.java26 package javax.print.event;
44 * receiving this event.
45 * If this event is not received the client should wait for a terminal
46 * event (completed/canceled/failed) before freeing the resources.
47 * @param pje the job generating this event
54 * @param pje the job generating this event
62 * @param pje the job generating this event
70 * @param pje the job generating this event
77 * One cause of this event being generated is if the job
80 * This event i
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DCellEditor.java29 import javax.swing.event.*;
57 * @see javax.swing.event.CellEditorListener
78 * @param anEvent the event the editor should use to consider
96 * @param anEvent the event the editor should use to start
H A DComboBoxEditor.java28 import java.awt.event.*;
51 /** Add an ActionListener. An action event is generated when the edited item changes **/
/openjdk7/jdk/src/share/classes/javax/swing/colorchooser/
H A DColorSelectionModel.java29 import javax.swing.event.*;
53 * This method fires a state changed event if it sets the
/openjdk7/jdk/src/share/classes/javax/swing/event/
H A DInternalFrameAdapter.java26 package javax.swing.event;
39 * @see java.awt.event.WindowListener
H A DInternalFrameListener.java26 package javax.swing.event;
38 * @see java.awt.event.WindowListener
H A DTableColumnModelEvent.java26 package javax.swing.event;
67 * @param source the {@code TableColumnModel} that originated the event
H A DTreeExpansionEvent.java26 package javax.swing.event;
32 * An event used to identify a single path in a tree. The source
54 * Path to the value this event represents.
61 * @param source the Object that originated the event
H A DUndoableEditEvent.java26 package javax.swing.event;
31 * An event indicating that an operation which can be undone has occurred.
50 * @param source the Object that originated the event
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DOptionComboBoxModel.java28 import javax.swing.event.*;
/openjdk7/jdk/src/share/classes/javax/swing/undo/
H A DUndoableEdit.java28 import javax.swing.event.*;
119 * editor may choose to generate edits on each key event, but allow
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifMenuMouseMotionListener.java27 import java.awt.event.*;
H A DMotifProgressBarUI.java30 import javax.swing.event.*;
/openjdk7/jdk/src/share/classes/com/sun/nio/sctp/
H A DPeerAddressChangeNotification.java39 * Defines the type of address change event that occurred to the destination
102 * Returns the type of change event.
104 * @return The event
106 public abstract AddressChangeEvent event(); method in class:PeerAddressChangeNotification
/openjdk7/jdk/src/share/classes/com/sun/tools/jconsole/
H A DJConsoleContext.java30 import javax.swing.event.SwingPropertyChangeSupport;
107 * event source, it will be notified one less time after being removed. If
/openjdk7/jdk/src/share/classes/java/awt/event/
H A DMouseAdapter.java26 package java.awt.event;
H A DMouseListener.java26 package java.awt.event;
36 * The class that is interested in processing a mouse event
43 * method. A mouse event is generated when the mouse is pressed, released
44 * clicked (pressed and released). A mouse event is also generated when
45 * the mouse cursor enters or leaves a component. When a mouse event
H A DTextEvent.java26 package java.awt.event;
31 * A semantic event which indicates that an object's text changed.
32 * This high-level event is generated by an object (such as a TextComponent)
33 * when its text changes. The event is passed to
38 * this <code>TextEvent</code> when the event occurs. The listener is
40 * Instead, it can process a "meaningful" (semantic) event like "text changed".
67 * This event id indicates that object's text changed.
83 * originated the event
84 * @param id An integer that identifies the event type.
97 * Returns a parameter string identifying this text event
[all...]
H A DWindowListener.java26 package java.awt.event;
32 * The class that is interested in processing a window event
/openjdk7/hotspot/src/os/linux/vm/
H A DosThread_linux.cpp61 _startThread_lock = new Monitor(Mutex::event, "startThread_lock", true);
/openjdk7/jdk/test/com/sun/jdi/
H A DNativeInstanceFilter.java27 * @summary Instance filter doesn't filter event if it occurs in native method
43 import com.sun.jdi.event.*;
71 public boolean methodExited(MethodExitEvent event) {
72 String name = event.method().name();
76 instance = (ObjectReference)event.returnValue();
83 System.out.println("method exit event (String.intern())");
/openjdk7/jdk/test/java/beans/VetoableChangeSupport/
H A DTest4994635.java45 public void vetoableChange(PropertyChangeEvent event) { argument
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A Djava_awt_MenuShortcut.java32 import java.awt.event.KeyEvent;
/openjdk7/langtools/test/tools/javac/BadOptimization/
H A DDeadCode6.java38 import java.awt.event.*;

Completed in 63 milliseconds

1234567891011>>