| Modifier and Type | Method and Description |
|---|---|
AbstractVFSFileFilter |
VFSJFileChooser.getAcceptAllFileFilter()
Returns the
AcceptAll file filter. |
AbstractVFSFileFilter[] |
VFSJFileChooser.getChoosableFileFilters()
Gets the list of user choosable file filters.
|
AbstractVFSFileFilter |
VFSJFileChooser.getFileFilter()
Returns the currently selected file filter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VFSJFileChooser.addChoosableFileFilter(AbstractVFSFileFilter filter)
Adds a filter to the list of user choosable file filters.
|
boolean |
VFSJFileChooser.removeChoosableFileFilter(AbstractVFSFileFilter f)
Removes a filter from the list of user choosable file filters.
|
void |
VFSJFileChooser.setFileFilter(AbstractVFSFileFilter filter)
Sets the current file filter.
|
| Modifier and Type | Method and Description |
|---|---|
abstract AbstractVFSFileFilter |
AbstractVFSFileChooserUI.getAcceptAllFileFilter(VFSJFileChooser fc) |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
BasicVFSFileChooserUI.AcceptAllFileFilter |
| Modifier and Type | Method and Description |
|---|---|
AbstractVFSFileFilter |
BasicVFSFileChooserUI.getAcceptAllFileFilter(VFSJFileChooser fc)
Returns the default accept all file filter
|
| Modifier and Type | Field and Description |
|---|---|
protected AbstractVFSFileFilter[] |
MetalVFSFileChooserUI.FilterComboBoxModel.filters |
Copyright © 2020. All rights reserved.