public abstract class AbstractVFSFileChooserUI extends ComponentUI
| Constructor and Description |
|---|
AbstractVFSFileChooserUI() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ensureFileIsVisible(VFSJFileChooser fc,
org.apache.commons.vfs2.FileObject f) |
abstract AbstractVFSFileFilter |
getAcceptAllFileFilter(VFSJFileChooser fc) |
abstract String |
getApproveButtonText(VFSJFileChooser fc) |
abstract String |
getDialogTitle(VFSJFileChooser fc) |
abstract AbstractVFSFileView |
getFileView(VFSJFileChooser fc) |
abstract void |
rescanCurrentDirectory(VFSJFileChooser fc) |
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, updatepublic abstract AbstractVFSFileFilter getAcceptAllFileFilter(VFSJFileChooser fc)
fc - public abstract AbstractVFSFileView getFileView(VFSJFileChooser fc)
fc - public abstract String getApproveButtonText(VFSJFileChooser fc)
fc - public abstract String getDialogTitle(VFSJFileChooser fc)
fc - public abstract void rescanCurrentDirectory(VFSJFileChooser fc)
fc - public abstract void ensureFileIsVisible(VFSJFileChooser fc, org.apache.commons.vfs2.FileObject f)
fc - The fileChooserf - The fileobjectCopyright © 2020. All rights reserved.