Class DetectionDisplayControl

All Implemented Interfaces:
SettingsNameProvider

@Deprecated public class DetectionDisplayControl extends UserDisplayControlFX
Deprecated.
The controlled unit for the detection display. A detection display can only have one parent data block.
Author:
Jamie Macaulay
  • Constructor Details

    • DetectionDisplayControl

      public DetectionDisplayControl(String unitName)
      Deprecated.
  • Method Details

    • notifyModelChanged

      public void notifyModelChanged(int type)
      Deprecated.
      Description copied from class: PamControlledUnit
      General notification when the PAMGAURD model changes.
      Overrides:
      notifyModelChanged in class PamControlledUnit
      Parameters:
      type - type of change
    • dataModelToDisplay

      public void dataModelToDisplay()
      Deprecated.
      Get currently displayed data blocks in the display and set them as the parent data blocks in the display process. This will change the datamodel to show the correct connections.
    • newDataBlockAdded

      public boolean newDataBlockAdded(PamDataBlock pamDataBlock)
      Deprecated.
      Called whenever a new data block is added to the display. Removes the observer from all other data blocks in the model and then the adds the observer to that data block;
      Returns:
      true if the parent has successfully been added.
    • getDisplays

      public ArrayList<UserDisplayNodeFX> getDisplays()
      Deprecated.
      Specified by:
      getDisplays in class UserDisplayControlFX