Class SwingIconsDemoTableModel

  • All Implemented Interfaces:
    Serializable, TableModel

    public class SwingIconsDemoTableModel
    extends IconTableModel
    A table model implementation for the SwingIconsDemo.java demo application. The model reads the contents of the file "jlfgr-1_0.jar", which must be reachable via the classpath.
    Author:
    Thomas Morgner.
    See Also:
    Serialized Form
    • Constructor Detail

      • SwingIconsDemoTableModel

        public SwingIconsDemoTableModel()
        Creates a new table model.
      • SwingIconsDemoTableModel

        public SwingIconsDemoTableModel​(URL url)
        Creates a new table model.
        Parameters:
        url - the url for the jlfgr-1_0.jar file (or null to search the classpath).
    • Method Detail

      • readData

        public boolean readData​(URL url)