Main Page
Cookbook/Overview ImageMeister the jcprops file Licensing Binary Installation & Configuration [ Win · Mac · Nix · OSX ] Changes Public API Source Code Main Page Java [ Common · Win · Mac · Nix ] Native Code [ Common · Win · Mac · Nix ] Manifest Native Code Overviews [ Common · Win · Mac · Nix · Strings ] Macros [ General · Native Macros ] Walkthroughs [ Java only · Java and native ] Building [ Win · Mac · Nix · OSX ] Distribution Issues |
All Packages This Package Class Hierarchy Class Search Index
Summary |
public interface ConfigList { // Fields 2 public static final String copyrightString; public static final String kConfigFileName; // Methods 3 public abstract FinderInfo[] findMatches(FileExtension, int, int); public abstract FileExtension[] findMatches(FinderInfo, int, int); public abstract int iterate(ConfigEntryVisitor); }
Represents objects which contain mappings between file types.
Cross Reference |
Fields |
· copyrightString | Summary | Top |
public static final String copyrightString
· kConfigFileName | Summary | Top |
public static final String kConfigFileName
Methods |
· iterate | Summary | Top |
public abstract int iterate(ConfigEntryVisitor fdv)
Will call its argument with each ConfigEntry available from this object.
· findMatches | Summary | Top |
public abstract FileExtension[] findMatches(FinderInfo fInfo, int maxToReturn, int direction)
Returns an array of FileExtension objects corresponding to the indicated FinderInfo object. If none could be found, null is returned.
· findMatches | Summary | Top |
public abstract FinderInfo[] findMatches(FileExtension ext, int maxToReturn, int direction)
Returns an array of FinderInfo objects corresponding to the indicated FileExtension object. If none could be found, null is returned.
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7