borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.io
borland.jbcl.io.TraverseAction
Variables Methods
This interface is used internally by other classes in the JBCL. You should never use this interface directly.
public static final int ABORT_TRAVERSE = 3
This variable is used internally by other classes in the JBCL. You should never use this variable directly.
public static final int CONTINUE_TRAVERSE = 2
This variable is used internally by other classes in the JBCL. You should never use this variable directly.
public static final int DIVE_TRAVERSE = 1
This variable is used internally by other classes in the JBCL. You should never use this variable directly.
public int onDirEntry(java.io.File file)
This method is used internally by other classes in the JBCL. You should never use this method directly.
public int onDirExit(java.io.File file, java.lang.String[] fileList)
This method is used internally by other classes in the JBCL. You should never use this method directly.
public int onFile(java.io.File file)
This method is used internally by other classes in the JBCL. You should never use this method directly.