jTracer  1.03
Stack trace visualization tool
Object org.libcsdbg.jtracer.Registry.get ( String  section,
String  key 
)

Get an entry.

Parameters
[in]sectionthe section name
[in]keythe entry key
Returns
the entry
Note
The caller must cast the entry to its runtime type

Definition at line 151 of file Registry.java.

Referenced by org.libcsdbg.jtracer.MainFrame.actionPerformed(), org.libcsdbg.jtracer.TraceBar.createField(), org.libcsdbg.jtracer.StatusBar.createField(), org.libcsdbg.jtracer.MenuBar.createItem(), org.libcsdbg.jtracer.MenuBar.createToggle(), org.libcsdbg.jtracer.MenuBar.listSessions(), org.libcsdbg.jtracer.MainFrame.main(), org.libcsdbg.jtracer.MainFrame.run(), org.libcsdbg.jtracer.StatusBar.setIndicator(), org.libcsdbg.jtracer.StatusBar.startUptimeTimer(), and org.libcsdbg.jtracer.StatusBar.stopUptimeTimer().

152  {
153  return get(section).get(key);
154  }

+ Here is the caller graph for this function: