Class HexEditorRowHeader.RowHeaderListModel

  • All Implemented Interfaces:
    java.io.Serializable, javax.swing.ListModel
    Enclosing class:
    HexEditorRowHeader

    private static class HexEditorRowHeader.RowHeaderListModel
    extends javax.swing.AbstractListModel
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
      private int size  
      • Fields inherited from class javax.swing.AbstractListModel

        listenerList
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private RowHeaderListModel()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getElementAt​(int index)  
      int getSize()  
      void setSize​(int size)  
      • Methods inherited from class javax.swing.AbstractListModel

        addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • size

        private int size
    • Constructor Detail

      • RowHeaderListModel

        private RowHeaderListModel()
    • Method Detail

      • getElementAt

        public java.lang.Object getElementAt​(int index)
      • getSize

        public int getSize()
      • setSize

        public void setSize​(int size)