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

/openjdk7/jdk/src/share/classes/javax/security/auth/callback/
H A DConfirmationCallback.java84 * <code>defaultOption</code> or returned as the selected index.
93 * <code>defaultOption</code> or returned as the selected index.
102 * <code>defaultOption</code> or returned as the selected index.
111 * <code>defaultOption</code> or returned as the selected index.
142 private int defaultOption; field in class:ConfirmationCallback
171 * @param defaultOption the default option
182 * or if <code>defaultOption</code>
187 int optionType, int defaultOption) {
195 if (defaultOption != YES && defaultOption !
186 ConfirmationCallback(int messageType, int optionType, int defaultOption) argument
245 ConfirmationCallback(int messageType, String[] options, int defaultOption) argument
299 ConfirmationCallback(String prompt, int messageType, int optionType, int defaultOption) argument
364 ConfirmationCallback(String prompt, int messageType, String[] options, int defaultOption) argument
[all...]

Completed in 99 milliseconds