Home
last modified time | relevance | path

Searched refs:postEvent (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DVJCanvas.java79 postEvent(new Event(this, UPDATE_EVENT, g)); in update()
87 postEvent(new Event(this, PAINT_EVENT, g)); in paint()
105 public boolean postEvent(Event e) { in postEvent() method in VJCanvas
113 return super.postEvent(e); in postEvent()
H A DCardPanel.java146 postEvent(new Event(this, CURRENTCARD, name)); in addCard()
216 postEvent(new Event(this, FETCHCARD, name)); in show()
222 postEvent(new Event(this, CURRENTCARD, name)); in show()
H A DRootDialog.java151 public boolean postEvent(Event evt) { in postEvent() method in RootDialog
169 boolean handled = super.postEvent(evt); in postEvent()
H A DRootFrame.java173 public boolean postEvent(Event evt) { in postEvent() method in RootFrame
182 boolean handled = super.postEvent(evt); in postEvent()
H A DEditLine.java187 comp.postEvent(new Event(this, APPLY, text)); in applyChanges()
191 comp.postEvent(new Event(this, CANCEL, null)); in applyChanges()
269 comp.postEvent(new Event(this, CANCEL, null)); in handleEvent()
381 comp.postEvent(new Event(this, CANCEL, null)); in keyPress()
664 comp.postEvent(new Event(this, REPAINT, rect)); in repaint()
H A DWinScrollbar.java699 postEvent(new Event(this, Event.SCROLL_LINE_UP, in lineUp()
715 postEvent(new Event(this, Event.SCROLL_LINE_DOWN, in lineDown()
733 postEvent(new Event(this, Event.SCROLL_PAGE_UP, in pageUp()
750 postEvent(new Event(this, Event.SCROLL_PAGE_DOWN, in pageDown()
801 postEvent(new Event(this, Event.SCROLL_ABSOLUTE, in newDragValue()
H A DTextView.java422 postEvent(evt); in selectY()
445 postEvent(evt); in selectY()
455 postEvent(evt); in selectY()
H A DCLCheckbox.java153 canvas.postEvent(new Event(this, Event.ACTION_EVENT, in mouseDown()
H A DVJPanel.java235 public boolean postEvent(Event e) { in postEvent() method in VJPanel
263 if (parent.postEvent(e)) { in doPostEvent()
269 handled = super.postEvent(e); in doPostEvent()
H A DImageButton.java172 postEvent(new Event(this, Event.ACTION_EVENT, null)); in action()
H A DColumnListCanvas.java1599 parent.postEvent(new Event(parent, ColumnList.APPLY_EDIT, in handleEvent()
1613 parent.postEvent(new Event(parent, ColumnList.APPLY_EDIT, in handleEvent()
1705 parent.postEvent(new Event(parent, in mouseDown()
1710 parent.postEvent(new Event(parent, in mouseDown()
1716 parent.postEvent(new Event(parent, in mouseDown()
H A DCLChoice.java284 canvas.postEvent(new Event(this, APPLY, item)); in handleEvent()
416 menu.view.postEvent(evtCopy); in forwardToMenu()
H A DTabbedFolder.java192 postEvent(new Event(this, CONFIRM_SWITCH, name)); in mouseDown()
196 postEvent(new Event(this, Event.ACTION_EVENT, name)); in mouseDown()
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
H A DRoot.java730 public void postEvent(Message msg) { in postEvent() method in Root