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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJFileChooser.java253 private int dialogType = OPEN_DIALOG; field in class:JFileChooser
877 return dialogType;
894 * @param dialogType the type of dialog to be displayed:
901 * @exception IllegalArgumentException if <code>dialogType</code> is
916 public void setDialogType(int dialogType) { argument
917 if(this.dialogType == dialogType) {
920 if(!(dialogType == OPEN_DIALOG || dialogType == SAVE_DIALOG || dialogType
[all...]

Completed in 31 milliseconds