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
-
Method Summary
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.
-