com.imagero.swing.tree.handler
Class HTTPHandler

java.lang.Object
  extended bycom.imagero.swing.tree.handler.HTTPHandler
All Implemented Interfaces:
Handler

public class HTTPHandler
extends java.lang.Object
implements Handler

HTTPHandler


Constructor Summary
HTTPHandler()
           
 
Method Summary
 boolean canHandle(java.lang.Object o)
           
 boolean getAllowsChildren(HTreeNode node)
           
 TreeNodeComparator getComparator()
           
static Handler getInstance()
           
 boolean isGeneric()
           
 boolean isLeaf(HTreeNode node)
           
static void main(java.lang.String[] args)
           
 boolean populateChildren(HTreeNode node, boolean descend, boolean refreshNodes)
           
 java.lang.String toString(HTreeNode node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPHandler

public HTTPHandler()
Method Detail

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