Searched refs:addItems (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWChoicePeer.java71 addItems(new String[] {item}, index);
73 public native void addItems(String[] items, int index); method in class:WChoicePeer
95 addItems(items, 0);
H A DWListPeer.java87 addItems(new String[] {item}, index, fm.stringWidth(item));
89 native void addItems(String[] items, int index, int width); method in class:WListPeer
129 // Fixed 6336384: setFont should be done before addItems
148 addItems(items, 0, maxWidth);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DGapVector.java129 * @param addItems the new items to place in storage.
131 protected void replace(int position, int rmSize, Object addItems, int addSize) { argument
143 System.arraycopy(addItems, rmSize, array, end, endSize);
146 System.arraycopy(addItems, addOffset, array, position, addSize);

Completed in 253 milliseconds