Package Acquisition.layoutFX
Class FileDatePane<T>
java.lang.Object
PamController.SettingsPane<T>
Acquisition.layoutFX.FileDatePane<T>
- Type Parameters:
T
-
- Direct Known Subclasses:
StandardFileDatePane
Pane which allows settings for a FileDate to be changes.
- Author:
- Jamie Macaulay
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
Get the parameters in the file date pane.protected abstract void
setFilelist
(javafx.collections.ObservableList<WavFileType> fileList) Set the current list of filesabstract void
Set parameters in the file date pane.Methods inherited from class PamController.SettingsPane
getAWTWindow, getContentNode, getFXWindow, getHelpPoint, getName, getOwnerWindow, getParams, notifyChange, paneInitialized, repackContents, setDefaults, setOwnerWindow, setParams
-
Constructor Details
-
FileDatePane
public FileDatePane()
-
-
Method Details
-
setParams
public abstract void setParams()Set parameters in the file date pane. -
getParams
public abstract void getParams()Get the parameters in the file date pane. -
setFilelist
Set the current list of files- Parameters:
fileList
- - the current list of wave files.
-