Package Acquisition.layoutFX
Class DAQSettingsPane<T>
java.lang.Object
PamController.SettingsPane<T>
Acquisition.layoutFX.DAQSettingsPane<T>
- Direct Known Subclasses:
FolderInputPane,SoundCardDAQPane
Settings pane for a DAQ specific nodes.
- Author:
- Jamie Macaulay
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanCalled by the acquisition pane whenever parameters are to be got.abstract DAQStatusPaneFactoryReturns a pane to be added to the status bar of the acquisition pane.abstract voidCalled by the acquisition pane whenever parameters are to be set.Methods inherited from class PamController.SettingsPane
getAWTWindow, getContentNode, getFXWindow, getHelpPoint, getName, getOwnerWindow, getParams, notifyChange, paneInitialized, repackContents, setDefaults, setOwnerWindow, setParams
-
Constructor Details
-
DAQSettingsPane
public DAQSettingsPane()
-
-
Method Details
-
setParams
public abstract void setParams()Called by the acquisition pane whenever parameters are to be set. -
getParams
public abstract boolean getParams()Called by the acquisition pane whenever parameters are to be got. -
getStatusBarFactory
Returns a pane to be added to the status bar of the acquisition pane.- Returns:
-