com.imagero.gui.swing.tree.handler
Class URLFileHandler
java.lang.Object
com.imagero.gui.swing.tree.handler.URLFileHandler
- All Implemented Interfaces:
- Handler
- public class URLFileHandler
- extends java.lang.Object
- implements Handler
URLFileHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URLFileHandler
public URLFileHandler()
canHandle
public boolean canHandle(java.lang.Object o)
- Specified by:
canHandle in interface Handler
getAllowsChildren
public boolean getAllowsChildren(HTreeNode node)
- Specified by:
getAllowsChildren in interface Handler
getComparator
public TreeNodeComparator getComparator()
- Specified by:
getComparator in interface Handler
getInstance
public static Handler getInstance()
isGeneric
public boolean isGeneric()
- Specified by:
isGeneric in interface Handler
isLeaf
public boolean isLeaf(HTreeNode node)
- Specified by:
isLeaf in interface Handler
populateChildren
public boolean populateChildren(HTreeNode node,
boolean descend,
boolean refreshNodes)
- Specified by:
populateChildren in interface Handler
toString
public java.lang.String toString(HTreeNode node)
- Specified by:
toString in interface Handler