jp.sourceforge.gtibuilder.util
クラス FileSystemView.FileNode

java.lang.Object
  拡張javax.swing.tree.DefaultMutableTreeNode
      拡張jp.sourceforge.gtibuilder.util.FileSystemView.FileNode
すべての実装インタフェース:
Cloneable, MutableTreeNode, Serializable, TreeNode
含まれているクラス:
FileSystemView

private class FileSystemView.FileNode
extends DefaultMutableTreeNode


入れ子クラスの概要
 
クラス javax.swing.tree.DefaultMutableTreeNode から継承した入れ子クラス
 
フィールドの概要
private  GBFile file
           
 
クラス javax.swing.tree.DefaultMutableTreeNode から継承したフィールド
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
コンストラクタの概要
FileSystemView.FileNode(GBFile file)
           
 
メソッドの概要
 GBFile getGBFile()
           
 void setGBFile(GBFile file)
           
 
クラス javax.swing.tree.DefaultMutableTreeNode から継承したメソッド
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString
 
クラス java.lang.Object から継承したメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

file

private GBFile file
コンストラクタの詳細

FileSystemView.FileNode

public FileSystemView.FileNode(GBFile file)
メソッドの詳細

setGBFile

public void setGBFile(GBFile file)

getGBFile

public GBFile getGBFile()