Class HexEditor

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

class HexEditor extends JPanel implements SelectionChangeListener
  • Field Details

    • model

      private final HexModel model
    • hexPane

      private HexPane hexPane
    • asciiPane

      private ASCIIPane asciiPane
    • addressPane

      private AddressPane addressPane
    • statusPane

      private StatusPane statusPane
    • jumpToIndex

      private final Action jumpToIndex
    • selectedIndex

      private int selectedIndex
  • Constructor Details

    • HexEditor

      HexEditor(HexModel model)
      Constructor.
      Parameters:
      model - HexModel instance.
  • Method Details