Class OkAction<T>

java.lang.Object
javax.swing.AbstractAction
org.loboevolution.menu.tools.pref.search.OkAction<T>
Type Parameters:
T - a T object.
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class OkAction<T> extends AbstractAction
The Class OkAction.
See Also:
  • Constructor Details

    • OkAction

      public OkAction(ItemEditor<T> item)

      Constructor for OkAction.

      Parameters:
      item - a ItemEditor object.
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)