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

/openjdk7/jdk/src/share/classes/javax/swing/event/
H A DDocumentEvent.java71 public EventType getType();
107 public static final class EventType { class in interface:DocumentEvent
109 private EventType(String s) { method in class:DocumentEvent.EventType
116 public static final EventType INSERT = new EventType("INSERT");
121 public static final EventType REMOVE = new EventType("REMOVE");
126 public static final EventType CHANGE = new EventType("CHANGE");
H A DHyperlinkEvent.java60 public HyperlinkEvent(Object source, EventType type, URL u) {
76 public HyperlinkEvent(Object source, EventType type, URL u, String desc) {
95 public HyperlinkEvent(Object source, EventType type, URL u, String desc,
120 public HyperlinkEvent(Object source, EventType type, URL u, String desc,
135 public EventType getEventType() {
185 private EventType type;
196 public static final class EventType { class in class:HyperlinkEvent
198 private EventType(String s) { method in class:HyperlinkEvent.EventType
205 public static final EventType ENTERED = new EventType("ENTERE
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A DsimpleThresholdPolicy.hpp65 enum EventType { CALL, LOOP, COMPILE, REMOVE_FROM_QUEUE, UPDATE_IN_QUEUE, REPROFILE, MAKE_NOT_ENTRANT }; enum in class:SimpleThresholdPolicy
66 void print_event(EventType type, methodHandle mh, methodHandle imh, int bci, CompLevel level);
68 virtual void print_specific(EventType type, methodHandle mh, methodHandle imh, int bci, CompLevel level) { }

Completed in 35 milliseconds