|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jniwrapper.util.FlagSet com.jniwrapper.win32.ui.dialogs.SelectFolderDialog.SelectFolderDialogOptions
public class SelectFolderDialog.SelectFolderDialogOptions
Field Summary | |
---|---|
static int |
BROWSEFORCOMPUTER
|
static int |
BROWSEFORPRINTER
|
static int |
BROWSEINCLUDEFILES
|
static int |
BROWSEINCLUDEURLS
|
static int |
DONTGOBELOWDOMAIN
|
static int |
EDITBOX
|
static int |
NEWDIALOGSTYLE
|
static int |
NONEWFOLDERBUTTON
|
static int |
RETURNFSANCESTORS
|
static int |
RETURNONLYFSDIRS
|
static int |
SHAREABLE
|
static int |
STATUSTEXT
|
static int |
VALIDATE
|
Constructor Summary | |
---|---|
SelectFolderDialog.SelectFolderDialogOptions()
|
Method Summary | |
---|---|
boolean |
isNewDialogStyle()
|
boolean |
isOnlyFilesystem()
Returns only file system directories. |
boolean |
isSelectFiles()
|
boolean |
isShowFiles()
|
boolean |
isShowNetworkFolders()
|
boolean |
isShowNewFolderButton()
|
boolean |
isShowTextBox()
|
void |
reset()
|
void |
setNewDialogStyle(boolean newDialogStyle)
Uses the new user interface. |
void |
setOnlyFileSystem(boolean onlyFileSystem)
|
void |
setSelectFiles(boolean selectFiles)
The browse dialog box will display files as well as folders. |
void |
setShowFiles(boolean showFiles)
Shows files. |
void |
setShowNetworkFolders(boolean showNetworkFolders)
Shows network folders. |
void |
setShowNewFolderButton(boolean showNewFolderButton)
Does not include the New Folder button in the browse dialog box. |
void |
setShowTextBox(boolean showTextBox)
Includes an edit control in the browse dialog box that allows the user to type the name of an item. |
Methods inherited from class com.jniwrapper.util.FlagSet |
---|
add, and, clear, contains, getBit, getBits, getFlags, getMask, or, remove, setBit, setBits, setupFlag, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int RETURNONLYFSDIRS
public static final int DONTGOBELOWDOMAIN
public static final int STATUSTEXT
public static final int RETURNFSANCESTORS
public static final int EDITBOX
public static final int VALIDATE
public static final int NEWDIALOGSTYLE
public static final int BROWSEINCLUDEURLS
public static final int BROWSEFORCOMPUTER
public static final int BROWSEFORPRINTER
public static final int BROWSEINCLUDEFILES
public static final int SHAREABLE
public static final int NONEWFOLDERBUTTON
Constructor Detail |
---|
public SelectFolderDialog.SelectFolderDialogOptions()
Method Detail |
---|
public void reset()
public boolean isOnlyFilesystem()
public void setOnlyFileSystem(boolean onlyFileSystem)
public boolean isNewDialogStyle()
public void setNewDialogStyle(boolean newDialogStyle)
newDialogStyle
- public boolean isSelectFiles()
public void setSelectFiles(boolean selectFiles)
selectFiles
- public boolean isShowTextBox()
public void setShowTextBox(boolean showTextBox)
showTextBox
- public boolean isShowNewFolderButton()
public void setShowNewFolderButton(boolean showNewFolderButton)
showNewFolderButton
- public boolean isShowNetworkFolders()
public void setShowNetworkFolders(boolean showNetworkFolders)
showNetworkFolders
- public boolean isShowFiles()
public void setShowFiles(boolean showFiles)
showFiles
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |