Package turbineops

Class TurbineOperationControl

All Implemented Interfaces:
SettingsNameProvider

public class TurbineOperationControl extends LinePlotControl
  • Field Details

  • Constructor Details

    • TurbineOperationControl

      public TurbineOperationControl(String unitName)
  • Method Details

    • getColumnItems

      public List<EnhancedTableItem> getColumnItems()
      Specified by:
      getColumnItems in class LinePlotControl
      Returns:
      a list of column items. This get's called once from the constructor, It's likely that this will get called from the superclass constructor, so needs to make it's own list and not wait for the constructor of the subclass to get called, because that will be too late !