Class EtchExplorer

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Runnable, Accessible

public class EtchExplorer extends AbstractGUI
A Client application for exploring an Etch store
See Also:
  • Field Details

    • log

      public static final org.slf4j.Logger log
    • maxBlock

      public static long maxBlock
  • Constructor Details

    • EtchExplorer

      public EtchExplorer()
      Create the application.
  • Method Details

    • main

      public static void main(String[] args)
      Launch the application.
      Parameters:
      args - Command line args
    • switchPanel

      public void switchPanel(String title)
    • getEtchState

      public StateModel<EtchStore> getEtchState()
    • getStore

      public EtchStore getStore()
    • setStore

      public void setStore(EtchStore newEtch)
    • setupFrame

      public void setupFrame(JFrame frame)
      Description copied from class: AbstractGUI
      Implementations should override this to add the gui components and configure the GUI frame
      Overrides:
      setupFrame in class AbstractGUI
      Parameters:
      frame - Frame in which to set up this GUI screen