Package annotation.userforms
Class UserFormDialogPanel
java.lang.Object
annotation.userforms.UserFormDialogPanel
- All Implemented Interfaces:
AnnotationDialogPanel
-
Constructor Summary
ConstructorDescriptionUserFormDialogPanel
(UserFormAnnotationType userFormAnnotationType, LoggerForm loggerForm) -
Method Summary
Modifier and TypeMethodDescriptionGet the awt component which will be incorporated into a larger display panel / component.boolean
getParams
(PamDataUnit pamDataUnit) void
setParams
(PamDataUnit pamDataUnit) Set the initial parameter values in the panel.
-
Constructor Details
-
UserFormDialogPanel
-
-
Method Details
-
getDialogComponent
Description copied from interface:AnnotationDialogPanel
Get the awt component which will be incorporated into a larger display panel / component.- Specified by:
getDialogComponent
in interfaceAnnotationDialogPanel
- Returns:
- an awt component.
-
setParams
Description copied from interface:AnnotationDialogPanel
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.- Specified by:
setParams
in interfaceAnnotationDialogPanel
- Parameters:
pamDataUnit
- Data unit to update annotation on
-
getParams
- Specified by:
getParams
in interfaceAnnotationDialogPanel
- Parameters:
pamDataUnit
- Data unit to update annotation on- Returns:
- true if parameters all have acceptable values and the dialog can close.
-