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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJOptionPane.java388 /** Bound property name for <code>selectionValues</code>. */
389 public static final String SELECTION_VALUES_PROPERTY = "selectionValues";
419 protected transient Object[] selectionValues; field in class:JOptionPane
422 /** Initial value to select in <code>selectionValues</code>. */
533 * <code>selectionValues</code>, where <code>null</code> implies the
538 * the <code>selectionValues</code>, but usually a
554 * @param selectionValues an array of <code>Object</code>s that
567 Object[] selectionValues, Object initialSelectionValue)
574 pane.setSelectionValues(selectionValues);
1391 * <code>selectionValues</cod
565 showInputDialog(Component parentComponent, Object message, String title, int messageType, Icon icon, Object[] selectionValues, Object initialSelectionValue) argument
1416 showInternalInputDialog(Component parentComponent, Object message, String title, int messageType, Icon icon, Object[] selectionValues, Object initialSelectionValue) argument
[all...]

Completed in 34 milliseconds