クラス DebugItemMutableTreeNode
java.lang.Object
javax.swing.tree.DefaultMutableTreeNode
jp.ne.mki.wedge.pub.client.hook.debug.DebugItemMutableTreeNode
- すべての実装されたインタフェース:
Serializable
,Cloneable
,MutableTreeNode
,TreeNode
デバッグ画面用 アイテムTreeNode
- 関連項目:
-
フィールドの概要
クラスから継承されたフィールド javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
クラスから継承されたメソッド 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, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString
-
コンストラクタの詳細
-
DebugItemMutableTreeNode
コンストラクタ- パラメータ:
name
-
-
-
メソッドの詳細
-
isLeaf
public boolean isLeaf()最下層かどうか アイテムなので常にfalseを返す- 定義:
isLeaf
インタフェース内TreeNode
- オーバーライド:
isLeaf
クラス内DefaultMutableTreeNode
-