Package difar.display

Class DIFARUnitControlPanel

java.lang.Object
difar.display.DIFARUnitControlPanel
All Implemented Interfaces:
DIFARDisplayUnit

public class DIFARUnitControlPanel extends Object implements DIFARDisplayUnit
A control panel which will most likely sit in the right hand edge of the DifarGram display, but keep separate in case we decide to put it somewhere else at a later date.
Author:
Doug Gillepspie
  • Constructor Details

    • DIFARUnitControlPanel

      public DIFARUnitControlPanel(DifarControl difarControl)
  • Method Details

    • enableControls

      public void enableControls()
    • updateButtonLabels

      public void updateButtonLabels()
    • saveWithoutCrossButton

      public void saveWithoutCrossButton()
    • saveButton

      public void saveButton()
    • deleteButton

      public void deleteButton()
    • getName

      public String getName()
      Specified by:
      getName in interface DIFARDisplayUnit
    • getComponent

      public Component getComponent()
      Specified by:
      getComponent in interface DIFARDisplayUnit
    • difarNotification

      public int difarNotification(DIFARMessage difarMessage)
      Specified by:
      difarNotification in interface DIFARDisplayUnit