com.imagero.swing.tree.handler
Class FileZipHandler
java.lang.Object
com.imagero.swing.tree.handler.ZipHandler
com.imagero.swing.tree.handler.FileZipHandler
- All Implemented Interfaces:
- Handler
- public class FileZipHandler
- extends com.imagero.swing.tree.handler.ZipHandler
FileZipHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileZipHandler
public FileZipHandler()
getInstance
public static Handler getInstance()
getComparator
public TreeNodeComparator getComparator()
canHandle
public boolean canHandle(java.lang.Object o)
populateChildren
public boolean populateChildren(HTreeNode node,
boolean descend,
boolean refreshNodes)
throws java.io.IOException
- Throws:
java.io.IOException
toString
public java.lang.String toString(HTreeNode node)
processZipFile
protected void processZipFile(java.util.Enumeration enum,
java.util.zip.ZipFile zipFile,
DMTreeNode root)
throws java.io.IOException
- Throws:
java.io.IOException
getAllowsChildren
public boolean getAllowsChildren(HTreeNode node)
- Specified by:
getAllowsChildren in interface Handler
isLeaf
public boolean isLeaf(HTreeNode node)
- Specified by:
isLeaf in interface Handler
isGeneric
public boolean isGeneric()
- Specified by:
isGeneric in interface Handler