Class LinePlotControl

java.lang.Object
PamController.PamControlledUnit
generalDatabase.lineplots.LinePlotControl
All Implemented Interfaces:
SettingsNameProvider
Direct Known Subclasses:
TurbineOperationControl

public abstract class LinePlotControl extends PamControlledUnit
  • Constructor Details

    • LinePlotControl

      public LinePlotControl(String unitType, String unitName)
  • Method Details

    • getColumnItems

      public abstract List<EnhancedTableItem> getColumnItems()
      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 !