Class JListShape

All Implemented Interfaces:
RMArchiver.Archiving, RMShapePainter.Paint, RJMinMaxSizeSettable, Cloneable

public class JListShape extends RJTextShape
An RJShape for editing JLists.
  • Constructor Details

    • JListShape

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

      public JListShape(JComponent aComponent)
      Creates a new list shape.
  • Method Details

    • getList

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

      public void addItem(String anItem, int index)
    • removeItemAt

      public void removeItemAt(int index)
    • getItems

      public Vector getItems()