Package snap.viewx

Class ScanPane

All Implemented Interfaces:
PropChange.DoChange

public class ScanPane extends ViewOwner
A class to display and process System IN/OUT/ERR. This can be useful to quickly add UI for Java command line programs.
  • Field Details

  • Constructor Details

    • ScanPane

      public ScanPane()
      Constructor.
  • Method Details

    • getScanView

      public ScanPane.ScanView getScanView()
      Returns the ScanView.
    • clear

      public void clear()
      Clears the ScanView.
    • createUI

      protected View createUI()
      Creates the UI.
      Overrides:
      createUI in class ViewOwner