Class AddRemovePanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.vividsolutions.jump.workbench.ui.addremove.AddRemovePanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class AddRemovePanel extends JPanel
A JPanel that allows the user to move Object's back and forth between two JList's.
See Also:
  • Constructor Details

    • AddRemovePanel

      public AddRemovePanel(boolean showingUpDownButtons)
  • Method Details

    • add

      public void add(InputChangedListener listener)
    • updateEnabled

      public void updateEnabled()
      Updates the enabled state of the Component's.
    • itemsToMoveDown

      public static Collection itemsToMoveDown(List items, Collection selectedItems)
    • itemsToMoveUp

      public static Collection itemsToMoveUp(List items, Collection selectedItems)
    • setLeftText

      public void setLeftText(String newLeftText)
    • setRightLabel

      public void setRightLabel(JComponent rightLabel)
    • setLeftLabel

      public void setLeftLabel(JComponent leftLabel)
    • setRightList

      public void setRightList(AddRemoveList rightList)
    • setLeftList

      public void setLeftList(AddRemoveList leftList)
    • setRightText

      public void setRightText(String newRightText)
    • getLeftItems

      public List getLeftItems()
    • getRightItems

      public List getRightItems()
    • getLeftList

      public AddRemoveList getLeftList()
    • getRightList

      public AddRemoveList getRightList()