Class MenuActionNewValue

java.lang.Object
com.jsql.view.swing.list.MenuActionNewValue
All Implemented Interfaces:
ActionListener, EventListener

public class MenuActionNewValue extends Object implements ActionListener
Action to add a new item to a JList.
  • Constructor Details

    • MenuActionNewValue

      public MenuActionNewValue(DnDList myList)
      Create action to add new item list.
      Parameters:
      myList - List to add new items.
  • Method Details