Module java.desktop

Class BasicInternalFrameTitlePane.MoveAction

java.lang.Object
javax.swing.AbstractAction
javax.swing.plaf.basic.BasicInternalFrameTitlePane.MoveAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
BasicInternalFrameTitlePane

public class BasicInternalFrameTitlePane.MoveAction extends AbstractAction
This class should be treated as a "protected" inner class. Instantiate it only within subclasses of Foo.
  • Constructor Details

    • MoveAction

      public MoveAction()
      Constructs a new instance of a MoveAction.
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Description copied from interface: ActionListener
      Invoked when an action occurs.
      Parameters:
      e - the event to be processed