public class FileTreeNode extends LazyLoadTreeNode implements UrlProxy
| Modifier and Type | Field and Description |
|---|---|
static Icon |
ICON_DRIVE |
static Icon |
ICON_DRIVE_MISSING |
static Icon |
ICON_FILE |
static Icon |
ICON_FILE_DATABASE |
static Icon |
ICON_FILE_IMAGE |
static Icon |
ICON_FILE_TABLE |
static Icon |
ICON_FILE_VECTOR |
static Icon |
ICON_FOLDER |
static ImageIcon |
ICON_FOLDER_LINK |
static ImageIcon |
ICON_FOLDER_LINK_OPEN |
static Icon |
ICON_FOLDER_MISSING |
static Icon |
ICON_FOLDER_OPEN |
NODE_EXISTS| Constructor and Description |
|---|
FileTreeNode(File file) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFolderConnection() |
void |
addLayer() |
protected List<BaseTreeNode> |
doLoadChildren() |
boolean |
equals(Object other) |
File |
getFile() |
static List<BaseTreeNode> |
getFileNodes(BaseTreeNode parent,
File file) |
static List<BaseTreeNode> |
getFileNodes(BaseTreeNode parent,
File[] files) |
Icon |
getIcon() |
static Icon |
getIcon(File file) |
MenuFactory |
getMenu() |
Icon |
getOpenIcon() |
String |
getType() |
URL |
getUrl() |
static URL |
getUrl(BaseTreeNode parent,
File file) |
int |
hashCode() |
boolean |
isAllowsChildren() |
static boolean |
isAllowsChildren(File file) |
boolean |
isDirectory() |
boolean |
isExists() |
boolean |
isFileLayer() |
static boolean |
isImage(File file) |
static boolean |
isRecordStore(File file) |
addNode, collapseChildren, doClose, getChildren, getUpdateIndex, isLoaded, loadChildren, nodeCollapsed, refresh, removeNode, removeNode, setChildrenaddChild, addChild, children, collapse, delete, delete, dndImportData, doPropertyChange, expand, expand, expand, expandChildren, finalize, getAllowsChildren, getChild, getChildAt, getChildClasses, getChildCount, getIndex, getIndexOfChild, getName, getParent, getParentNode, getTree, getTreeCellRendererComponent, getTreeModel, getTreePath, getTreePath, getTreePath, getUserData, getUserData, getUserObject, importData, isChildrenInitialized, isCopySupported, isCopySupported, isDndCanImport, isDndDropSupported, isDndDropSupported, isLeaf, isUserObjectInitialized, isVisible, iterator, mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased, nodeChanged, nodeRemoved, nodesChanged, nodesInserted, nodesRemoved, propertyChange, removeChild, removeChild, setAllowsChildren, setIcon, setName, setParent, setTree, setType, setUserObject, setUserObjectInitialized, setVisible, toStringpublic static final Icon ICON_FILE
public static final Icon ICON_FILE_DATABASE
public static final Icon ICON_FILE_IMAGE
public static final Icon ICON_FILE_TABLE
public static final Icon ICON_FILE_VECTOR
public static final Icon ICON_FOLDER
public static final Icon ICON_FOLDER_OPEN
public static final Icon ICON_DRIVE
public static final Icon ICON_DRIVE_MISSING
public static final ImageIcon ICON_FOLDER_LINK
public static final ImageIcon ICON_FOLDER_LINK_OPEN
public static final Icon ICON_FOLDER_MISSING
public FileTreeNode(File file)
public static List<BaseTreeNode> getFileNodes(BaseTreeNode parent, File file)
public static List<BaseTreeNode> getFileNodes(BaseTreeNode parent, File[] files)
public static URL getUrl(BaseTreeNode parent, File file)
public static boolean isAllowsChildren(File file)
public static boolean isImage(File file)
public static boolean isRecordStore(File file)
public void addFolderConnection()
public void addLayer()
protected List<BaseTreeNode> doLoadChildren()
doLoadChildren in class LazyLoadTreeNodepublic boolean equals(Object other)
equals in class BaseTreeNodepublic File getFile()
public Icon getIcon()
getIcon in class BaseTreeNodepublic MenuFactory getMenu()
getMenu in class BaseTreeNodepublic Icon getOpenIcon()
getOpenIcon in class BaseTreeNodepublic String getType()
getType in class BaseTreeNodepublic int hashCode()
hashCode in class BaseTreeNodepublic boolean isAllowsChildren()
isAllowsChildren in class BaseTreeNodepublic boolean isDirectory()
public boolean isExists()
isExists in class BaseTreeNodepublic boolean isFileLayer()
Copyright © 2015 Revolution Systems Inc.. All rights reserved.