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