jTracer  1.03
Stack trace visualization tool
boolean org.libcsdbg.jtracer.Session.isIconified ( )

Check frame state.

Returns
true if the frame is iconified, false otherwise

Definition at line 191 of file Session.java.

Referenced by org.libcsdbg.jtracer.SessionManager.windowClosed(), and org.libcsdbg.jtracer.SessionManager.windowClosing().

192  {
193  return (getExtendedState() & ICONIFIED) != 0;
194  }

+ Here is the caller graph for this function: