Uses of Class
facets.util.FileSpecifier

Packages that use FileSpecifier
facets.core.app Extensions and partial specialisations of core Superficial types. 
facets.facet.app General application building. 
facets.facet.app.tree Generic tree viewer application classes. 
facets.util General-purpose utilities and non-Superficial interfaces. 
facets.util.app Non-Superficial types for application management. 
facets.util.datatree Simple XML-compatible trees. 
 

Uses of FileSpecifier in facets.core.app
 

Methods in facets.core.app that return FileSpecifier
 FileSpecifier[] ViewerContenter.sinkFileSpecifiers()
          Specify file passed to ViewerContenter.saveToSink(Object).
 

Methods in facets.core.app with parameters of type FileSpecifier
 int Dialogs.deleteDirFiles(java.lang.String title, java.io.File dir, FileSpecifier specifier)
           
abstract  java.io.File Dialogs.openFile(FileSpecifier[] filters)
           
abstract  java.io.File Dialogs.saveFile(java.io.File proposed, FileSpecifier[] filters)
           
 

Uses of FileSpecifier in facets.facet.app
 

Methods in facets.facet.app that return FileSpecifier
 FileSpecifier[] FacetAppSurface.getFileSpecifiers()
          What files can the application open?
 

Uses of FileSpecifier in facets.facet.app.tree
 

Methods in facets.facet.app.tree that return FileSpecifier
 FileSpecifier[] TreeAppContenter.sinkFileSpecifiers()
           
 

Uses of FileSpecifier in facets.util
 

Fields in facets.util declared as FileSpecifier
static FileSpecifier FileSpecifier.ALL
          The *.* specifier, does not filter or add an extension.
 

Methods in facets.util that return FileSpecifier
static FileSpecifier[] FileSpecifier.filterByName(FileSpecifier[] specs, java.lang.String name)
          Attempt to filter FileSpecifiers against the name passed.
 

Methods in facets.util with parameters of type FileSpecifier
static FileSpecifier[] FileSpecifier.filterByName(FileSpecifier[] specs, java.lang.String name)
          Attempt to filter FileSpecifiers against the name passed.
static java.io.File TracerInput.getFile(Tracer tracer, java.io.File dir, FileSpecifier specifier)
          Encapsulates getting a file using console input.
 

Uses of FileSpecifier in facets.util.app
 

Methods in facets.util.app that return FileSpecifier
 FileSpecifier[] AppFileValues.getOpenSpecifiers()
          Get FileSpecifiers specifying application content types.
 

Methods in facets.util.app with parameters of type FileSpecifier
protected  java.io.File AppFileValues.getOpeningOther(FileSpecifier[] specifiers)
          Called from AppFileValues.getOpeningFile(boolean).
static AppFileValues AppFileValues.newConsole(AppValues values, FileSpecifier s)
          Creates an AppFileValues to read input from the console.
 

Uses of FileSpecifier in facets.util.datatree
 

Subclasses of FileSpecifier in facets.util.datatree
 class XmlSpecifier
          FileSpecifier with attached XmlPolicy.