| |
|
| javax.swing.plaf.basic.BasicFileChooserUI com.jidesoft.plaf.basic.BasicFolderChooserUI
getApproveSelectionAction | public Action getApproveSelectionAction()(Code) | | |
isFileSystem | public static boolean isFileSystem(File f)(Code) | | Checks if f represents a real directory or file as opposed to a
special folder such as "Desktop" . Used by UI classes to decide if
a folder is selectable when doing directory choosing.
Parameters: f - a File object true if f is a real file or directory. |
updateToolbarButtons | protected void updateToolbarButtons()(Code) | | Updates toolbar button status depending on current selection status
|
|
|
|