Package Acquisition
Class SoundCardPanel
java.lang.Object
Acquisition.SoundCardPanel
- All Implemented Interfaces:
DialogComponent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetComponent
(Window owner) the swing component to showboolean
Get parameters out of the controls in that component - the concrete class will have to work out what to do with them !void
Set the parameters in the controls of that component
-
Constructor Details
-
SoundCardPanel
-
-
Method Details
-
getComponent
Description copied from interface:DialogComponent
the swing component to show- Specified by:
getComponent
in interfaceDialogComponent
- Parameters:
owner
- Owner window (needed for any dialogs to fire off the component).- Returns:
- the swing component to display
-
setParams
public void setParams()Description copied from interface:DialogComponent
Set the parameters in the controls of that component- Specified by:
setParams
in interfaceDialogComponent
-
getParams
public boolean getParams()Description copied from interface:DialogComponent
Get parameters out of the controls in that component - the concrete class will have to work out what to do with them !- Specified by:
getParams
in interfaceDialogComponent
- Returns:
- true if the parameters were OK, false otherwise.
-