Class JDialogPointArea.UpdateYSpaceAction

java.lang.Object
javax.swing.AbstractAction
gov.nih.mipav.view.dialogs.JDialogPointArea.UpdateYSpaceAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
JDialogPointArea

protected class JDialogPointArea.UpdateYSpaceAction extends AbstractAction
Make the x and y space bounds match if the constrain checkbox is selected.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Use serialVersionUID for interoperability.
      See Also:
  • Constructor Details

    • UpdateYSpaceAction

      protected UpdateYSpaceAction()
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent event)
      DOCUMENT ME!
      Parameters:
      event - DOCUMENT ME!