Package | Description |
---|---|
com.sun.interview |
This package provides a means for creating a set of questions
to be asked by a "wizard".
|
Modifier and Type | Class and Description |
---|---|
class |
AllFilesFileFilter
A filter which accepts all (non-directory) files.
|
class |
DirectoryFileFilter
A filter which accepts directories.
|
class |
ExtensionFileFilter
A filter which accepts files based on their extension.
|
class |
FilesAndDirectoriesFileFilter
A filter which accepts all files and directories.
|
Modifier and Type | Method and Description |
---|---|
FileFilter[] |
PropertiesQuestion.FilenameConstraints.getFilters()
Get the filters used to select valid files for a response
to this question.
|
FileFilter[] |
FileListQuestion.getFilters()
Get the filters used to select valid files for a response
to this question.
|
FileFilter[] |
FileQuestion.getFilters()
Get the filters used to select valid files for a response
to this question.
|
FileFilter[] |
FileListQuestion.getHintFilters()
A set of filters to help users locate the right file/dir.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertiesQuestion.FilenameConstraints.setFilter(FileFilter filter)
Set a filter used to select valid files for a response
to this question.
|
void |
FileListQuestion.setFilter(FileFilter filter)
Set a filter used to select valid files for a response
to this question.
|
void |
FileQuestion.setFilter(FileFilter filter)
Set a filter used to select valid files for a response
to this question.
|
void |
PropertiesQuestion.FilenameConstraints.setFilters(FileFilter[] filters)
Set the filters used to select valid files for a response
to this question.
|
void |
FileListQuestion.setFilters(FileFilter[] fs)
Set the filters used to select valid files for a response
to this question.
|
void |
FileQuestion.setFilters(FileFilter[] filters)
Set the filters used to select valid files for a response
to this question.
|
void |
FileListQuestion.setHintFilters(FileFilter[] fs)
Set the filters which the user can use to help find files among a list
of files - this is somewhat exposing of the fact that there is a user
interface.
|
Copyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved.