Class ControlPanelDdaComboTabs

All Implemented Interfaces:
JConfigLength.Listener, ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, ChangeListener

public class ControlPanelDdaComboTabs extends ControlPanelDetDescAssocBase
Provides full control over all of Detect-Describe-Associate using combo boxes that when selected will change the full set of controls shown below.
See Also:
  • Constructor Details

  • Method Details

    • layoutComponents

      protected void layoutComponents()
    • handleDetectorChanged

      protected void handleDetectorChanged()
    • handleDescriptorChanged

      protected void handleDescriptorChanged()
    • handleAssociatorChanged

      protected void handleAssociatorChanged()
    • controlChanged

      public void controlChanged(Object source)
      Description copied from class: StandardAlgConfigPanel
      In almost all situations we just need to know that the state of a control has changed. No need to implement seperate listeners for all
      Overrides:
      controlChanged in class StandardAlgConfigPanel
    • handleControlsUpdated

      protected void handleControlsUpdated()
      Description copied from class: ControlPanelDetDescAssocBase
      Called when the user modifies a setting in one of the controls. Should be overloaded by an extending class.
      Specified by:
      handleControlsUpdated in class ControlPanelDetDescAssocBase