|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ter.SDK.view.AbstractView | +--ter.SDK.view.HeritageView | +--ter.SDK.view.TreeHeritageView
Title: Class TreeHeritageView
Description: This class implements an heritage view for a classifierAnalyser with a JTree. This class is an heritage vew so it extends the class HeritageView.
Company: UNSA
Constructor Summary | |
TreeHeritageView()
The default constructor |
|
TreeHeritageView(ClassifierAnalyser classifierAnalyser)
The constructor |
Method Summary | |
void |
constructClassTree(javax.swing.tree.DefaultMutableTreeNode racine)
Construct the node for the tree when the classifier is a class |
javax.swing.tree.DefaultMutableTreeNode |
constructInterfaceTree()
Construct the node for the tree when the classifier is an interface |
void |
constructTree()
Construct the tree for the view |
javax.swing.tree.DefaultMutableTreeNode |
getClassInterfaceNode(ClassifierAnalyser currentCA)
Get all the inertface node if the classifier is not an interface |
java.util.Hashtable |
getHastable()
|
javax.swing.JTree |
getHeritageTree()
|
java.lang.String |
getName()
Needed by the Plugin interface |
java.awt.Container |
getViewContainer()
Needed by the View interface |
void |
updateView()
Construct the view |
Methods inherited from class ter.SDK.view.HeritageView |
getType |
Methods inherited from class ter.SDK.view.AbstractView |
create, getClassifierAnalyser, setClassifierAnalyser |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TreeHeritageView()
public TreeHeritageView(ClassifierAnalyser classifierAnalyser)
classifierAnalyser
- : the classifierAnalyser represented by the viewMethod Detail |
public java.lang.String getName()
public java.awt.Container getViewContainer()
public javax.swing.JTree getHeritageTree()
public java.util.Hashtable getHastable()
public void updateView()
public void constructTree()
public javax.swing.tree.DefaultMutableTreeNode getClassInterfaceNode(ClassifierAnalyser currentCA)
currentCA
- : the classifierAnalyser
public void constructClassTree(javax.swing.tree.DefaultMutableTreeNode racine)
racine
- public javax.swing.tree.DefaultMutableTreeNode constructInterfaceTree()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |