Package loggerForms.dataselect
Class LookupDataDialogPanel
java.lang.Object
loggerForms.dataselect.ControlDataDialogPanel
loggerForms.dataselect.LookupDataDialogPanel
- All Implemented Interfaces:
PamDialogPanel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the awt component which will be incorporated into a larger display panel / component.boolean
void
Set the initial parameter values in the panel.Methods inherited from class loggerForms.dataselect.ControlDataDialogPanel
getControlDataSelector, getControlDescription
-
Constructor Details
-
LookupDataDialogPanel
-
-
Method Details
-
getDialogComponent
Description copied from interface:PamDialogPanel
Get the awt component which will be incorporated into a larger display panel / component.- Returns:
- an awt component.
-
getParams
public boolean getParams()- Returns:
- true if parameters all have acceptable values and the dialog can close.
-
setParams
public void setParams()Description copied from interface:PamDialogPanel
Set the initial parameter values in the panel. Since this interface is purely abstract, the type of parameter is unknown, so concrete implementations will somehow have to pass the class containing the parameter information in some other way.
-