Searched defs:AdjustmentEvent (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/event/
H A DAdjustmentEvent.java35 * it receives an instance of {@code AdjustmentEvent}.
38 * of any particular {@code AdjustmentEvent} instance is not
41 * The {@code type} of any {@code AdjustmentEvent} instance takes one of the following
57 public class AdjustmentEvent extends AWTEvent { class in inherits:AWTEvent
148 * Constructs an <code>AdjustmentEvent</code> object with the
159 * the class description for {@link AdjustmentEvent}
162 * the class description for {@link AdjustmentEvent}
170 public AdjustmentEvent(Adjustable source, int id, int type, int value) { method in class:AdjustmentEvent
175 * Constructs an <code>AdjustmentEvent</code> object with the
185 * the class description for {@link AdjustmentEvent}
201 public AdjustmentEvent(Adjustable source, int id, int type, int value, boolean isAdjusting) { method in class:AdjustmentEvent
[all...]

Completed in 33 milliseconds