Searched refs:remove (Results 151 - 175 of 1349) sorted by relevance

1234567891011>>

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DExceptionListImpl.java73 public void remove(int index) method in class:ExceptionListImpl
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/monitoring/
H A DMonitoringManagerImpl.java55 f.remove(rootMonitoredObject.getName());
/openjdk7/jdk/src/share/classes/javax/print/
H A DServiceUI.java239 attributes.remove(dstCategory);
245 attributes.remove(amCategory);
294 attributes.remove(amCategory);
328 aset.remove(category);
331 aset.remove(category);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DAbstractSpinnerModel.java83 * @param l the ChangeListener to remove
88 listenerList.remove(ChangeListener.class, l);
H A DDebugGraphicsInfo.java54 componentToDebug.remove(component);
H A DJApplet.java49 * As a convenience <code>add</code> and its variants, <code>remove</code> and
333 public void remove(Component comp) { method in class:JApplet
335 super.remove(comp);
337 getContentPane().remove(comp);
386 remove(rootPane);
H A DJWindow.java46 * As a conveniance <code>add</code> and its variants, <code>remove</code> and
424 public void remove(Component comp) { method in class:JWindow
426 super.remove(comp);
428 getContentPane().remove(comp);
479 remove(rootPane);
H A DLayoutStyle.java54 AppContext.getAppContext().remove(LayoutStyle.class);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicPasswordFieldUI.java101 map.remove(DefaultEditorKit.selectWordAction);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDocument.java88 * All documents need to be able to add and remove simple text.
97 * <li><a href="#remove(int, int)">remove(int, int)</a>
270 * <p align=center><img src="doc-files/Document-remove.gif"
278 * remove.
284 * @param len the number of characters to remove >= 0
293 public void remove(int offs, int len) throws BadLocationException; method in interface:Document
H A DSegmentCache.java95 return segments.remove(size - 1);
/openjdk7/jdk/src/share/classes/java/beans/
H A DPersistenceDelegate.java114 out.remove(oldInstance);
/openjdk7/jdk/src/share/classes/java/util/
H A DMap.java251 * @throws UnsupportedOperationException if the <tt>remove</tt> operation
260 V remove(Object key); method in interface:Map
303 * the iterator's own <tt>remove</tt> operation), the results of
306 * <tt>Iterator.remove</tt>, <tt>Set.remove</tt>,
320 * (except through the iterator's own <tt>remove</tt> operation),
323 * mapping from the map, via the <tt>Iterator.remove</tt>,
324 * <tt>Collection.remove</tt>, <tt>removeAll</tt>,
337 * the iterator's own <tt>remove</tt> operation, or through the
341 * mapping from the map, via the <tt>Iterator.remove</t
[all...]
/openjdk7/jdk/src/share/classes/javax/management/
H A DNotificationFilterSupport.java143 enabledTypes.remove(prefix);
/openjdk7/jdk/src/share/classes/javax/naming/
H A DName.java267 * the index of the component to remove.
276 public Object remove(int posn) throws InvalidNameException; method in interface:Name
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/storage/implementations/
H A DSingleCertificateResolver.java95 * Method remove
98 public void remove() { method in class:SingleCertificateResolver.InternalIterator
100 "Can't remove keys from KeyStore");
/openjdk7/jdk/src/share/classes/com/sun/script/util/
H A DBindingsImpl.java77 public Object remove(Object key) { method in class:BindingsImpl
/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DSolarisLoginModule.java291 // remove the added Principals from the Subject
292 subject.getPrincipals().remove(userPrincipal);
293 subject.getPrincipals().remove(UIDPrincipal);
294 subject.getPrincipals().remove(GIDPrincipal);
296 subject.getPrincipals().remove(supplementaryGroups.get(i));
H A DUnixLoginModule.java284 // remove the added Principals from the Subject
285 subject.getPrincipals().remove(userPrincipal);
286 subject.getPrincipals().remove(UIDPrincipal);
287 subject.getPrincipals().remove(GIDPrincipal);
289 subject.getPrincipals().remove(supplementaryGroups.get(i));
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DThreadIterator.java76 public void remove() { method in class:ThreadIterator
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DThreadIterator.java79 public void remove() { method in class:ThreadIterator
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/actions/
H A DRemoveAction.java43 removeCookie.remove();
58 return "com/sun/hotspot/igv/coordinator/images/remove.gif";
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DFilterSetting.java59 filters.remove(f);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DInputSlot.java45 InputSlot s = inputSlots.remove(position);
/openjdk7/hotspot/test/compiler/7190310/
H A DTest7190310.java69 Reference<? extends Object> ref = rq.remove();

Completed in 75 milliseconds

1234567891011>>