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