public interface VFSFileChooserUIAccessorIF
| Modifier and Type | Method and Description |
|---|---|
JPanel |
createDetailsView() |
MouseListener |
createDoubleClickListener(JList list) |
JPanel |
createList() |
ListSelectionListener |
createListSelectionListener() |
Action |
getApproveSelectionAction() |
Action |
getChangeToParentDirectoryAction() |
org.apache.commons.vfs2.FileObject |
getDirectory() |
VFSJFileChooser |
getFileChooser() |
BasicVFSDirectoryModel |
getModel() |
Action |
getNewFolderAction() |
boolean |
isDirectorySelected() |
boolean |
usesShellFolder() |
VFSJFileChooser getFileChooser()
BasicVFSDirectoryModel getModel()
JPanel createList()
JPanel createDetailsView()
boolean isDirectorySelected()
org.apache.commons.vfs2.FileObject getDirectory()
Action getApproveSelectionAction()
Action getChangeToParentDirectoryAction()
Action getNewFolderAction()
MouseListener createDoubleClickListener(JList list)
list - ListSelectionListener createListSelectionListener()
boolean usesShellFolder()
Copyright © 2020. All rights reserved.