Class SelectAllAction

java.lang.Object
javax.swing.AbstractAction
javax.swing.text.TextAction
org.patrodyne.jvnet.basicjaxb.explore.SelectAllAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class SelectAllAction extends TextAction
Action to select all text.
Author:
Rick O'Sullivan
See Also:
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)
      The operation to perform when this action is triggered.