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
java.lang.Object | +----com.jconfig.GenDiskFilter
Summary |
public class GenDiskFilter extends java.lang.Object implements com.jconfig.DiskFilter { // Constructors 1 public GenDiskFilter(int); // Methods 2 public DiskObject[] getArray(); public boolean visit(DiskObject); }
A generic implementation of the DiskFilter interface. When the 'visit()' method is called, it saves the DiskObject passed to this method in an array. This array can be retrieved with the 'getArray()' method. See the DiskBrowser application for an example of how to use this.
Constructors |
· GenDiskFilter | Summary | Top |
public GenDiskFilter(int n)
This object will store up to 'n' DiskObjects.
Methods |
· getArray | Summary | Top |
public DiskObject[] getArray()
Return the array of saved DiskObjects. May return null if no objects were stored.
· visit | Summary | Top |
public boolean visit(DiskObject diskObj)
- Implements:
- visit in interface DiskFilter
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7