Searched refs:target (Results 26 - 50 of 985) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWMenuBarPeer.java42 WMenuBarPeer(MenuBar target) { argument
43 this.target = target;
45 WToolkit.targetToPeer(target.getParent());
H A DWDialogPeer.java37 // Platform default background for dialogs. Gets set on target if
38 // target has none explicitly specified.
41 // If target doesn't have its background color set, we set its
45 WDialogPeer(Dialog target) { argument
46 super(target);
66 Dialog target = (Dialog)this.target;
67 // Need to set target's background to default _before_ a call
70 target.setBackground(defaultBackground);
75 if (target
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DOverlayLayout.java61 * @param target the container to do layout against
63 @ConstructorProperties({"target"})
64 public OverlayLayout(Container target) { argument
65 this.target = target;
76 return this.target;
83 * @param target the container
85 public void invalidateLayout(Container target) { argument
86 checkContainer(target);
128 * in the specified target containe
136 preferredLayoutSize(Container target) argument
156 minimumLayoutSize(Container target) argument
178 maximumLayoutSize(Container target) argument
195 getLayoutAlignmentX(Container target) argument
207 getLayoutAlignmentY(Container target) argument
221 layoutContainer(Container target) argument
251 checkContainer(Container target) argument
282 private Container target; field in class:OverlayLayout
[all...]
H A DActionPropertyChangeListener.java40 * the target is still valid.
58 private transient OwnedWeakReference<T> target; field in class:ActionPropertyChangeListener
79 * PropertyChangeListener method. If the target has been gc'ed this
84 T target = getTarget();
85 if (target == null) {
88 actionPropertyChanged(target, getAction(), e);
93 * Invoked when a property changes on the Action and the target
96 protected abstract void actionPropertyChanged(T target, Action action, argument
112 this.target = new OwnedWeakReference<T>(c, queue, this);
116 if (target
147 OwnedWeakReference(U target, ReferenceQueue<? super U> queue, ActionPropertyChangeListener owner) argument
[all...]
/openjdk7/jdk/test/java/util/PluggableLocale/providersrc/
H A DLocaleNameProviderImpl.java46 public String getDisplayLanguage(String lang, Locale target) { argument
47 if (!Utils.supportsLocale(availList, target)) {
48 throw new IllegalArgumentException("locale is not supported: "+target);
54 ResourceBundle rb = ResourceBundle.getBundle("com.bar.LocaleNames", target);
62 public String getDisplayCountry(String ctry, Locale target) { argument
63 if (!Utils.supportsLocale(availList, target)) {
64 throw new IllegalArgumentException("locale is not supported: "+target);
70 ResourceBundle rb = ResourceBundle.getBundle("LocaleNames", target);
78 public String getDisplayVariant(String vrnt, Locale target) { argument
79 if (!Utils.supportsLocale(availList, target)) {
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/writer/
H A DFileCodeWriter.java46 /** The target directory to put source code. */
47 private final File target; field in class:FileCodeWriter
55 public FileCodeWriter( File target ) throws IOException {
56 this(target,false);
59 public FileCodeWriter( File target, String encoding ) throws IOException { argument
60 this(target,false, encoding);
63 public FileCodeWriter( File target, boolean readOnly ) throws IOException { argument
64 this(target, readOnly, null);
67 public FileCodeWriter( File target, boolean readOnly, String encoding ) throws IOException { argument
68 this.target
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DRTFAttribute.java52 public boolean set(MutableAttributeSet target); argument
53 public boolean set(MutableAttributeSet target, int parameter); argument
55 public boolean setDefault(MutableAttributeSet target); argument
59 RTFGenerator target,
64 RTFGenerator target,
58 write(AttributeSet source, RTFGenerator target, boolean force) argument
63 writeValue(Object value, RTFGenerator target, boolean force) argument
/openjdk7/jdk/src/share/classes/java/text/
H A DRuleBasedCollationKey.java48 * Compare this RuleBasedCollationKey to target. The collation rules of the
51 * @param target target RuleBasedCollationKey
53 * than target, value is zero if this and target are equal and value is greater than
54 * zero if this is greater than target.
57 public int compareTo(CollationKey target) argument
59 int result = key.compareTo(((RuleBasedCollationKey)(target)).key);
68 * Compare this RuleBasedCollationKey and the target for equality.
72 * @param target th
75 equals(Object target) argument
[all...]
/openjdk7/jdk/src/solaris/sample/dtrace/helpers/
H A Ddtrace_helper.d69 pid$target::dlopen:entry
75 pid$target::dlopen:return
82 printf(" stopped java process with pid=%d \n", $target);
84 printf(" run: %s -p %d &", $1, $target);
85 system("(%s -p %d) &", $1, $target);
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWToolkit.java212 private LWWindowPeer createDelegatedPeer(Window target, PlatformComponent platformComponent, argument
215 LWWindowPeer peer = new LWWindowPeer(target, platformComponent, platformWindow, peerType);
216 targetCreatedPeer(target, peer);
222 public WindowPeer createWindow(Window target) { argument
225 return createDelegatedPeer(target, platformComponent, platformWindow, LWWindowPeer.PeerType.SIMPLEWINDOW);
229 public FramePeer createFrame(Frame target) { argument
232 return createDelegatedPeer(target, platformComponent, platformWindow, LWWindowPeer.PeerType.FRAME);
235 public LWWindowPeer createEmbeddedFrame(CEmbeddedFrame target) { argument
238 return createDelegatedPeer(target, platformComponent, platformWindow, LWWindowPeer.PeerType.EMBEDDED_FRAME);
241 public LWWindowPeer createEmbeddedFrame(CViewEmbeddedFrame target) { argument
248 createCPrinterDialog(CPrinterDialog target) argument
257 createDialog(Dialog target) argument
268 createFileDialog(FileDialog target) argument
277 createButton(Button target) argument
286 createCheckbox(Checkbox target) argument
295 createCheckboxMenuItem(CheckboxMenuItem target) argument
300 createChoice(Choice target) argument
309 createLabel(Label target) argument
318 createCanvas(Canvas target) argument
327 createList(List target) argument
336 createMenu(Menu target) argument
341 createMenuBar(MenuBar target) argument
346 createMenuItem(MenuItem target) argument
351 createPanel(Panel target) argument
360 createPopupMenu(PopupMenu target) argument
365 createScrollPane(ScrollPane target) argument
374 createScrollbar(Scrollbar target) argument
383 createTextArea(TextArea target) argument
392 createTextField(TextField target) argument
413 createDesktopPeer(Desktop target) argument
460 createRobot(Robot target, GraphicsDevice screen) argument
470 createSystemTray(SystemTray target) argument
475 createTrayIcon(TrayIcon target) argument
507 createFileDialogPeer(FileDialog target) argument
514 targetToPeer(Object target) argument
521 targetDisposedPeer(Object target, Object peer) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DProcessingInstructionImpl.java52 protected String target; field in class:ProcessingInstructionImpl
60 String target, String data) {
62 this.target = target;
78 * Returns the target
84 return target;
92 * A PI's "target" states what processor channel the PI's data
95 * In XML, a PI's "target" is the first (whitespace-delimited) token
98 * In HTML, target is always null.
106 return target;
59 ProcessingInstructionImpl(CoreDocumentImpl ownerDoc, String target, String data) argument
[all...]
/openjdk7/jdk/src/share/sample/nio/multicast/
H A DSender.java63 MulticastAddress target = MulticastAddress.parse(args[0]);
67 if (target.group() instanceof Inet6Address)
70 if (target.interf() != null) {
71 dc.setOption(StandardSocketOptions.IP_MULTICAST_IF, target.interf());
76 new InetSocketAddress(target.group(), target.port()));
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DIFEQ.java75 public IFEQ(InstructionHandle target) { argument
76 super(com.sun.org.apache.bcel.internal.Constants.IFEQ, target);
83 return new IFNE(target);
H A DIFGE.java75 public IFGE(InstructionHandle target) { argument
76 super(com.sun.org.apache.bcel.internal.Constants.IFGE, target);
83 return new IFLT(target);
H A DIFGT.java75 public IFGT(InstructionHandle target) { argument
76 super(com.sun.org.apache.bcel.internal.Constants.IFGT, target);
83 return new IFLE(target);
H A DIFLE.java75 public IFLE(InstructionHandle target) { argument
76 super(com.sun.org.apache.bcel.internal.Constants.IFLE, target);
83 return new IFGT(target);
H A DIFLT.java75 public IFLT(InstructionHandle target) { argument
76 super(com.sun.org.apache.bcel.internal.Constants.IFLT, target);
83 return new IFGE(target);
H A DIFNE.java75 public IFNE(InstructionHandle target) { argument
76 super(com.sun.org.apache.bcel.internal.Constants.IFNE, target);
83 return new IFEQ(target);
H A DIFNONNULL.java75 public IFNONNULL(InstructionHandle target) { argument
76 super(com.sun.org.apache.bcel.internal.Constants.IFNONNULL, target);
83 return new IFNULL(target);
H A DIFNULL.java75 public IFNULL(InstructionHandle target) { argument
76 super(com.sun.org.apache.bcel.internal.Constants.IFNULL, target);
83 return new IFNONNULL(target);
H A DIF_ACMPEQ.java75 public IF_ACMPEQ(InstructionHandle target) { argument
76 super(com.sun.org.apache.bcel.internal.Constants.IF_ACMPEQ, target);
83 return new IF_ACMPNE(target);
H A DIF_ACMPNE.java75 public IF_ACMPNE(InstructionHandle target) { argument
76 super(com.sun.org.apache.bcel.internal.Constants.IF_ACMPNE, target);
83 return new IF_ACMPEQ(target);
H A DIF_ICMPEQ.java75 public IF_ICMPEQ(InstructionHandle target) { argument
76 super(com.sun.org.apache.bcel.internal.Constants.IF_ICMPEQ, target);
83 return new IF_ICMPNE(target);
H A DIF_ICMPGE.java75 public IF_ICMPGE(InstructionHandle target) { argument
76 super(com.sun.org.apache.bcel.internal.Constants.IF_ICMPGE, target);
83 return new IF_ICMPLT(target);
H A DIF_ICMPGT.java75 public IF_ICMPGT(InstructionHandle target) { argument
76 super(com.sun.org.apache.bcel.internal.Constants.IF_ICMPGT, target);
83 return new IF_ICMPLE(target);

Completed in 52 milliseconds

1234567891011>>