Interface Selectors


public interface Selectors
Several standard file selectors.
Version:
$Revision: 480428 $ $Date: 2006-11-29 07:15:24 +0100 (Wed, 29 Nov 2006) $
Author:
Adam Murdoch
  • Field Details

    • SELECT_SELF

      static final FileSelector SELECT_SELF
      A FileSelector that selects only the base file/folder.
    • SELECT_SELF_AND_CHILDREN

      static final FileSelector SELECT_SELF_AND_CHILDREN
      A FileSelector that selects the base file/folder and its direct children.
    • SELECT_CHILDREN

      static final FileSelector SELECT_CHILDREN
      A FileSelector that selects only the direct children of the base folder.
    • EXCLUDE_SELF

      static final FileSelector EXCLUDE_SELF
      A FileSelector that selects all the descendents of the base folder, but does not select the base folder itself.
    • SELECT_FILES

      static final FileSelector SELECT_FILES
      A FileSelector that only files (not folders).
    • SELECT_FOLDERS

      static final FileSelector SELECT_FOLDERS
      A FileSelector that only folders (not files).
    • SELECT_ALL

      static final FileSelector SELECT_ALL
      A FileSelector that selects the base file/folder, plus all its descendents.