|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
wt.tools.profiler.ViewPanel
The view panale displays the stack tree. It sorts the display based on the selection in the select window.
Nested Class Summary |
Nested classes inherited from class javax.swing.JPanel |
JPanel.AccessibleJPanel |
Nested classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
ProfilerMainPanel |
profMainPanel
|
private HashMap |
revFrameMap
|
Map |
RootMap
|
(package private) JScrollPane |
scroller
|
DefaultMutableTreeNode |
selNode
|
ProfilerFrame |
top
|
JTree |
tree
|
DefaultTreeModel |
treeModel
|
Fields inherited from class javax.swing.JPanel |
|
Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Container |
|
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
ViewPanel(ProfilerMainPanel profMain)
|
Method Summary | |
void |
displayChildren(ProfilerFrame pFrame,
DefaultMutableTreeNode parent,
ProfilingKeyAdapter forAdapt)
|
private TreePath |
expandSingleNodes(ProfilerFrame f,
TreePath path)
|
Dimension |
getPreferredSize()
|
void |
makeRootTree()
|
void |
processNode(ProfilerFrame currFrame)
|
void |
procMakeRoot(ProfilerFrame root,
ProfilerFrame parent)
|
void |
revProfFrame(ProfilerFrame parent,
ProfilerFrame parent_copy)
|
void |
revViewPane(ProfilerWrapper profWrapper,
String threadName,
ProfilingKeyAdapter forAdapt)
|
void |
treeCollapsed(TreeExpansionEvent event)
|
void |
treeExpanded(TreeExpansionEvent event)
|
void |
updViewPane(ProfilerWrapper profWrapper,
String threadName,
ProfilingKeyAdapter forAdapt)
|
void |
valueChanged(TreeSelectionEvent e)
|
Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public ProfilerMainPanel profMainPanel
public ProfilerFrame top
public DefaultTreeModel treeModel
public JTree tree
JScrollPane scroller
private HashMap revFrameMap
public DefaultMutableTreeNode selNode
public Map RootMap
Constructor Detail |
public ViewPanel(ProfilerMainPanel profMain)
Method Detail |
public void updViewPane(ProfilerWrapper profWrapper, String threadName, ProfilingKeyAdapter forAdapt)
public void displayChildren(ProfilerFrame pFrame, DefaultMutableTreeNode parent, ProfilingKeyAdapter forAdapt)
public void revViewPane(ProfilerWrapper profWrapper, String threadName, ProfilingKeyAdapter forAdapt)
public void revProfFrame(ProfilerFrame parent, ProfilerFrame parent_copy)
public void processNode(ProfilerFrame currFrame)
public void treeExpanded(TreeExpansionEvent event)
treeExpanded
in interface TreeExpansionListener
public void treeCollapsed(TreeExpansionEvent event)
treeCollapsed
in interface TreeExpansionListener
private TreePath expandSingleNodes(ProfilerFrame f, TreePath path)
public void valueChanged(TreeSelectionEvent e)
valueChanged
in interface TreeSelectionListener
public void makeRootTree()
public void procMakeRoot(ProfilerFrame root, ProfilerFrame parent)
public Dimension getPreferredSize()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |