Class JListShape

    • Constructor Detail

      • JListShape

        public JListShape()
        Creates a new list shape.
      • JListShape

        public JListShape​(javax.swing.JComponent aComponent)
        Creates a new list shape.
    • Method Detail

      • getList

        public javax.swing.JList getList()
        Returns the list shape's list.
      • addItem

        public void addItem​(java.lang.String anItem,
                            int index)
      • removeItemAt

        public void removeItemAt​(int index)
      • getItems

        public java.util.Vector getItems()