Class DebuggingPanel

All Implemented Interfaces:
ItemListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible

public class DebuggingPanel extends NamedBorderPanel implements ItemListener
This displays the options related to debugging.
See Also:
  • Field Details

    • properties

      public static String[] properties
      List of properties used by checkboxes in this panel
  • Constructor Details

    • DebuggingPanel

      public DebuggingPanel(DeploymentConfiguration config)
      Create a new instance of the debugging panel.
      Parameters:
      config - loaded DeploymentConfiguration file.
  • Method Details