Class CardiacAnalysis.SpecifierPanel

All Implemented Interfaces:
PreferencesSettable, ImageObserver, MenuContainer, Serializable, Accessible
Enclosing interface:
CardiacAnalysis

public abstract static class CardiacAnalysis.SpecifierPanel extends JPanel implements PreferencesSettable
A JPanel that can be used to specify cardiac analysis parameters.
See Also:
  • Field Details

    • parentFrame

      protected final com.xinapse.apps.cardiac.CardiacFrame parentFrame
      The CardiacFrame that is the parent of this SpecifierPanel.
  • Constructor Details

    • SpecifierPanel

      protected SpecifierPanel(com.xinapse.apps.cardiac.CardiacFrame parentFrame)
      Default constructor for use by sub-classes.
      Parameters:
      parentFrame - the CardiacFrame to which this Panel will be added.
  • Method Details