Searched refs:removeItem (Results 1 - 9 of 9) sorted by relevance

/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xni/
H A DAugmentations.java75 public Object removeItem (String key); method in interface:Augmentations
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DHistoryComboBox.java58 removeItem(text);
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DAugmentationsImpl.java83 public Object removeItem (String key){ method in class:AugmentationsImpl
84 return fAugmentationsContainer.removeItem(key);
109 abstract public Object removeItem(Object key); method in class:AugmentationsImpl.AugmentationsItemsContainer
153 public Object removeItem(Object key) { method in class:AugmentationsImpl.SmallContainer
255 public Object removeItem(Object key) { method in class:AugmentationsImpl.LargeContainer
/openjdk9/jdk/test/javax/swing/JComboBox/7031551/
H A Dbug7031551.java69 rawTestComboBox.removeItem(TEST_ELEMENT2);
103 stringTestComboBox.removeItem(TEST_ELEMENT2);
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DAttributeMap.java255 protected Node removeItem(Node item, boolean addDefault) method in class:AttributeMap
H A DNamedNodeMapImpl.java537 protected void removeItem(int index) { method in class:NamedNodeMapImpl
H A DElementImpl.java471 return (Attr) attributes.removeItem(oldAttr, true);
686 newAttr = (Attr) attributes.removeItem(newAttr, false);
/openjdk9/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/
H A DJComboBoxOperator.java1068 * Maps {@code JComboBox.removeItem(Object)} through queue
1070 public void removeItem(final Object object) { method in class:JComboBoxOperator
1071 runMapping(new MapVoidAction("removeItem") {
1074 ((JComboBox) getSource()).removeItem(object);
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/
H A DJComboBox.java742 public void removeItem(Object anObject) { method in class:JComboBox

Completed in 196 milliseconds