A C D F G I L N P R S T

A

analyze(String) - Static method in class nice.StatementInfo
Analyze a Java source file to create a tree structure which represents the program structure.

C

cannes - package cannes
 
changeLabel(String) - Method in class nice.StatementInfo
Modifies the label associated to this StatementInfo.
childAt(int) - Method in class nice.StatementInfo
Returns the child StatementInfo at index pos.
children() - Method in class nice.DI_StatementInfo__TreeNode
 

D

DI_LineInfo__MutableTreeNode - class nice.DI_LineInfo__MutableTreeNode.
 
DI_LineInfo__MutableTreeNode() - Constructor for class nice.DI_LineInfo__MutableTreeNode
 
DI_StatementInfo__TreeNode - class nice.DI_StatementInfo__TreeNode.
 
DI_StatementInfo__TreeNode() - Constructor for class nice.DI_StatementInfo__TreeNode
 

F

find(StatementInfo) - Method in class nice.StatementInfo
Returns the index of a StatementInfo within the children of this node.

G

getAllowsChildren() - Method in class nice.DI_StatementInfo__TreeNode
 
getChildAt(int) - Method in class nice.DI_StatementInfo__TreeNode
 
getChildCount() - Method in class nice.DI_StatementInfo__TreeNode
 
getIndex(TreeNode) - Method in class nice.DI_StatementInfo__TreeNode
 
getParent() - Method in class nice.DI_StatementInfo__TreeNode
 

I

init(Object) - Method in class nice.DI_StatementInfo__TreeNode
 
init(Object) - Method in class nice.DI_LineInfo__MutableTreeNode
 
insert(MutableTreeNode, int) - Method in class nice.DI_LineInfo__MutableTreeNode
 
isLeaf() - Method in class nice.DI_StatementInfo__TreeNode
 

L

label() - Method in class nice.StatementInfo
Returns the label associated to this node.

N

nice - package nice
 
numberOfChildren() - Method in class nice.StatementInfo
Returns the number of children this StatementInfo contains.

P

parent() - Method in class nice.StatementInfo
Returns the parent of this node.

R

remove(int) - Method in class nice.DI_LineInfo__MutableTreeNode
 
remove(MutableTreeNode) - Method in class nice.DI_LineInfo__MutableTreeNode
 
removeFromParent() - Method in class nice.DI_LineInfo__MutableTreeNode
 

S

setParent(MutableTreeNode) - Method in class nice.DI_LineInfo__MutableTreeNode
 
setUserObject(Object) - Method in class nice.DI_LineInfo__MutableTreeNode
 
si_ - Variable in class nice.DI_StatementInfo__TreeNode
 
StatementInfo - class nice.StatementInfo.
A Java source file analyzer. It breaks a Java source file into individual statements.
StatementInfo(StatementInfo) - Constructor for class nice.StatementInfo
Creates a new StatementInfo.

T

toString() - Method in class nice.DI_StatementInfo__TreeNode
 
TreeViewer - class cannes.TreeViewer.
A generic viewer for trees. It expands a root node which must implement the javax.swing.TreeNode interface. It allows the modification of nodes which implement the javax.swing.MutableTreeNode interface.
TreeViewer(TreeNode) - Constructor for class cannes.TreeViewer
Creates a new TreeViewer.

A C D F G I L N P R S T