Skip navigation links
A B C D E F G H I L M N O P R S T U V 

A

AbstractVFSFileChooserUI - Class in com.googlecode.vfsjfilechooser2.plaf
The FileChooserUI implementation using commons-vfs based on Swing FileChooserUI
AbstractVFSFileChooserUI() - Constructor for class com.googlecode.vfsjfilechooser2.plaf.AbstractVFSFileChooserUI
 
AbstractVFSFileFilter - Class in com.googlecode.vfsjfilechooser2.filechooser
A file filter for file objects based on java.io.FileFilter
AbstractVFSFileFilter() - Constructor for class com.googlecode.vfsjfilechooser2.filechooser.AbstractVFSFileFilter
 
AbstractVFSFileSystemView - Class in com.googlecode.vfsjfilechooser2.filechooser
The implementation using commons-vfs based on Swing FileSystemView
AbstractVFSFileSystemView() - Constructor for class com.googlecode.vfsjfilechooser2.filechooser.AbstractVFSFileSystemView
 
AbstractVFSFileView - Class in com.googlecode.vfsjfilechooser2.filechooser
The fileview implementation using commons-vfs based on Swing FileView
AbstractVFSFileView() - Constructor for class com.googlecode.vfsjfilechooser2.filechooser.AbstractVFSFileView
 
AbstractVFSUIAction - Class in com.googlecode.vfsjfilechooser2.plaf.basic
That class is a clone of UIAction in some Sun's code
AbstractVFSUIAction(String) - Constructor for class com.googlecode.vfsjfilechooser2.plaf.basic.AbstractVFSUIAction
 
accept(FileObject) - Method in class com.googlecode.vfsjfilechooser2.filechooser.AbstractVFSFileFilter
Whether the given file is accepted by this filter.
accept(FileObject) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI.AcceptAllFileFilter
 
accept(FileObject) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Returns true if the file should be displayed.
ACCEPT_ALL_FILE_FILTER_USED_CHANGED_PROPERTY - Static variable in class com.googlecode.vfsjfilechooser2.constants.VFSJFileChooserConstants
Identifies whether a the AcceptAllFileFilter is used or not.
AcceptAllFileFilter() - Constructor for class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI.AcceptAllFileFilter
 
AccessibleJFileChooser() - Constructor for class com.googlecode.vfsjfilechooser2.VFSJFileChooser.AccessibleJFileChooser
 
ACCESSORY_CHANGED_PROPERTY - Static variable in class com.googlecode.vfsjfilechooser2.constants.VFSJFileChooserConstants
Says that a different accessory component is in use (for example, to preview files).
ACTION_APPROVE_SELECTION - Static variable in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
 
ACTION_CANCEL - Static variable in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
 
ACTION_CHANGE_TO_PARENT_DIRECTORY - Static variable in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
 
ACTION_EDIT_FILE_NAME - Static variable in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
 
ACTION_NEW_FOLDER - Static variable in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
 
ACTION_REFRESH - Static variable in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
 
ACTION_VIEW_DETAILS - Static variable in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
 
ACTION_VIEW_HIDDEN - Static variable in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
 
ACTION_VIEW_LIST - Static variable in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
 
actionPerformed(ActionEvent) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI.ApproveSelectionAction
 
actionPerformed(ActionEvent) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI.CancelSelectionAction
 
actionPerformed(ActionEvent) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI.ChangeToParentDirectoryAction
 
actionPerformed(ActionEvent) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI.GoHomeAction
 
actionPerformed(ActionEvent) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI.NewFolderAction
 
actionPerformed(ActionEvent) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI.UpdateAction
 
add(TitledURLEntry) - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.Bookmarks
 
addActionListener(ActionListener) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Adds an ActionListener to the file chooser.
addActionsToMap(ActionMap, Action[]) - Static method in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
 
addChoosableFileFilter(AbstractVFSFileFilter) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Adds a filter to the list of user choosable file filters.
addControlButtons() - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.AbstractVFSUIAction
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSDirectoryModel
Adds a PropertyChangeListener to the listener list.
APPROVE_BUTTON_MNEMONIC_CHANGED_PROPERTY - Static variable in class com.googlecode.vfsjfilechooser2.constants.VFSJFileChooserConstants
Identifies change in the mnemonic for the approve (yes, ok) button.
APPROVE_BUTTON_TEXT_CHANGED_PROPERTY - Static variable in class com.googlecode.vfsjfilechooser2.constants.VFSJFileChooserConstants
Identifies change in the text on the approve (yes, ok) button.
APPROVE_BUTTON_TOOL_TIP_TEXT_CHANGED_PROPERTY - Static variable in class com.googlecode.vfsjfilechooser2.constants.VFSJFileChooserConstants
Identifies change in the tooltip text for the approve (yes, ok) button.
APPROVE_SELECTION - Static variable in class com.googlecode.vfsjfilechooser2.constants.VFSJFileChooserConstants
Instruction to approve the current selection (same as pressing yes or ok).
approveSelection() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Called by the UI when the user hits the Approve button (labeled "Open" or "Save", by default).
ApproveSelectionAction() - Constructor for class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI.ApproveSelectionAction
 
assertEquals(String, String) - Method in class com.googlecode.vfsjfilechooser2.utils.VFSURIValidator
 
assertnotNull(String) - Method in class com.googlecode.vfsjfilechooser2.utils.VFSURIValidator
 
assertNull(String) - Method in class com.googlecode.vfsjfilechooser2.utils.VFSURIValidator
 

B

BasicVFSDirectoryModel - Class in com.googlecode.vfsjfilechooser2.plaf.basic
The DirectoryModel implementation based on Swing BasicDirectoryModel
BasicVFSDirectoryModel(VFSJFileChooser) - Constructor for class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSDirectoryModel
 
BasicVFSFileChooserUI - Class in com.googlecode.vfsjfilechooser2.plaf.basic
The BasicFileChooserUI implementation using commons-vfs based on Swing BasicFileChooserUI
BasicVFSFileChooserUI(VFSJFileChooser) - Constructor for class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
BasicVFSFileChooserUI.AcceptAllFileFilter - Class in com.googlecode.vfsjfilechooser2.plaf.basic
 
BasicVFSFileChooserUI.ApproveSelectionAction - Class in com.googlecode.vfsjfilechooser2.plaf.basic
Responds to an Open or Save request
BasicVFSFileChooserUI.BasicVFSFileView - Class in com.googlecode.vfsjfilechooser2.plaf.basic
 
BasicVFSFileChooserUI.CancelSelectionAction - Class in com.googlecode.vfsjfilechooser2.plaf.basic
Responds to a cancel request.
BasicVFSFileChooserUI.ChangeToParentDirectoryAction - Class in com.googlecode.vfsjfilechooser2.plaf.basic
 
BasicVFSFileChooserUI.DoubleClickListener - Class in com.googlecode.vfsjfilechooser2.plaf.basic
 
BasicVFSFileChooserUI.GoHomeAction - Class in com.googlecode.vfsjfilechooser2.plaf.basic
Acts on the "home" key event or equivalent event.
BasicVFSFileChooserUI.NewFolderAction - Class in com.googlecode.vfsjfilechooser2.plaf.basic
Creates a new folder.
BasicVFSFileChooserUI.SelectionListener - Class in com.googlecode.vfsjfilechooser2.plaf.basic
 
