Class JListHpr.SampleModel

java.lang.Object
javax.swing.AbstractListModel
com.ribs.helpers.JListHpr.SampleModel
All Implemented Interfaces:
Serializable, ListModel
Enclosing class:
JListHpr

public static class JListHpr.SampleModel extends AbstractListModel
A simple sample table model so Ribs app can show sample table data.
See Also:
  • Constructor Details

    • SampleModel

      public SampleModel()
  • Method Details

    • getSize

      public int getSize()
      Returns the number of items.
    • getElementAt

      public Object getElementAt(int anIndex)
      Returns the object for given index.