ESC/Java2
© 2003,2004,2005 David Cok and Joseph Kiniry
© 2005 UCD Dublin
© 2003,2004 Radboud University Nijmegen
© 1999,2000 Compaq Computer Corporation
© 1997,1998,1999 Digital Equipment Corporation
All Rights Reserved

Uses of Class
javafe.filespace.ExtTree

Packages that use ExtTree
javafe.filespace   
 

Uses of ExtTree in javafe.filespace
 

Subclasses of ExtTree in javafe.filespace
(package private)  class ZipTree
          A ZipTree is a Tree that mirrors the contents of a zipfile; the constructor takes in a pathname and returns a tree representing the filesystem contained in that zipfile.
 

Methods in javafe.filespace that return ExtTree
 ExtTree ExtTree.addChild(java.lang.String label, java.lang.Object newData)
          Create a new direct child of us with label label and data newData.
 ExtTree ExtTree.addPath(java.lang.String[] path)
          This is an extended version of addChild that takes a path (a list of labels) instead of a single label.
 


ESC/Java2
© 2003,2004,2005 David Cok and Joseph Kiniry
© 2005 UCD Dublin
© 2003,2004 Radboud University Nijmegen
© 1999,2000 Compaq Computer Corporation
© 1997,1998,1999 Digital Equipment Corporation
All Rights Reserved

The ESC/Java2 Project Homepage