BasicVFSFileChooserUI.UpdateAction - Class in com.googlecode.vfsjfilechooser2.plaf.basic
Rescans the files in the current directory
BasicVFSFileView() - Constructor for class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI.BasicVFSFileView
 
Bookmarks - Class in com.googlecode.vfsjfilechooser2.accessories.bookmarks
The bookmarks table model
Bookmarks() - Constructor for class com.googlecode.vfsjfilechooser2.accessories.bookmarks.Bookmarks
 
BOOKMARKS_FILE - Static variable in class com.googlecode.vfsjfilechooser2.constants.VFSJFileChooserConstants
The bookmarks file
BookmarksDialog - Class in com.googlecode.vfsjfilechooser2.accessories.bookmarks
The bookmarks dialog
BookmarksDialog(Frame, VFSJFileChooser) - Constructor for class com.googlecode.vfsjfilechooser2.accessories.bookmarks.BookmarksDialog
Create a new instance of BookmarksDialog
BookmarksEditorPanel - Class in com.googlecode.vfsjfilechooser2.accessories.bookmarks
The connection dialog
BookmarksEditorPanel(BookmarksDialog, Bookmarks) - Constructor for class com.googlecode.vfsjfilechooser2.accessories.bookmarks.BookmarksEditorPanel
Default constructor
BookmarksManagerPanel - Class in com.googlecode.vfsjfilechooser2.accessories.bookmarks
Bookmarks manager panel
BookmarksManagerPanel(BookmarksDialog, VFSJFileChooser) - Constructor for class com.googlecode.vfsjfilechooser2.accessories.bookmarks.BookmarksManagerPanel
 
build() - Method in class com.googlecode.vfsjfilechooser2.accessories.connection.Credentials.Builder
Returns a Credentials object
Builder(String) - Constructor for class com.googlecode.vfsjfilechooser2.accessories.connection.Credentials.Builder
Create a new Credentials builder
byteCountToDisplaySize(long) - Static method in class com.googlecode.vfsjfilechooser2.utils.VFSUtils
Returns a human-readable version of the file size, where the input represents a specific number of bytes.

C

cacheIcon(FileObject, Icon) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI.BasicVFSFileView
 
cancel() - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.BookmarksDialog
Hide the dialog
cancel() - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.BookmarksManagerPanel
 
CANCEL_SELECTION - Static variable in class com.googlecode.vfsjfilechooser2.constants.VFSJFileChooserConstants
Instruction to cancel the current selection.
cancelButtonMnemonic - Variable in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
cancelButtonText - Variable in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
cancelButtonToolTipText - Variable in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
cancelSelection() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Called by the UI when the user chooses the Cancel button.
CancelSelectionAction() - Constructor for class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI.CancelSelectionAction
 
canWrite(FileObject) - Method in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
 
canWrite(FileObject) - Static method in class com.googlecode.vfsjfilechooser2.utils.VFSUtils
Tells whether a file is writable
changeDirectory(FileObject) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
changeToParentDirectory() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Changes the directory to be set to the parent of the current directory.
ChangeToParentDirectoryAction() - Constructor for class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI.ChangeToParentDirectoryAction
 
CHOOSABLE_FILE_FILTER_CHANGED_PROPERTY - Static variable in class com.googlecode.vfsjfilechooser2.constants.VFSJFileChooserConstants
Identifies a change in the list of predefined file filters the user can choose from.
clearIconCache() - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI.BasicVFSFileView
 
clearIconCache() - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
clearSelection() - Method in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
 
clone() - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.TitledURLEntry
 
com.googlecode.vfsjfilechooser2 - package com.googlecode.vfsjfilechooser2
 
com.googlecode.vfsjfilechooser2.accessories - package com.googlecode.vfsjfilechooser2.accessories
 
com.googlecode.vfsjfilechooser2.accessories.bookmarks - package com.googlecode.vfsjfilechooser2.accessories.bookmarks
 
com.googlecode.vfsjfilechooser2.accessories.connection - package com.googlecode.vfsjfilechooser2.accessories.connection
 
com.googlecode.vfsjfilechooser2.constants - package com.googlecode.vfsjfilechooser2.constants
 
com.googlecode.vfsjfilechooser2.demo - package com.googlecode.vfsjfilechooser2.demo
 
com.googlecode.vfsjfilechooser2.filechooser - package com.googlecode.vfsjfilechooser2.filechooser
 
com.googlecode.vfsjfilechooser2.filepane - package com.googlecode.vfsjfilechooser2.filepane
 
com.googlecode.vfsjfilechooser2.plaf - package com.googlecode.vfsjfilechooser2.plaf
 
com.googlecode.vfsjfilechooser2.plaf.basic - package com.googlecode.vfsjfilechooser2.plaf.basic
 
com.googlecode.vfsjfilechooser2.plaf.metal - package com.googlecode.vfsjfilechooser2.plaf.metal
 
com.googlecode.vfsjfilechooser2.utils - package com.googlecode.vfsjfilechooser2.utils
 
computerIcon - Variable in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
CONFIG_DIRECTORY - Static variable in class com.googlecode.vfsjfilechooser2.constants.VFSJFileChooserConstants
The settings directory
ConnectionDialog - Class in com.googlecode.vfsjfilechooser2.accessories.connection
The connection dialog
ConnectionDialog(Frame, BookmarksDialog, VFSJFileChooser) - Constructor for class com.googlecode.vfsjfilechooser2.accessories.connection.ConnectionDialog
 
contains(Object) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSDirectoryModel
 
CONTROL_BUTTONS_ARE_SHOWN_CHANGED_PROPERTY - Static variable in class com.googlecode.vfsjfilechooser2.constants.VFSJFileChooserConstants
Instruction to display the control buttons.
convertFileObject(FileObject) - Method in class com.googlecode.vfsjfilechooser2.utils.DefaultFileObjectConverter
Converts the FileObject object into a Java file object.
convertFileObject(FileObject) - Method in interface com.googlecode.vfsjfilechooser2.utils.FileObjectConverter
Converts the FileObject object into a Java file object.
createActionMap() - Method in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
 
createActionMap() - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
createActionMap() - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
 
createDefaultUI() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Returns the default UI to use.
createDetailsView() - Method in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
 
