Package snap.viewx

Class DevPaneExceptions

All Implemented Interfaces:
PropChange.DoChange

public class DevPaneExceptions extends ViewOwner
A DevPane to show the console.
  • Constructor Details

    • DevPaneExceptions

      public DevPaneExceptions()
  • Method Details

    • showException

      public void showException(Exception anExc)
      Shows the given exception.
    • createUI

      protected View createUI()
      Description copied from class: ViewOwner
      Creates the top level view for this class.
      Overrides:
      createUI in class ViewOwner
    • respondUI

      protected void respondUI(ViewEvent anEvent)
      Description copied from class: ViewOwner
      Respond to UI controls.
      Overrides:
      respondUI in class ViewOwner