Package turbineops
Class TurbineOperationControl
java.lang.Object
PamController.PamControlledUnit
generalDatabase.lineplots.LinePlotControl
turbineops.TurbineOperationControl
- All Implemented Interfaces:
SettingsNameProvider
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class PamController.PamControlledUnit
addOfflineTaskGroup, addOtherRelatedMenuItems, addPamProcess, addPamProcess, addRelatedMenuItems, canClose, canPlayViewerSound, createDetectionMenu, createDisplayMenu, createFileMenu, createHelpMenu, flushDataBlockBuffers, getBackupInformation, getFrameNumber, getGUI, getGuiFrame, getInstanceIndex, getModuleStatus, getModuleStatusManager, getModuleSummary, getModuleSummary, getNumOfflineTaskGroups, getNumPamProcesses, getOfflineState, getOfflineTaskGroup, getPamConfiguration, getPamController, getPamModuleInfo, getPamProcess, getPamView, getPlugin, getShortUnitType, getSidePanel, getTabClipCopier, getTabPanel, getTabSpecificMenuBar, getToolbarComponent, getUnitName, getUnitType, getVerboseLevel, gotoTab, isInMainConfiguration, isNetRx, isViewer, notifyModelChanged, pamClose, pamHasStopped, pamToStart, playViewerSound, removePamProcess, removeUnit, rename, saveViewerData, setFrameNumber, setModuleStatusManager, setPamConfiguration, setPamController, setPamModuleInfo, setPamView, setSidePanel, setTabPanel, setToolbarComponent, setupControlledUnit, stopViewerSound, tellModule, terminalPrint, terminalPrintln, toString
-
Field Details
-
unitType
- See Also:
-
-
Constructor Details
-
TurbineOperationControl
-
-
Method Details
-
getColumnItems
- Specified by:
getColumnItems
in classLinePlotControl
- 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 !
-