Searched refs:getSource (Results 1 - 25 of 352) sorted by relevance

1234567891011>>

/openjdk7/langtools/src/share/classes/com/sun/mirror/apt/
H A DRoundCompleteEvent.java72 public AnnotationProcessorEnvironment getSource() { method in class:RoundCompleteEvent
73 return (AnnotationProcessorEnvironment)super.getSource();
/openjdk7/jdk/src/share/classes/javax/print/event/
H A DPrintEvent.java51 return ("PrintEvent on " + getSource().toString());
H A DPrintJobEvent.java121 return (DocPrintJob) getSource();
H A DPrintJobAttributeEvent.java66 return (DocPrintJob) getSource();
H A DPrintServiceAttributeEvent.java68 return (PrintService) getSource();
/openjdk7/jdk/src/share/classes/sun/awt/
H A DUngrabEvent.java50 return "sun.awt.UngrabEvent[" + getSource() + "]";
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DNonElementRef.java50 PropertyInfo<T,C> getSource(); method in interface:NonElementRef
/openjdk7/jdk/test/javax/management/relation/
H A DRelationNotificationSourceTest.java54 if (!name.equals(n1.getSource()))
55 throw new Exception("FAILED: source is " + n1.getSource());
68 if (!name.equals(n2.getSource()))
69 throw new Exception("FAILED: source is " + n2.getSource());
/openjdk7/jdk/src/share/classes/javax/net/ssl/
H A DSSLSessionBindingEvent.java91 return (SSLSession) getSource();
/openjdk7/jdk/src/share/classes/java/util/
H A DEventObject.java66 public Object getSource() { method in class:EventObject
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DThreadAction.java47 return (ThreadReference)getSource();
/openjdk7/jdk/src/share/classes/com/sun/jarsigner/
H A DContentSignerParameters.java96 public ZipFile getSource(); method in interface:ContentSignerParameters
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/runtime/
H A DRuntimeTypeRef.java37 RuntimePropertyInfo getSource(); method in interface:RuntimeTypeRef
H A DRuntimeNonElementRef.java47 RuntimePropertyInfo getSource(); method in interface:RuntimeNonElementRef
/openjdk7/langtools/src/share/classes/javax/tools/
H A DDiagnostic.java99 S getSource(); method in interface:Diagnostic
110 * #NOPOS} if {@link #getSource()} would return {@code null} or if
/openjdk7/jdk/src/share/classes/javax/swing/event/
H A DRowSorterEvent.java102 public RowSorter getSource() { method in class:RowSorterEvent
103 return (RowSorter)super.getSource();
H A DAncestorEvent.java101 return (JComponent)getSource();
H A DListSelectionEvent.java116 " source=" + getSource() +
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DVolatileImage.java190 * <code>getSource</code> may not perform as fast as
198 * Calling getSource()
199 * is equivalent to calling getSnapshot().getSource().
206 public ImageProducer getSource() { method in class:VolatileImage
218 return getSnapshot().getSource();
/openjdk7/jdk/src/share/classes/java/beans/beancontext/
H A DBeanContextEvent.java66 public BeanContext getBeanContext() { return (BeanContext)getSource(); }
H A DBeanContextServiceAvailableEvent.java75 return ((BeanContextServices)getSource()).getCurrentServiceSelectors(serviceClass);
/openjdk7/jdk/src/share/classes/javax/naming/event/
H A DNamingExceptionEvent.java76 * This returns the same object as <tt>EventObject.getSource()</tt>.
80 return (EventContext)getSource();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicButtonListener.java67 updateMnemonicBinding((AbstractButton)e.getSource());
70 checkOpacity((AbstractButton) e.getSource() );
74 AbstractButton b = (AbstractButton) e.getSource();
158 AbstractButton b = (AbstractButton) e.getSource();
163 AbstractButton b = (AbstractButton) e.getSource();
182 AbstractButton b = (AbstractButton) e.getSource();
215 AbstractButton b = (AbstractButton) e.getSource();
250 AbstractButton b = (AbstractButton) e.getSource();
258 AbstractButton b = (AbstractButton) e.getSource();
268 AbstractButton b = (AbstractButton) e.getSource();
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthDesktopIconUI.java214 if (evt.getSource() instanceof JInternalFrame.JDesktopIcon) {
216 updateStyle((JInternalFrame.JDesktopIcon)evt.getSource());
218 } else if (evt.getSource() instanceof JInternalFrame) {
219 JInternalFrame frame = (JInternalFrame)evt.getSource();
237 if (evt.getSource() instanceof JToggleButton) {
239 JToggleButton button = (JToggleButton)evt.getSource();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCV9PopcInstruction.java45 public ImmediateOrRegister getSource() { method in class:SPARCV9PopcInstruction

Completed in 112 milliseconds

1234567891011>>