createDetailsView(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
 
createDetailsView() - Method in interface com.googlecode.vfsjfilechooser2.plaf.VFSFileChooserUIAccessorIF
 
createDialog(Component) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Creates and returns a new JDialog wrapping this centered on the parent in the parent's frame.
createDirectoryComboBoxModel(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
 
createDirectoryComboBoxRenderer(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
 
createDoubleClickListener(VFSJFileChooser, JList) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
createDoubleClickListener(JList) - Method in interface com.googlecode.vfsjfilechooser2.plaf.VFSFileChooserUIAccessorIF
 
createFileObject(FileObject, String) - Method in class com.googlecode.vfsjfilechooser2.filechooser.AbstractVFSFileSystemView
Returns a File object constructed in dir from the given filename.
createFileObject(String) - Method in class com.googlecode.vfsjfilechooser2.filechooser.AbstractVFSFileSystemView
Returns a File object constructed from the given path string.
createFileObject(String) - Static method in class com.googlecode.vfsjfilechooser2.utils.VFSUtils
Returns a file representation
createFileSystemRoot(FileObject) - Method in class com.googlecode.vfsjfilechooser2.filechooser.AbstractVFSFileSystemView
Creates a new File object for f with correct behavior for a file system root directory.
createFileSystemRoot(FileObject) - Static method in class com.googlecode.vfsjfilechooser2.utils.VFSUtils
Returns the root filesystem of a given file
createFilterComboBoxModel() - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
 
createFilterComboBoxRenderer() - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
 
createList() - Method in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
 
createList(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
 
createList() - Method in interface com.googlecode.vfsjfilechooser2.plaf.VFSFileChooserUIAccessorIF
 
createListSelectionListener() - Method in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
Creates a selection listener for the list of files and directories.
createListSelectionListener(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
createListSelectionListener(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
Creates a selection listener for the list of files and directories.
createListSelectionListener() - Method in interface com.googlecode.vfsjfilechooser2.plaf.VFSFileChooserUIAccessorIF
 
createModel() - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
createNewFolder(FileObject) - Method in class com.googlecode.vfsjfilechooser2.filechooser.AbstractVFSFileSystemView
Creates a new folder with a default folder name.
createPropertyChangeListener(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
createPropertyChangeListener(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
 
createUI(JComponent) - Static method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
 
Credentials - Class in com.googlecode.vfsjfilechooser2.accessories.connection
Representation of users credentials
Credentials(String) - Constructor for class com.googlecode.vfsjfilechooser2.accessories.connection.Credentials
Create new credentials
Credentials.Builder - Class in com.googlecode.vfsjfilechooser2.accessories.connection
Builder for credentials (Builder pattern - static variant)

D

DefaultAccessoriesPanel - Class in com.googlecode.vfsjfilechooser2.accessories
The default accessory panel you could add It contains a bookmarks manager and the a connection dialog
DefaultAccessoriesPanel(VFSJFileChooser) - Constructor for class com.googlecode.vfsjfilechooser2.accessories.DefaultAccessoriesPanel
Create an accessory panel
DefaultFileObjectConverter - Class in com.googlecode.vfsjfilechooser2.utils
Converts FileObject objects into File ones.
DefaultFileObjectConverter() - Constructor for class com.googlecode.vfsjfilechooser2.utils.DefaultFileObjectConverter
 
defaultRemotePath(String) - Method in class com.googlecode.vfsjfilechooser2.accessories.connection.Credentials.Builder
Set the default remote path
delete(int) - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.Bookmarks
 
detailsViewIcon - Variable in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
DIALOG_TITLE_CHANGED_PROPERTY - Static variable in class com.googlecode.vfsjfilechooser2.constants.VFSJFileChooserConstants
Identifies a change in the dialog title.
DIALOG_TYPE_CHANGED_PROPERTY - Static variable in class com.googlecode.vfsjfilechooser2.constants.VFSJFileChooserConstants
Identifies a change in the type of files displayed (files only, directories only, or both files and directories).
DIRECTORY_CHANGED_PROPERTY - Static variable in class com.googlecode.vfsjfilechooser2.constants.VFSJFileChooserConstants
Identifies user's directory change.
DirectoryComboBoxModel() - Constructor for class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI.DirectoryComboBoxModel
 
directoryIcon - Variable in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
directoryOpenButtonMnemonic - Variable in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
The mnemonic keycode used for the approve button when a directory is selected and the current selection mode is FILES_ONLY.
directoryOpenButtonText - Variable in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
The label text displayed on the approve button when a directory is selected and the current selection mode is FILES_ONLY.
directoryOpenButtonToolTipText - Variable in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
The tooltip text displayed on the approve button when a directory is selected and the current selection mode is FILES_ONLY.
DoubleClickListener(JList) - Constructor for class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI.DoubleClickListener
 

E

ensureFileIsVisible(VFSJFileChooser, FileObject) - Method in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
 
ensureFileIsVisible(VFSJFileChooser, FileObject) - Method in class com.googlecode.vfsjfilechooser2.plaf.AbstractVFSFileChooserUI
 
ensureFileIsVisible(VFSJFileChooser, FileObject) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
ensureFileIsVisible(VFSJFileChooser, FileObject) - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
 
ensureFileIsVisible(FileObject) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Makes sure that the specified file is viewable, and not hidden.
equals(Object) - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.TitledURLEntry
 
error_msg(String) - Method in class com.googlecode.vfsjfilechooser2.utils.VFSURIValidator
 
exists(FileObject) - Static method in class com.googlecode.vfsjfilechooser2.utils.VFSUtils
Tells whether a file exists

F

FILE_FILTER_CHANGED_PROPERTY - Static variable in class com.googlecode.vfsjfilechooser2.constants.VFSJFileChooserConstants
User changed the kind of files to display.
FILE_HIDING_CHANGED_PROPERTY - Static variable in class com.googlecode.vfsjfilechooser2.constants.VFSJFileChooserConstants
Identifies a change in the display-hidden-files property.
FILE_SELECTION_MODE_CHANGED_PROPERTY - Static variable in class com.googlecode.vfsjfilechooser2.constants.VFSJFileChooserConstants
Identifies a change in the kind of selection (single, multiple, etc.).
FILE_SYSTEM_VIEW_CHANGED_PROPERTY - Static variable in class com.googlecode.vfsjfilechooser2.constants.VFSJFileChooserConstants
Says that a different object is being used to find available drives on the system.
FILE_VIEW_CHANGED_PROPERTY - Static variable in class com.googlecode.vfsjfilechooser2.constants.VFSJFileChooserConstants
Says that a different object is being used to retrieve file information.
fileIcon - Variable in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
FileObjectComparatorFactory - Class in com.googlecode.vfsjfilechooser2.utils
File comparators factory
FileObjectConverter<T extends File> - Interface in com.googlecode.vfsjfilechooser2.utils
Interface for classes converting FileObject objects.
fileObjectConverter - Variable in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
 
FileRenderer() - Constructor for class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane.FileRenderer
 
FilterComboBoxModel() - Constructor for class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI.FilterComboBoxModel
 
filters - Variable in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI.FilterComboBoxModel
 
fireActionPerformed(String) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Notifies all listeners that have registered interest for notification on this event type.
fireContentsChanged() - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSDirectoryModel
 
firePropertyChange(String, Object, Object) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSDirectoryModel
Support for reporting bound property changes for boolean properties.
floppyDriveIcon - Variable in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 

G

getAcceptAllFileFilter(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.AbstractVFSFileChooserUI
 
getAcceptAllFileFilter(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
Returns the default accept all file filter
getAcceptAllFileFilter() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Returns the AcceptAll file filter.
getAccessibleContext() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Gets the AccessibleContext associated with this VFSJFileChooser.
getAccessibleRole() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser.AccessibleJFileChooser
Gets the role of this object.
getAccessory() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Returns the accessory component.
getAccessoryPanel() - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
getActionListeners() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Returns an array of all the action listeners registered on this file chooser.
getActionMap() - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
getActionMap() - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
 
getActions() - Method in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
Fetches the command list for the FilePane.
getApproveButton(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
getApproveButton(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
 
getApproveButtonMnemonic(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
getApproveButtonMnemonic() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Returns the approve button's mnemonic.
getApproveButtonText(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.AbstractVFSFileChooserUI
 
getApproveButtonText(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
getApproveButtonText() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Returns the text used in the ApproveButton in the FileChooserUI.
getApproveButtonToolTipText(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
getApproveButtonToolTipText() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Returns the tooltip text used in the ApproveButton.
getApproveSelectionAction() - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
getApproveSelectionAction() - Method in interface com.googlecode.vfsjfilechooser2.plaf.VFSFileChooserUIAccessorIF
 
getBookmarks() - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.BookmarksDialog
Returns the bookmarks
getBookmarks() - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.BookmarksEditorPanel
Returns the bookmarks
getBottomPanel() - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
 
getButtonPanel() - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
 
getCachedIcon(FileObject) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI.BasicVFSFileView
 
getCancelSelectionAction() - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
getChangeToParentDirectoryAction() - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
getChangeToParentDirectoryAction() - Method in interface com.googlecode.vfsjfilechooser2.plaf.VFSFileChooserUIAccessorIF
 
getChild(FileObject, String) - Method in class com.googlecode.vfsjfilechooser2.filechooser.AbstractVFSFileSystemView
 
getChoosableFileFilters() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Gets the list of user choosable file filters.
getColumnCount() - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.Bookmarks
 
getColumnName(int) - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.Bookmarks
 
getCombo() - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
 
getComponentPopupMenu() - Method in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
 
getControlButtonsAreShown() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Returns the value of the controlButtonsAreShown property.
getCurrentDirectory() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Returns the current directory.
getCurrentDirectoryObject() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Returns the current directory.
getDefaulRemotetPath() - Method in class com.googlecode.vfsjfilechooser2.accessories.connection.Credentials
The default remote path
getDefaultDirectory() - Method in class com.googlecode.vfsjfilechooser2.filechooser.AbstractVFSFileSystemView
Return the user's default starting directory for the file chooser.
getDepth(int) - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI.DirectoryComboBoxModel
 
getDescription() - Method in enum com.googlecode.vfsjfilechooser2.accessories.connection.Protocol
Returns the protocol description
getDescription() - Method in class com.googlecode.vfsjfilechooser2.filechooser.AbstractVFSFileFilter
The description of this filter.
getDescription(FileObject) - Method in class com.googlecode.vfsjfilechooser2.filechooser.AbstractVFSFileView
A human readable description of the file.
getDescription() - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI.AcceptAllFileFilter
 
getDescription(FileObject) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI.BasicVFSFileView
 
getDescription(FileObject) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Returns the file description.
getDialogTitle(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.AbstractVFSFileChooserUI
 
getDialogTitle(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
Returns the title of this dialog
getDialogTitle() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Gets the string that goes in the VFSJFileChooser's titlebar.
getDialogType() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Returns the type of this dialog.
getDirectory() - Method in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
Property to remember the directory that is currently selected in the UI.
getDirectory() - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
Property to remember the directory that is currently selected in the UI.
getDirectory() - Method in interface com.googlecode.vfsjfilechooser2.plaf.VFSFileChooserUIAccessorIF
 
getDirectoryName() - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
getDirectoryName() - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
 
getDragEnabled() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Gets the value of the dragEnabled property.
getElementAt(int) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSDirectoryModel
 
getElementAt(int) - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI.DirectoryComboBoxModel
 
getElementAt(int) - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI.FilterComboBoxModel
 
getEntry(int) - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.Bookmarks
 
getFile() - Method in class com.googlecode.vfsjfilechooser2.utils.VFSURIValidator
 
getFileChooser() - Method in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
 
getFileChooser() - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
getFileChooser() - Method in interface com.googlecode.vfsjfilechooser2.plaf.VFSFileChooserUIAccessorIF
 
getFileFilter() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Returns the currently selected file filter.
getFileName() - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
getFileName() - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
 
getFileObjectConverter() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Returns the current converter for FileObject objects.
getFiles(FileObject, boolean) - Method in class com.googlecode.vfsjfilechooser2.filechooser.AbstractVFSFileSystemView
Gets the list of shown (i.e.
getFiles() - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSDirectoryModel
 
getFiles(FileObject) - Static method in class com.googlecode.vfsjfilechooser2.utils.VFSUtils
Returns all the files of a folder
getFiles(FileObject, boolean) - Static method in class com.googlecode.vfsjfilechooser2.utils.VFSUtils
Return a folder's files
getFileSelectionMode() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Returns the current file-selection mode.
getFileSystemManager() - Static method in class com.googlecode.vfsjfilechooser2.utils.VFSUtils
Returns the global filesystem manager
getFileSystemView() - Static method in class com.googlecode.vfsjfilechooser2.filechooser.AbstractVFSFileSystemView
 
getFileSystemView() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Returns the file system view.
getFileView(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.AbstractVFSFileChooserUI
 
getFileView(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
getFileView() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Returns the current file view.
getFriendlyName(String) - Static method in class com.googlecode.vfsjfilechooser2.utils.VFSUtils
Remove user credentials information
getFriendlyName(String, boolean) - Static method in class com.googlecode.vfsjfilechooser2.utils.VFSUtils
 
getGoHomeAction() - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
getHomeDirectory() - Method in class com.googlecode.vfsjfilechooser2.filechooser.AbstractVFSFileSystemView
 
getHomeFolderButton() - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
 
getHomeFolderButton() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
 
getHostname() - Method in class com.googlecode.vfsjfilechooser2.accessories.connection.Credentials
 
getHostname() - Method in class com.googlecode.vfsjfilechooser2.utils.VFSURIParser
Returns the VFS hostname
getHostname() - Method in class com.googlecode.vfsjfilechooser2.utils.VFSURIValidator
 
getIcon(FileObject) - Method in class com.googlecode.vfsjfilechooser2.filechooser.AbstractVFSFileView
The icon that represents this file in the JFileChooser.
getIcon(FileObject) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI.BasicVFSFileView
 
getIcon(FileObject) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Returns the icon for this file or type of file, depending on the system.
getInputStream(FileObject) - Static method in class com.googlecode.vfsjfilechooser2.utils.VFSUtils
Returns a buffered input stream from a file
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane.FileRenderer
 
getMaximumSize(JComponent) - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
Returns the maximum size of the VFSJFileChooser.
getMessage(String) - Static method in class com.googlecode.vfsjfilechooser2.utils.VFSResources
Returns a translated message
getMinimumSize(JComponent) - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
Returns the minimum size of the VFSJFileChooser.
getModel() - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.BookmarksManagerPanel
 
getModel() - Method in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
 
getModel() - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
getModel() - Method in interface com.googlecode.vfsjfilechooser2.plaf.VFSFileChooserUIAccessorIF
 
getMouseHandler() - Method in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
 
getName() - Method in enum com.googlecode.vfsjfilechooser2.accessories.connection.Protocol
Returns the protocol name
getName(FileObject) - Method in class com.googlecode.vfsjfilechooser2.filechooser.AbstractVFSFileView
The name of the file.
getName() - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.AbstractVFSUIAction
 
getName(FileObject) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI.BasicVFSFileView
 
getName(FileObject) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Returns the filename.
getNavigationButtonsPanel() - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
 
getNavigationButtonsPanel() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
 
getNewFolderAction() - Method in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
 
getNewFolderAction() - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
getNewFolderAction() - Method in interface com.googlecode.vfsjfilechooser2.plaf.VFSFileChooserUIAccessorIF
 
getNewFolderButton() - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
 
getNewFolderButton() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
 
getOutputStream(FileObject) - Static method in class com.googlecode.vfsjfilechooser2.utils.VFSUtils
Returns a buffered output stream from a file
getParentDirectory(FileObject) - Method in class com.googlecode.vfsjfilechooser2.filechooser.AbstractVFSFileSystemView
Returns the parent directory of dir.
getParentDirectory(FileObject) - Static method in class com.googlecode.vfsjfilechooser2.utils.VFSUtils
Returns the parent directory of a file object
getPassword() - Method in class com.googlecode.vfsjfilechooser2.accessories.connection.Credentials
 
getPassword() - Method in class com.googlecode.vfsjfilechooser2.utils.VFSURIParser
Returns the VFS password
getPassword() - Method in class com.googlecode.vfsjfilechooser2.utils.VFSURIValidator
 
getPath() - Method in class com.googlecode.vfsjfilechooser2.utils.VFSURIParser
Returns the VFS path
getPopup() - Method in class com.googlecode.vfsjfilechooser2.filechooser.PopupHandler
Returns the popup menu associated to this listener
getPort() - Method in class com.googlecode.vfsjfilechooser2.accessories.connection.Credentials
 
getPort() - Method in enum com.googlecode.vfsjfilechooser2.accessories.connection.Protocol
Returns the protocol port number
getPort() - Method in class com.googlecode.vfsjfilechooser2.utils.VFSURIValidator
 
getPortnumber() - Method in class com.googlecode.vfsjfilechooser2.utils.VFSURIParser
Returns the VFS port number
getPreferredSize(JComponent) - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
Returns the preferred size of the specified VFSJFileChooser.
getPropertyChangeListeners() - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSDirectoryModel
Returns an array of all the property change listeners registered on this component.
getProtocol() - Method in class com.googlecode.vfsjfilechooser2.accessories.connection.Credentials
 
getProtocol() - Method in class com.googlecode.vfsjfilechooser2.utils.VFSURIParser
Returns the VFS protocol
getProtocol() - Method in class com.googlecode.vfsjfilechooser2.utils.VFSURIValidator
 
getRootFileSystem(FileObject) - Static method in class com.googlecode.vfsjfilechooser2.utils.VFSUtils
Returns the root file system of a file representation
getRoots(FileObject) - Method in class com.googlecode.vfsjfilechooser2.filechooser.AbstractVFSFileSystemView
Returns all root partitions on this system.
getRowCount() - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.Bookmarks
 
getScrollBarPos() - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.TitledURLEntry
 
getSelectedFile() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Returns the selected file.
getSelectedFileObject() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Returns the selected file.
getSelectedFileObjects() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Returns a list of selected files if the file chooser is set to allow multiple selection.
getSelectedFiles() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Returns a list of selected files if the file chooser is set to allow multiple selection.
getSelectedItem() - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI.DirectoryComboBoxModel
 
getSelectedItem() - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI.FilterComboBoxModel
 
getSize() - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.Bookmarks
 
getSize() - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSDirectoryModel
 
getSize() - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI.DirectoryComboBoxModel
 
getSize() - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI.FilterComboBoxModel
 
getSystemDisplayName(FileObject) - Method in class com.googlecode.vfsjfilechooser2.filechooser.AbstractVFSFileSystemView
Name of a file, directory, or folder as it would be displayed in a system file browser.
getSystemIcon(FileObject) - Method in class com.googlecode.vfsjfilechooser2.filechooser.AbstractVFSFileSystemView
Icon for a file, directory, or folder as it would be displayed in a system file browser.
getSystemTypeDescription(FileObject) - Method in class com.googlecode.vfsjfilechooser2.filechooser.AbstractVFSFileSystemView
Type description for a file, directory, or folder as it would be displayed in a system file browser.
getTitle(int) - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.Bookmarks
 
getTitle() - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.TitledURLEntry
 
getTypeDescription(FileObject) - Method in class com.googlecode.vfsjfilechooser2.filechooser.AbstractVFSFileView
A human readable description of the type of the file.
getTypeDescription(FileObject) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI.BasicVFSFileView
 
getTypeDescription(FileObject) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Returns the file type.
getUI() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Gets the UI object which implements the L&F for this component.
getUIClassID() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Returns a string that specifies the name of the L&F class that renders this component.
getUIDefaultsInt(Object, Locale, int) - Static method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
getUpdateAction() - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
getUpFolderButton() - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
 
getUpFolderButton() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
 
getUri() - Method in class com.googlecode.vfsjfilechooser2.utils.VFSURIValidator
 
getURL(int) - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.Bookmarks
 
getURL() - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.TitledURLEntry
 
getUser() - Method in class com.googlecode.vfsjfilechooser2.utils.VFSURIValidator
 
getUsername() - Method in class com.googlecode.vfsjfilechooser2.accessories.connection.Credentials
 
getUsername() - Method in class com.googlecode.vfsjfilechooser2.utils.VFSURIParser
Returns the VFS username
getValue(String) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.AbstractVFSUIAction
 
getValueAt(int, int) - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.Bookmarks
 
getVFSFileChooserDefaultDirectory() - Static method in class com.googlecode.vfsjfilechooser2.utils.SwingCommonsUtilities
 
getViewMenu() - Method in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
 
getViewType() - Method in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
 
getViewTypeAction(int) - Method in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
 
GoHomeAction() - Constructor for class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI.GoHomeAction
 

H

hardDriveIcon - Variable in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
hashCode() - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.TitledURLEntry
 
helpButtonMnemonic - Variable in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
helpButtonText - Variable in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
helpButtonToolTipText - Variable in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
HOME_DIRECTORY - Static variable in class com.googlecode.vfsjfilechooser2.constants.VFSJFileChooserConstants
The user directory
homeFolderIcon - Variable in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 

I

iconCache - Variable in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI.BasicVFSFileView
 
indexOf(Object) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSDirectoryModel
 
installComponents(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
installComponents(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
 
installDefaultMouseListener(JTextComponent) - Static method in class com.googlecode.vfsjfilechooser2.filechooser.PopupHandler
 
installDefaults() - Method in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
 
installDefaults(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
installIcons(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
installListeners(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
installListeners(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
 
installStrings(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
installStrings(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
 
installUI(JComponent) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
installUI(JComponent) - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
 
invalidateFileCache() - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSDirectoryModel
This method is used to interrupt file loading thread.
isAcceptAllFileFilterUsed() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Returns whether the AcceptAll FileFilter is used.
isCellEditable(int, int) - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.Bookmarks
 
isComputerNode(FileObject) - Method in class com.googlecode.vfsjfilechooser2.filechooser.AbstractVFSFileSystemView
Used by UI classes to decide whether to display a special icon for a computer node, e.g.
isDirectory(FileObject) - Static method in class com.googlecode.vfsjfilechooser2.utils.VFSUtils
Returns whether a file object is a directory
isDirectorySelected() - Method in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
Property to remember whether a directory is currently selected in the UI.
isDirectorySelected() - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
Property to remember whether a directory is currently selected in the UI.
isDirectorySelected() - Method in interface com.googlecode.vfsjfilechooser2.plaf.VFSFileChooserUIAccessorIF
 
isDirectorySelectionEnabled() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Convenience call that determines if directories are selectable based on the current file selection mode.
isDrive(FileObject) - Method in class com.googlecode.vfsjfilechooser2.filechooser.AbstractVFSFileSystemView
Used by UI classes to decide whether to display a special icon for drives or partitions, e.g.
isEnabled() - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.AbstractVFSUIAction
Cover method for isEnabled(null).
isEnabled(Object) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.AbstractVFSUIAction
Subclasses that need to conditionalize the enabled state should override this.
isFileHidingEnabled() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Returns true if hidden files are not shown in the file chooser; otherwise, returns false.
isFileSelectionEnabled() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Convenience call that determines if files are selectable based on the current file selection mode.
isFileSystem(FileObject) - Method in class com.googlecode.vfsjfilechooser2.filechooser.AbstractVFSFileSystemView
Checks if f represents a real directory or file as opposed to a special folder such as "Desktop".
isFileSystemRoot(FileObject) - Method in class com.googlecode.vfsjfilechooser2.filechooser.AbstractVFSFileSystemView
Is dir the root of a tree in the file system, such as a drive or partition.
isFileSystemRoot(FileObject) - Static method in class com.googlecode.vfsjfilechooser2.utils.VFSUtils
Tells whether a folder is the root filesystem
isFloppyDrive(FileObject) - Method in class com.googlecode.vfsjfilechooser2.filechooser.AbstractVFSFileSystemView
Used by UI classes to decide whether to display a special icon for a floppy disk.
isHidden(FileObject) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI.BasicVFSFileView
 
isHiddenFile(FileObject) - Method in class com.googlecode.vfsjfilechooser2.filechooser.AbstractVFSFileSystemView
Returns whether a file is hidden or not.
isHiddenFile(FileObject) - Static method in class com.googlecode.vfsjfilechooser2.utils.VFSUtils
Tells whether a file is hidden
isMultiSelectionEnabled() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Returns true if multiple files can be selected.
isParent(FileObject, FileObject) - Method in class com.googlecode.vfsjfilechooser2.filechooser.AbstractVFSFileSystemView
On Windows, a file can appear in multiple folders, other than its parent directory in the filesystem.
isParent(FileObject, FileObject) - Static method in class com.googlecode.vfsjfilechooser2.utils.VFSUtils
Returns whether a folder contains a given file
isRoot(FileObject) - Method in class com.googlecode.vfsjfilechooser2.filechooser.AbstractVFSFileSystemView
Determines if the given file is a root in the navigatable tree(s).
isRoot(FileObject) - Static method in class com.googlecode.vfsjfilechooser2.utils.VFSUtils
Tells whether a file is the root file system
isTraversable(FileObject) - Method in class com.googlecode.vfsjfilechooser2.filechooser.AbstractVFSFileSystemView
Returns true if the file (directory) can be visited.
isTraversable(FileObject) - Method in class com.googlecode.vfsjfilechooser2.filechooser.AbstractVFSFileView
Whether the directory is traversable or not.
isTraversable(FileObject) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Returns true if the file (directory) can be visited.
isValid(String) - Method in class com.googlecode.vfsjfilechooser2.utils.VFSURIValidator
 

L

listViewIcon - Variable in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
load() - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.Bookmarks
 
loc2IndexFileList(JList, Point) - Static method in class com.googlecode.vfsjfilechooser2.utils.SwingCommonsUtilities
 

M

m_accessibleContext - Variable in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
 
Main - Class in com.googlecode.vfsjfilechooser2.demo
VFSJFileChooser demo
Main() - Constructor for class com.googlecode.vfsjfilechooser2.demo.Main
Create a new instance of this class
main(String[]) - Static method in class com.googlecode.vfsjfilechooser2.demo.Main
Entry point
main(String[]) - Static method in class com.googlecode.vfsjfilechooser2.utils.VFSURIValidator
 
MetalVFSFileChooserUI - Class in com.googlecode.vfsjfilechooser2.plaf.metal
The MetalFileChooserUI implementation using commons-VFS based on Swing MetalFileChooserUI
MetalVFSFileChooserUI(VFSJFileChooser) - Constructor for class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
 
MetalVFSFileChooserUI.DirectoryComboBoxModel - Class in com.googlecode.vfsjfilechooser2.plaf.metal
Data model for a type-face selection combo-box.
MetalVFSFileChooserUI.FilterComboBoxModel - Class in com.googlecode.vfsjfilechooser2.plaf.metal
Data model for a type-face selection combo-box.
mouseClicked(MouseEvent) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI.DoubleClickListener
 
mouseEntered(MouseEvent) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI.DoubleClickListener
The JList used for representing the files is created by subclasses, but the selection is monitored in this class.
mouseReleased(MouseEvent) - Method in class com.googlecode.vfsjfilechooser2.filechooser.PopupHandler
 
movedown(int) - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.Bookmarks
 
moveup(int) - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.Bookmarks
 
MULTI_SELECTION_ENABLED_CHANGED_PROPERTY - Static variable in class com.googlecode.vfsjfilechooser2.constants.VFSJFileChooserConstants
Enables multiple-file selections.

N

newBuilder(String) - Static method in class com.googlecode.vfsjfilechooser2.accessories.connection.Credentials
Create a new credentials builder
newDateComparator(boolean) - Static method in class com.googlecode.vfsjfilechooser2.utils.FileObjectComparatorFactory
Return a new date comparator
newFileNameComparator(boolean) - Static method in class com.googlecode.vfsjfilechooser2.utils.FileObjectComparatorFactory
Return a new filename comparator
newFolderAction - Variable in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
 
NewFolderAction() - Constructor for class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI.NewFolderAction
 
newFolderIcon - Variable in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
newSizeComparator(boolean) - Static method in class com.googlecode.vfsjfilechooser2.utils.FileObjectComparatorFactory
Return a new size comparator
NO_BOOKMARK_SELECTION_INDEX - Static variable in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.BookmarksManagerPanel
 

O

ONE_GB - Static variable in class com.googlecode.vfsjfilechooser2.utils.VFSUtils
The number of bytes in a gigabyte.
ONE_KB - Static variable in class com.googlecode.vfsjfilechooser2.utils.VFSUtils
The number of bytes in a kilobyte.
ONE_MB - Static variable in class com.googlecode.vfsjfilechooser2.utils.VFSUtils
The number of bytes in a megabyte.
openButtonMnemonic - Variable in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
openButtonText - Variable in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
openButtonToolTipText - Variable in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 

P

paramString() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Returns a string representation of this VFSJFileChooser.
password(char[]) - Method in class com.googlecode.vfsjfilechooser2.accessories.connection.Credentials.Builder
Set the password
pointIsInActualBounds(JList, int, Point) - Static method in class com.googlecode.vfsjfilechooser2.utils.SwingCommonsUtilities
 
pointOutsidePrefSize(JTable, int, int, Point) - Static method in class com.googlecode.vfsjfilechooser2.utils.SwingCommonsUtilities
 
PopupHandler - Class in com.googlecode.vfsjfilechooser2.filechooser
Right click popup menu handler
PopupHandler(JPopupMenu) - Constructor for class com.googlecode.vfsjfilechooser2.filechooser.PopupHandler
Create a new instance of PopupListener
port(int) - Method in class com.googlecode.vfsjfilechooser2.accessories.connection.Credentials.Builder
Set the port number
propertyChange(PropertyChangeEvent) - Method in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
 
propertyChange(PropertyChangeEvent) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSDirectoryModel
 
propertyChange(PropertyChangeEvent) - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI.FilterComboBoxModel
 
protocol(String) - Method in class com.googlecode.vfsjfilechooser2.accessories.connection.Credentials.Builder
Set the server type
Protocol - Enum in com.googlecode.vfsjfilechooser2.accessories.connection
TODO Disable the SSL port option when not supported in the connection dialog It's probably better/faster than removing the SSL member For the file protocol no port will be associated, need to handle that case using a -1 value in the connection dialog
putValue(String, Object) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.AbstractVFSUIAction
 

R

removeActionListener(ActionListener) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Removes an ActionListener from the file chooser.
removeChoosableFileFilter(AbstractVFSFileFilter) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Removes a filter from the list of user choosable file filters.
removeControlButtons() - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.AbstractVFSUIAction
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSDirectoryModel
Removes a PropertyChangeListener from the listener list.
renameFile(FileObject, FileObject) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSDirectoryModel
Renames a file in the underlying file system.
rescanCurrentDirectory() - Method in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
 
rescanCurrentDirectory(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.AbstractVFSFileChooserUI
 
rescanCurrentDirectory(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
rescanCurrentDirectory(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
 
rescanCurrentDirectory() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Tells the UI to rescan its files list from the current directory.
resetChoosableFileFilters() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Resets the choosable file filter list to its starting state.
resolveFileObject(String) - Static method in class com.googlecode.vfsjfilechooser2.utils.VFSUtils
Returns a file representation
resolveFileObject(String, FileSystemOptions) - Static method in class com.googlecode.vfsjfilechooser2.utils.VFSUtils
Returns a file representation
resolveFileObject(FileObject, String) - Static method in class com.googlecode.vfsjfilechooser2.utils.VFSUtils
Returns a file representation
restoreDefaultView() - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.BookmarksDialog
Show the default view
run() - Method in class com.googlecode.vfsjfilechooser2.demo.Main
display the frame and center it on the screen

S

save() - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.Bookmarks
 
saveBookmarksOnWindowClosing() - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.BookmarksDialog
Save the bookmarks when the dialog is hidden
saveButtonMnemonic - Variable in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
saveButtonText - Variable in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
saveButtonToolTipText - Variable in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
SELECTED_FILE_CHANGED_PROPERTY - Static variable in class com.googlecode.vfsjfilechooser2.constants.VFSJFileChooserConstants
Identifies change in user's single-file selection.
SELECTED_FILES_CHANGED_PROPERTY - Static variable in class com.googlecode.vfsjfilechooser2.constants.VFSJFileChooserConstants
Identifies change in user's multiple-file selection.
SelectionListener() - Constructor for class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI.SelectionListener
 
setAcceptAllFileFilterUsed(boolean) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Determines whether the AcceptAll FileFilter is used as an available choice in the choosable filter list.
setAccessory(JComponent) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Sets the accessory component.
setApproveButtonMnemonic(int) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Sets the approve button's mnemonic using a numeric keycode.
setApproveButtonMnemonic(char) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Sets the approve button's mnemonic using a character.
setApproveButtonText(String) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Sets the text used in the ApproveButton in the FileChooserUI.
setApproveButtonToolTipText(String) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Sets the tooltip text used in the ApproveButton.
setControlButtonsAreShown(boolean) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Sets the property that indicates whether the approve and cancel buttons are shown in the file chooser.
setCurrentDirectory(File) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Sets the current directory.
setCurrentDirectoryObject(FileObject) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Sets the current directory.
setDialogTitle(String) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Sets the string that goes in the VFSJFileChooser window's title bar.
setDialogType(VFSJFileChooser.DIALOG_TYPE) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Sets the type of this dialog.
setDirectory(FileObject) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
Property to remember the directory that is currently selected in the UI.
setDirectoryName(String) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
setDirectoryName(String) - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
 
setDirectorySelected(boolean) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
Property to remember whether a directory is currently selected in the UI.
setDirectorySelected(boolean) - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
Property to remember whether a directory is currently selected in the UI.
setDragEnabled(boolean) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Sets the dragEnabled property, which must be true to enable automatic drag handling (the first part of drag and drop) on this component.
setEnabled(boolean) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.AbstractVFSUIAction
 
setFileFilter(AbstractVFSFileFilter) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Sets the current file filter.
setFileHidingEnabled(boolean) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Sets file hiding on or off.
setFileName(String) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
setFileName(String) - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
 
setFileObjectConverter(FileObjectConverter) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Sets the converter for FileObject objects.
setFileSelectionMode(VFSJFileChooser.SELECTION_MODE) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Sets the VFSJFileChooser to allow the user to just select files, just select directories, or select both files and directories.
setFileSystemManager(FileSystemManager) - Static method in class com.googlecode.vfsjfilechooser2.utils.VFSUtils
Sets the global filesystem manager
setFileSystemOptions(FileSystemOptions) - Static method in class com.googlecode.vfsjfilechooser2.utils.VFSUtils
 
setFileSystemView(AbstractVFSFileSystemView) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Sets the file system view that the VFSJFileChooser uses for accessing and creating file system resources, such as finding the floppy drive and getting a list of root drives.
setFileView(AbstractVFSFileView) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Sets the file view to used to retrieve UI information, such as the icon that represents a file or the type description of a file.
setMultiSelectionEnabled(boolean) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Sets the file chooser to allow multiple file selections.
setPopup(JPopupMenu) - Method in class com.googlecode.vfsjfilechooser2.filechooser.PopupHandler
Set the popup menu associated to this listener
setResourceBundle(ResourceBundle) - Static method in class com.googlecode.vfsjfilechooser2.utils.VFSResources
Sets the resource bundle to use
setScrollBarPos(int) - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.TitledURLEntry
 
setSelectedFile(File) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Sets the selected file.
setSelectedFileObject(FileObject) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Sets the selected file.
setSelectedFileObjects(FileObject[]) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Sets the list of selected files if the file chooser is set to allow multiple selection.
setSelectedFiles(File[]) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Sets the list of selected files if the file chooser is set to allow multiple selection.
setSelectedItem(Object) - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI.DirectoryComboBoxModel
 
setSelectedItem(Object) - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI.FilterComboBoxModel
 
setTitle(String) - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.TitledURLEntry
 
setup(AbstractVFSFileSystemView) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Performs common constructor initialization and setup.
setURL(String) - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.TitledURLEntry
 
setValueAt(Object, int, int) - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.Bookmarks
 
setViewPanel(int, JPanel) - Method in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
 
setViewType(int) - Method in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
 
SHOW_HIDDEN_PROP - Static variable in class com.googlecode.vfsjfilechooser2.constants.VFSJFileChooserConstants
Identifies hidden files
showDialog(Component, String) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Pops a custom file chooser dialog with a custom approve button.
showEditorView(int) - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.BookmarksDialog
Display the bookmarks editor
showOpenDialog(Component) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Pops up an "Open File" file chooser dialog.
showSaveDialog(Component) - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Pops up a "Save File" file chooser dialog.
sort(Comparator<FileObject>) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSDirectoryModel
 
sort(List<FileObject>) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSDirectoryModel
 
SwingCommonsUtilities - Class in com.googlecode.vfsjfilechooser2.utils
Copy of some functions in SwingUtilities2 to avoid using sun proprietary classes

T

TitledURLEntry - Class in com.googlecode.vfsjfilechooser2.accessories.bookmarks
 
TitledURLEntry(String, String) - Constructor for class com.googlecode.vfsjfilechooser2.accessories.bookmarks.TitledURLEntry
new TitledURLEntry with title and url
TitledURLEntry(String, String, int) - Constructor for class com.googlecode.vfsjfilechooser2.accessories.bookmarks.TitledURLEntry
 
toFileObject(File) - Static method in class com.googlecode.vfsjfilechooser2.utils.VFSUtils
Returns a file representation of a local file
toFileObjectURL() - Method in class com.googlecode.vfsjfilechooser2.accessories.connection.Credentials
 
toString() - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.TitledURLEntry
 
toString() - Method in enum com.googlecode.vfsjfilechooser2.accessories.connection.Protocol
 
toString() - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI.AcceptAllFileFilter
 

U

uiClassID - Static variable in class com.googlecode.vfsjfilechooser2.constants.VFSJFileChooserConstants
 
uninstallComponents(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
uninstallComponents(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
 
uninstallDefaults(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
uninstallIcons(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
uninstallListeners(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
uninstallStrings(VFSJFileChooser) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
uninstallUI() - Method in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
 
uninstallUI(JComponent) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
uninstallUI(JComponent) - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
 
UpdateAction() - Constructor for class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI.UpdateAction
 
updateButtonMnemonic - Variable in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
updateButtonText - Variable in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
updateButtonToolTipText - Variable in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
updateFieds(int) - Method in class com.googlecode.vfsjfilechooser2.accessories.bookmarks.BookmarksEditorPanel
Update the panel contents
updateUI() - Method in class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Resets the UI property to a value from the current look and feel.
upFolderIcon - Variable in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
username(String) - Method in class com.googlecode.vfsjfilechooser2.accessories.connection.Credentials.Builder
Set the username
usesShellFolder() - Method in interface com.googlecode.vfsjfilechooser2.plaf.VFSFileChooserUIAccessorIF
 

V

validateFileCache() - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSDirectoryModel
 
valueChanged(ListSelectionEvent) - Method in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI.SelectionListener
 
valueChanged(ListSelectionEvent) - Method in class com.googlecode.vfsjfilechooser2.plaf.metal.MetalVFSFileChooserUI
 
valueOf(String) - Static method in enum com.googlecode.vfsjfilechooser2.accessories.connection.Protocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.vfsjfilechooser2.VFSJFileChooser.DIALOG_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.vfsjfilechooser2.VFSJFileChooser.RETURN_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.vfsjfilechooser2.VFSJFileChooser.SELECTION_MODE
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.googlecode.vfsjfilechooser2.accessories.connection.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.googlecode.vfsjfilechooser2.VFSJFileChooser.DIALOG_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.googlecode.vfsjfilechooser2.VFSJFileChooser.RETURN_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.googlecode.vfsjfilechooser2.VFSJFileChooser.SELECTION_MODE
Returns an array containing the constants of this enum type, in the order they are declared.
VFSFileChooserUIAccessorIF - Interface in com.googlecode.vfsjfilechooser2.plaf
Interface for a delegate class of the FileChooserUI
VFSFilePane - Class in com.googlecode.vfsjfilechooser2.filepane
This class is based on sun.swing.FilePane
VFSFilePane(VFSFileChooserUIAccessorIF) - Constructor for class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
 
VFSFilePane.FileRenderer - Class in com.googlecode.vfsjfilechooser2.filepane
 
VFSJFileChooser - Class in com.googlecode.vfsjfilechooser2
The filechooser class with commons-VFS abstraction layer based on JFileChooser
VFSJFileChooser() - Constructor for class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Constructs a VFSJFileChooser pointing to the user's default directory.
VFSJFileChooser(String) - Constructor for class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Constructs a VFSJFileChooser using the given path.
VFSJFileChooser(File) - Constructor for class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Constructs a VFSJFileChooser using the given File as the path.
VFSJFileChooser(FileObject) - Constructor for class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Constructs a VFSJFileChooser using the given File as the path.
VFSJFileChooser(AbstractVFSFileSystemView) - Constructor for class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Constructs a VFSJFileChooser using the given FileSystemView.
VFSJFileChooser(FileObject, AbstractVFSFileSystemView) - Constructor for class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Constructs a VFSJFileChooser using the given current directory and FileSystemView.
VFSJFileChooser(String, AbstractVFSFileSystemView) - Constructor for class com.googlecode.vfsjfilechooser2.VFSJFileChooser
Constructs a VFSJFileChooser using the given current directory path and FileSystemView.
VFSJFileChooser.AccessibleJFileChooser - Class in com.googlecode.vfsjfilechooser2
This class implements accessibility support for the VFSJFileChooser class.
VFSJFileChooser.DIALOG_TYPE - Enum in com.googlecode.vfsjfilechooser2
VFSJFileChooser dialog types
VFSJFileChooser.RETURN_TYPE - Enum in com.googlecode.vfsjfilechooser2
VFSJFileChooser return types
VFSJFileChooser.SELECTION_MODE - Enum in com.googlecode.vfsjfilechooser2
VFSJFileChooser file selection types
VFSJFileChooserConstants - Class in com.googlecode.vfsjfilechooser2.constants
VFSJFileChooser constants
VFSJFileChooserConstants() - Constructor for class com.googlecode.vfsjfilechooser2.constants.VFSJFileChooserConstants
 
VFSResources - Class in com.googlecode.vfsjfilechooser2.utils
i18n messages
VFSURIParser - Class in com.googlecode.vfsjfilechooser2.utils
VFSURIParser class for bookmarks URIs
VFSURIParser(String) - Constructor for class com.googlecode.vfsjfilechooser2.utils.VFSURIParser
Create a new instance of VFSURIParser
VFSURIParser(String, boolean) - Constructor for class com.googlecode.vfsjfilechooser2.utils.VFSURIParser
 
VFSURIValidator - Class in com.googlecode.vfsjfilechooser2.utils
VFS URIs validator
VFSURIValidator() - Constructor for class com.googlecode.vfsjfilechooser2.utils.VFSURIValidator
 
VFSUtils - Class in com.googlecode.vfsjfilechooser2.utils
A helper class to deal with commons-vfs file abstractions
viewMenuIcon - Variable in class com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI
 
VIEWTYPE_DETAILS - Static variable in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
 
VIEWTYPE_LIST - Static variable in class com.googlecode.vfsjfilechooser2.filepane.VFSFilePane
 
A B C D E F G H I L M N O P R S T U V 
Skip navigation links

Copyright © 2020. All rights reserved.