Searched refs:getSource (Results 76 - 100 of 519) sorted by relevance

1234567891011>>

/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/event/
H A DListSelectionEvent.java118 " source=" + getSource() +
/openjdk10/jdk/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DVMAction.java61 return (VirtualMachine)getSource();
/openjdk10/jdk/src/java.management/share/classes/javax/management/timer/
H A DTimerNotification.java109 TimerNotification clone = new TimerNotification(this.getType(), this.getSource(), this.getSequenceNumber(),
/openjdk10/jdk/src/java.prefs/share/classes/java/util/prefs/
H A DPreferenceChangeEvent.java82 return (Preferences) getSource();
H A DNodeChangeEvent.java71 return (Preferences) getSource();
/openjdk10/jdk/test/com/sun/jarsigner/
H A DDefaultMethod.java76 public ZipFile getSource() { method in class:DefaultMethod
/openjdk10/jdk/test/java/awt/TrayIcon/MouseEventMask/
H A DMouseEventMaskTest.java95 if (! event.getSource().getClass().getName().contains("Canvas")) {
96 if (!icon.equals(event.getSource()))
111 if (! event.getSource().getClass().getName().contains("Canvas")) {
112 if (!icon.equals(event.getSource()))
/openjdk10/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/
H A DTextComponentOperator.java505 result.put(TEXT_DPROP, ((TextComponent) getSource()).getText());
518 ((TextComponent) getSource()).addTextListener(textListener);
530 return ((TextComponent) getSource()).getCaretPosition();
542 return ((TextComponent) getSource()).getSelectedText();
554 return ((TextComponent) getSource()).getSelectionEnd();
566 return ((TextComponent) getSource()).getSelectionStart();
578 return ((TextComponent) getSource()).getText();
590 return ((TextComponent) getSource()).isEditable();
602 ((TextComponent) getSource()).removeTextListener(textListener);
614 ((TextComponent) getSource())
[all...]
H A DButtonOperator.java377 if (((Button) getSource()).getLabel() != null) {
378 result.put(TEXT_DPROP, ((Button) getSource()).getLabel());
392 ((Button) getSource()).addActionListener(actionListener);
404 return ((Button) getSource()).getActionCommand();
416 return ((Button) getSource()).getLabel();
428 ((Button) getSource()).removeActionListener(actionListener);
440 ((Button) getSource()).setActionCommand(string);
452 ((Button) getSource()).setLabel(string);
H A DJSpinnerOperator.java280 oper.getSource()));
541 result.put(VALUE_DPROP, ((JSpinner) getSource()).getValue().toString());
554 return ((JSpinner) getSource()).getValue();
566 ((JSpinner) getSource()).setValue(object);
578 return ((JSpinner) getSource()).getUI();
590 ((JSpinner) getSource()).setUI(spinnerUI);
602 ((JSpinner) getSource()).setModel(spinnerModel);
614 return ((JSpinner) getSource()).getModel();
626 return ((JSpinner) getSource()).getNextValue();
638 ((JSpinner) getSource())
[all...]
H A DJPasswordFieldOperator.java270 Character.toString(((JPasswordField) getSource()).getEchoChar()));
283 return ((JPasswordField) getSource()).echoCharIsSet();
295 return ((JPasswordField) getSource()).getEchoChar();
307 return ((JPasswordField) getSource()).getPassword();
319 ((JPasswordField) getSource()).setEchoChar(c);
/openjdk10/langtools/test/tools/javac/warnings/
H A DRemoval.java148 static String getSource(RefKind refKind, DeprKind declDeprKind, DeprKind useDeprKind) { method in class:Removal
186 getSource(rk, DeprKind.NONE, DeprKind.NONE),
201 getSource(rk, DeprKind.NONE, DeprKind.DEPRECATED),
216 getSource(rk, DeprKind.NONE, DeprKind.REMOVAL),
231 getSource(rk, DeprKind.DEPRECATED, DeprKind.NONE),
261 getSource(rk, DeprKind.DEPRECATED, DeprKind.NONE),
276 getSource(rk, DeprKind.DEPRECATED, DeprKind.DEPRECATED),
291 getSource(rk, DeprKind.DEPRECATED, DeprKind.REMOVAL),
321 getSource(rk, DeprKind.REMOVAL, DeprKind.NONE),
336 getSource(r
[all...]
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRuntimeValuePropertyInfoImpl.java50 public RuntimePropertyInfo getSource() { method in class:RuntimeValuePropertyInfoImpl
51 return (RuntimePropertyInfo)super.getSource();
/openjdk10/jdk/test/java/awt/Focus/RestoreFocusOnDisabledComponentTest/
H A DRestoreFocusOnDisabledComponentTest.java75 if (e.getSource() == b1) {
78 } else if (e.getSource() == b0) {
/openjdk10/jdk/test/java/awt/event/MouseEvent/DisabledComponents/
H A DDisabledComponentsTest.java65 System.err.println("Mouse pressed. target=" + e.getSource());
72 System.out.println("Mouse entered. target=" + e.getSource());
/openjdk10/langtools/test/tools/javac/classfiles/attributes/LineNumberTable/
H A DContainer.java64 String src = template.replace(SUB_TEMPLATE, c.getSource());
74 String getSource(); method in interface:Container.Construction
/openjdk10/langtools/test/tools/javac/7079713/
H A DTestCircularClassfile.java56 SimpleJavaFileObject getSource() { method in class:TestCircularClassfile.SourceKind
91 SimpleJavaFileObject getSource() { method in class:TestCircularClassfile.ClientKind
140 null, null, Arrays.asList(sk1.getSource()));
148 null, null, Arrays.asList(sk2.getSource()));
166 null, null, Arrays.asList(ck.getSource()));
/openjdk10/jdk/test/java/awt/Frame/FrameStateTest/
H A DFrameStateTest.java115 if (evt.getSource() == btnCreate) {
120 } else if (evt.getSource() == btnDispose) {
206 if ( e.getSource() == b2 ) {
212 } else if ( e.getSource() == b1 ) {
216 } else if ( e.getSource() == b3 ) {
221 } else if ( e.getSource() == b4 ) {
232 } else if ( e.getSource() == b5 ) {
243 } else if ( e.getSource() == b6 ) {
260 } else if ( e.getSource() == b7 ) {
295 ((Window)(e.getSource()))
[all...]
/openjdk10/langtools/src/sample/share/language/model/
H A DCoreReflectionFactory.java234 AnnotatedElement getSource(); method in interface:CoreReflectionFactory.ReflectionElement
355 Executable getSource(); method in interface:CoreReflectionFactory.ReflectionExecutableElement
382 Package getSource(); method in interface:CoreReflectionFactory.ReflectionPackageElement
425 Class<?> getSource(); method in interface:CoreReflectionFactory.ReflectionTypeElement
446 java.lang.reflect.TypeVariable<?> getSource(); method in interface:CoreReflectionFactory.ReflectionTypeParameterElement
472 // getSource since those three concept have different core
594 public abstract AnnotatedElement getSource(); method in class:CoreReflectionFactory.CoreReflElement
613 Annotation[] annotations = getSource().getDeclaredAnnotations();
644 return getSource().getAnnotation(annotationClass);
649 return getSource()
714 public Class<?> getSource() { method in class:CoreReflectionFactory.CoreReflTypeElement
1123 public Constructor<?> getSource() { method in class:CoreReflectionFactory.CoreReflConstructorExecutableElement
1189 public Method getSource() { method in class:CoreReflectionFactory.CoreReflMethodExecutableElement
1295 public java.lang.reflect.TypeVariable<?> getSource() { method in class:CoreReflectionFactory.CoreReflTypeParameterElement
1421 public Field getSource() { method in class:CoreReflectionFactory.CoreReflFieldVariableElement
1505 public Parameter getSource() { method in class:CoreReflectionFactory.CoreReflParameterVariableElement
1577 public Package getSource() { method in class:CoreReflectionFactory.CoreReflPackageElement
1914 public Class<?> getSource() { method in class:CoreReflectionFactory.CoreReflArrayType
1972 protected Class<?> getSource() { method in class:CoreReflectionFactory.CaptureTypeVariable
2780 protected Class<?> getSource() { method in class:CoreReflectionFactory.CoreReflDeclaredType
2858 public Class<?> getSource() { method in class:CoreReflectionFactory.CoreReflDeclaredType.RawDeclaredType
3560 Class<?> getSource(); method in interface:CoreReflectionFactory.Reifiable
3583 public Class<?> getSource() { method in class:CoreReflectionFactory.PrimitiveType
[all...]
/openjdk10/jdk/test/java/awt/Modal/helpers/
H A DTestFrame.java124 if (closeButton.equals(event.getSource())) {
127 } else if (openButton.equals(event.getSource())) {
130 } else if (dummyButton.equals(event.getSource())) {
138 if (closeButton.equals(event.getSource())) {
140 } else if (openButton.equals(event.getSource())) {
142 } else if (dummyButton.equals(event.getSource())) {
149 if (closeButton.equals(event.getSource())) {
151 } else if (openButton.equals(event.getSource())) {
153 } else if (dummyButton.equals(event.getSource())) {
H A DTestDialog.java130 if (closeButton.equals(event.getSource())) {
133 } else if (openButton.equals(event.getSource())) {
136 } else if (dummyButton.equals(event.getSource())) {
144 if (closeButton.equals(event.getSource())) {
146 } else if (openButton.equals(event.getSource())) {
148 } else if (dummyButton.equals(event.getSource())) {
155 if (closeButton.equals(event.getSource())) {
157 } else if (openButton.equals(event.getSource())) {
159 } else if (dummyButton.equals(event.getSource())) {
H A DTestWindow.java127 if (closeButton.equals(event.getSource())) {
130 } else if (openButton.equals(event.getSource())) {
133 } else if (dummyButton.equals(event.getSource())) {
141 if (closeButton.equals(event.getSource())) {
143 } else if (openButton.equals(event.getSource())) {
145 } else if (dummyButton.equals(event.getSource())) {
152 if (closeButton.equals(event.getSource())) {
154 } else if (openButton.equals(event.getSource())) {
156 } else if (dummyButton.equals(event.getSource())) {
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DDragRecognitionSupport.java115 component = (JComponent)me.getSource();
141 if (me.getSource() == component) {
159 if (me.getSource() != component) {
/openjdk10/jdk/test/java/awt/Focus/KeyEventForBadFocusOwnerTest/
H A DKeyEventForBadFocusOwnerTest.java71 String itemText = ((JMenuItem)ae.getSource()).getText();
95 System.out.print(e.getSource());
96 String itemText = ((JPopupMenu)e.getSource()).getName();
/openjdk10/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DSource.java59 public Source getSource(); method in interface:Source.Provider

Completed in 195 milliseconds

1234567891011>>