Searched refs:Event (Results 26 - 50 of 99) sorted by relevance

1234

/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DTextView.java320 // Event handling for selections
322 public boolean mouseDown(Event e, int x, int y) {
358 public boolean mouseDrag(Event e, int x, int y) {
376 public boolean mouseUp(Event e, int x, int y) {
383 public boolean mouseMove(Event e, int x, int y) {
393 private void selectY(Event e, boolean doPost) {
409 id = Event.LIST_DESELECT;
412 id = Event.LIST_SELECT;
417 Event evt = new Event(getParen
[all...]
H A DImageButton.java148 public boolean mouseDown(Event e, int x, int y) {
154 public boolean mouseDrag(Event e, int x, int y) {
162 public boolean mouseUp(Event evt, int x, int y) {
172 postEvent(new Event(this, Event.ACTION_EVENT, null));
H A DCLCheckbox.java147 public boolean mouseDown(Event evt) {
153 canvas.postEvent(new Event(this, Event.ACTION_EVENT,
H A DEditLine.java187 comp.postEvent(new Event(this, APPLY, text));
191 comp.postEvent(new Event(this, CANCEL, null));
265 public boolean handleEvent(Event evt) {
266 if (evt.id == Event.MOUSE_DOWN) {
269 comp.postEvent(new Event(this, CANCEL, null));
279 case Event.MOUSE_DOWN:
286 case Event.MOUSE_DRAG:
293 case Event.MOUSE_UP:
300 case Event.LOST_FOCUS:
304 case Event
[all...]
H A DCLComponent.java91 public boolean mouseDown(Event evt) {
H A DGBContainer.java54 public boolean handleEvent(Event e);
H A DRootDialog.java147 * Event forwarding to groups.
151 public boolean postEvent(Event evt) {
164 if (evt.id == Event.WINDOW_ICONIFY ||
165 evt.id == Event.WINDOW_DEICONIFY)
258 public boolean mouseDown(Event evt, int x, int y) {
H A DVJPanel.java100 // Event forwarding to groups.
128 public static boolean markEvent(Event evt, Component comp) {
132 Event e = evt.evt;
167 e.evt = new Event(mgr, MARKER_EVENT, msg);
181 public static void forwardEvent(Event evt, Component comp) {
183 Event p = evt;
184 Event e = evt;
235 public boolean postEvent(Event e) {
239 if (e.id == Event.MOUSE_DOWN)
241 else if (e.id == Event
[all...]
H A DCLChoice.java254 public boolean mouseDown(Event evt) {
276 public boolean handleEvent(Event evt) {
280 if (evt.target == menu && evt.id == Event.LIST_SELECT) {
284 canvas.postEvent(new Event(this, APPLY, item));
288 if (evt.id == Event.MOUSE_UP && dragging &&
386 private synchronized void forwardToMenu(Event evt, int row,
399 if (!(evt.id == Event.MOUSE_DRAG))
406 Event evtCopy = new Event(evt.target, evt.when, evt.id,
H A DVJErrorDialog.java91 public boolean action(Event evt, Object what) {
/opensolaris-onvv-gate/usr/src/lib/sun_fc/common/
H A DAdapterAddEventListener.cc57 void AdapterAddEventListener::dispatch(Event &event) {
H A DAdapterDeviceEvent.h30 #include "Event.h"
35 * @memo Represents an Adapter Port Event
41 class AdapterDeviceEvent : public Event {
H A DAdapterDeviceEventListener.cc59 void AdapterDeviceEventListener::dispatch(Event &event) {
H A DAdapterEventListener.cc59 void AdapterEventListener::dispatch(Event &event) {
H A DAdapterPortEvent.h31 #include "Event.h"
36 * @memo Represents an Adapter Port Event
42 class AdapterPortEvent : public Event {
H A DAdapterPortEventListener.cc59 void AdapterPortEventListener::dispatch(Event &event) {
H A DAdapterPortStatEventListener.cc59 void AdapterPortStatEventListener::dispatch(Event &event) {
H A DLinkEvent.h29 #include "Event.h"
33 * @memo Represents a Link Event
39 class LinkEvent : public Event {
H A DLinkEventListener.cc59 void LinkEventListener::dispatch(Event &event) {
H A DTargetEvent.h31 #include "Event.h"
36 * @memo Represents a target Event
42 class TargetEvent : public Event {
H A DTargetEventListener.cc61 void TargetEventListener::dispatch(Event &event) {
/opensolaris-onvv-gate/usr/src/uts/intel/io/acpica/events/
H A Devxfevnt.c246 * PARAMETERS: Event - The fixed eventto be enabled
257 UINT32 Event,
267 /* Decode the Fixed Event */
269 if (Event > ACPI_EVENT_MAX)
279 AcpiGbl_FixedEventInfo[Event].EnableRegisterId,
289 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &Value);
298 "Could not enable %s event", AcpiUtGetEventName (Event)));
488 * PARAMETERS: Event - The fixed eventto be enabled
499 UINT32 Event,
509 /* Decode the Fixed Event */
[all...]
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DSgmlParser.h23 class Event;
63 Event *nextEvent();
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
H A DOp.java39 import java.awt.Event;
110 return filter.match(msg, (Event)msg.arg);
133 return handleEvent(msg, (Event)msg.arg);
148 public boolean handleEvent(Message msg, Event evt) {
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DSgmlParser.cxx39 Event *SgmlParser::nextEvent()

Completed in 171 milliseconds

1234