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

/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DGapVector.java130 * @param addItems the new items to place in storage.
132 protected void replace(int position, int rmSize, Object addItems, int addSize) { argument
144 System.arraycopy(addItems, rmSize, array, end, endSize);
147 System.arraycopy(addItems, addOffset, array, position, addSize);
/openjdk9/jdk/src/java.desktop/windows/classes/sun/awt/windows/
H A DWChoicePeer.java80 addItems(new String[] {item}, index);
82 public native void addItems(String[] items, int index); method in class:WChoicePeer
107 addItems(items, 0);
H A DWListPeer.java89 addItems(new String[] {item}, index, fm.stringWidth(item));
91 native void addItems(String[] items, int index, int width); method in class:WListPeer
137 // Fixed 6336384: setFont should be done before addItems
156 addItems(items, 0, maxWidth);

Completed in 47 milliseconds