Searched defs:initialSelectionValue (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJOptionPane.java390 /** Bound property name for <code>initialSelectionValue</code>. */
391 public static final String INITIAL_SELECTION_VALUE_PROPERTY = "initialSelectionValue";
423 protected transient Object initialSelectionValue; field in class:JOptionPane
446 * the input value initialized to <code>initialSelectionValue</code>. The
451 * @param initialSelectionValue the value used to initialize the input
455 public static String showInputDialog(Object message, Object initialSelectionValue) { argument
456 return showInputDialog(null, message, initialSelectionValue);
482 * initialized to <code>initialSelectionValue</code>.
489 * @param initialSelectionValue the value used to initialize the input
494 Object initialSelectionValue) {
493 showInputDialog(Component parentComponent, Object message, Object initialSelectionValue) argument
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...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFileChooserUI.java879 private Object showNewFolderDialog(final Component parentComponent, final Object message, final String title, final int messageType, final Icon icon, final Object[] options, final Object initialSelectionValue) { argument
883 pane.setInitialSelectionValue(initialSelectionValue);
910 newFolderDefaultName); // initialSelectionValue

Completed in 56 milliseconds