Package annotation.userforms
Class UserFormSettingPanel
java.lang.Object
annotation.userforms.UserFormSettingPanel
- All Implemented Interfaces:
AnnotationSettingsPanel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Create a new form.void
editForm()
void
setSettings
(AnnotationOptions annotationOptions) Set params in the dialog panel
-
Constructor Details
-
UserFormSettingPanel
-
-
Method Details
-
getSwingPanel
- Specified by:
getSwingPanel
in interfaceAnnotationSettingsPanel
- Returns:
- a swing panel to include in a dialog
-
setSettings
Description copied from interface:AnnotationSettingsPanel
Set params in the dialog panel- Specified by:
setSettings
in interfaceAnnotationSettingsPanel
-
getSettings
- Specified by:
getSettings
in interfaceAnnotationSettingsPanel
- Returns:
- parameters from the dialog panel.
-
editForm
public void editForm() -
createForm
public void createForm()Create a new form.
-