|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PackageNode
Describes a java package that can contain java classes.
| Method Summary | |
|---|---|
void |
add(ClassNode classnode)
Adds the given ClassNode as child. |
ClassNode |
getClass(String name)
Retrieves the ClassNode with the given name. |
Vector<ClassNode> |
getClasses()
Returns the classes in this package. |
String |
getPackagename()
Returns the name of this package. |
boolean |
isUnassignedPackage()
Returns true if this is the "unassigned" package that contains excluded classes. |
| Methods inherited from interface javax.swing.tree.MutableTreeNode |
|---|
insert, remove, remove, removeFromParent, setParent, setUserObject |
| Methods inherited from interface javax.swing.tree.TreeNode |
|---|
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf |
| Methods inherited from interface net.sf.jlayercheck.util.modeltree.NamedTreeNode |
|---|
getName |
| Method Detail |
|---|
Vector<ClassNode> getClasses()
String getPackagename()
void add(ClassNode classnode)
classnode - ClassNode getClass(String name)
name -
boolean isUnassignedPackage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||