wt.tools.profiler
Class ProfilerMainPanel
java.lang.Object
wt.tools.profiler.ProfilerMainPanel
- public class ProfilerMainPanel
- extends Object
The GUI creator class. The main frame contains 3 panels - controlpane,
displaypane and statuspane. The displaypane contains 2 panels - selectpane
and viewpane. ControlPane contains the buttons, ViewPane displays a tree
based on what is selected in the SelectPane
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mainPanel
public JPanel mainPanel
controlPane
public ControlPanel controlPane
displayPane
public DisplayPanel displayPane
statusPane
public StatusPanel statusPane
topFrame
public JFrame topFrame
menus
public ProfilerMenu menus
ProfilerMainPanel
public ProfilerMainPanel(JFrame topFr)
printStatus
public void printStatus(String str)
validateSelectPane
public void validateSelectPane()
validateControlPane
public void validateControlPane(ProfilerWrapper profWrapper)
validateViewPane
public void validateViewPane(ProfilerWrapper profWrapper,
String threadName,
ProfilingKeyAdapter forAdapt)
reverseViewPane
public void reverseViewPane(ProfilerWrapper profWrapper,
String threadName,
ProfilingKeyAdapter forAdapt)
printView
public void printView()
saveView
public void saveView()
getJPanel
private JPanel getJPanel()
- This method initializes jPanel
- Returns:
- javax.swing.JPanel