jTracer  1.03
Stack trace visualization tool
Enumeration org.libcsdbg.jtracer.TracePane.getFieldKeys ( )

Get all the keys of the request fields.

Returns
the key enumeration

Definition at line 121 of file TracePane.java.

122  {
123  return details.keys();
124  }