com.imagero.gui.swing.tree.handler
Class URLFileHandler

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

public class URLFileHandler
extends java.lang.Object
implements Handler

URLFileHandler


Constructor Summary
URLFileHandler()
           
 
Method Summary
 boolean canHandle(java.lang.Object o)
           
 boolean getAllowsChildren(HTreeNode node)
           
 TreeNodeComparator getComparator()
           
static Handler getInstance()
           
 boolean isGeneric()
           
 boolean isLeaf(HTreeNode node)
           
 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

URLFileHandler

public URLFileHandler()
Method Detail

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