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

/openjdk7/jdk/src/share/classes/javax/security/auth/callback/
H A DConfirmationCallback.java43 * <p> The <code>getOptionType</code> method returns this
426 public int getOptionType() { method in class:ConfirmationCallback
/openjdk7/jdk/src/share/classes/com/sun/security/auth/callback/
H A DDialogCallbackHandler.java238 int confirmationOptionType = callback.getOptionType();
H A DTextCallbackHandler.java189 int optionType = confirmation.getOptionType();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicOptionPaneUI.java754 int type = optionPane.getOptionType();
1174 int optionType = optionPane.getOptionType();
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJOptionPane.java2114 * @see #getOptionType
2139 public int getOptionType() { method in class:JOptionPane

Completed in 88 milliseconds