|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.boxed_economy.besp.container.classtree.BoxClassTreeElement
org.boxed_economy.besp.container.classtree.BoxClass
BoxClassTreeElementを継承して、BESPクラスツリー内のクラスを定義します。 (Comnpositeパターンです。)
コンストラクタの概要 | |
BoxClass(java.lang.String newname)
|
メソッドの概要 | |
java.util.Enumeration |
children()
javax.swing.tree.treeNodeインターフェースを実装します。 |
boolean |
getAllowsChildren()
javax.swing.tree.treeNodeインターフェースを実装します。 |
javax.swing.tree.TreeNode |
getChildAt(int childIndex)
javax.swing.tree.treeNodeインターフェースを実装します。 |
int |
getChildCount()
javax.swing.tree.treeNodeインターフェースを実装します。 |
int |
getIndex(javax.swing.tree.TreeNode node)
javax.swing.tree.treeNodeインターフェースを実装します。 |
boolean |
isLeaf()
javax.swing.tree.treeNodeインターフェースを実装します。 |
void |
visit(BoxClassTreeVisitor visitor)
visitorを受け付けるインターフェースです。 |
クラス org.boxed_economy.besp.container.classtree.BoxClassTreeElement から継承したメソッド |
getAbsoluteName, getName, getParent, setParent, toString |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
public BoxClass(java.lang.String newname)
BoxClassTreeElement.BoxClassTreeElement(String)
メソッドの詳細 |
public void visit(BoxClassTreeVisitor visitor)
BoxClassTreeElement
内の visit
visitor
- 訪問するvisitorBoxClassTreeElement.visit(BoxClassTreeVisitor)
public javax.swing.tree.TreeNode getChildAt(int childIndex)
TreeNode.getChildAt(int)
public int getChildCount()
TreeNode.getChildCount()
public int getIndex(javax.swing.tree.TreeNode node)
TreeNode.getIndex(TreeNode)
public boolean getAllowsChildren()
TreeNode.getAllowsChildren()
public boolean isLeaf()
TreeNode.isLeaf()
public java.util.Enumeration children()
TreeNode.children()
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |