Uses of Class
wt.tools.profiler.ProfilerWrapper

Packages that use ProfilerWrapper
wt.tools.profiler   
 

Uses of ProfilerWrapper in wt.tools.profiler
 

Fields in wt.tools.profiler declared as ProfilerWrapper
 ProfilerWrapper ProfilerMenu.wrapper
           
 ProfilerWrapper ControlPanel.profWrapper
           
 ProfilerWrapper ControlPanel.profWrapperMain
           
 

Methods in wt.tools.profiler that return ProfilerWrapper
 ProfilerWrapper StandardProfilerService.getProfData()
           
 ProfilerWrapper ProfilerServiceFwd.getProfData()
          

Supported API: false
 ProfilerWrapper ProfilerService.getProfData()
           
 

Methods in wt.tools.profiler with parameters of type ProfilerWrapper
 void ViewPanel.updViewPane(ProfilerWrapper profWrapper, String threadName, ProfilingKeyAdapter forAdapt)
           
 void ViewPanel.revViewPane(ProfilerWrapper profWrapper, String threadName, ProfilingKeyAdapter forAdapt)
           
 void ProfilerMainPanel.validateControlPane(ProfilerWrapper profWrapper)
           
 void ProfilerMainPanel.validateViewPane(ProfilerWrapper profWrapper, String threadName, ProfilingKeyAdapter forAdapt)
           
 void ProfilerMainPanel.reverseViewPane(ProfilerWrapper profWrapper, String threadName, ProfilingKeyAdapter forAdapt)
           
 void ControlPanel.updControlPane(ProfilerWrapper profWrapper)