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 |
fsv
static final javax.swing.filechooser.FileSystemView fsv
showHidden
private boolean showHidden
instance
private static URLFileHandler instance
comparator
com.imagero.gui.swing.tree.util.TreeNodeComparator comparator
URLFileHandler
public URLFileHandler()
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 com.imagero.gui.swing.tree.util.TreeNodeComparator getComparator()
- Specified by:
getComparator in interface Handler
populateChildren
public boolean populateChildren(com.imagero.gui.swing.tree.node.HTreeNode node,
boolean descend,
boolean refreshNodes)
- Specified by:
populateChildren in interface Handler
toString
public java.lang.String toString(com.imagero.gui.swing.tree.node.HTreeNode node)
- Specified by:
toString in interface Handler
getAllowsChildren
public boolean getAllowsChildren(com.imagero.gui.swing.tree.node.HTreeNode node)
- Specified by:
getAllowsChildren in interface Handler
isLeaf
public boolean isLeaf(com.imagero.gui.swing.tree.node.HTreeNode node)
- Specified by:
isLeaf in interface Handler
isDirectory
static boolean isDirectory(java.io.File f)