Package annotation
Interface AnnotationSettingsPanel
- All Known Implementing Classes:
CTMSettingsPanel,SNRSettingsPanel,TMSettingsPanel,UserFormSettingPanel
public interface AnnotationSettingsPanel
Settings panel for configuring annotation types
- Author:
- dg50
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetSettings(AnnotationOptions annotationOptions) Set params in the dialog panel
-
Method Details
-
getSwingPanel
JComponent getSwingPanel()- Returns:
- a swing panel to include in a dialog
-
setSettings
Set params in the dialog panel- Parameters:
annotationOptions-
-
getSettings
AnnotationOptions getSettings()- Returns:
- parameters from the dialog panel.
-