Package PamView.paneloverlay
Class OverlayMarkSwingPanel
java.lang.Object
PamView.paneloverlay.OverlaySwingPanel
PamView.paneloverlay.OverlayMarkSwingPanel
- All Implemented Interfaces:
PamDialogPanel
-
Constructor Summary
ConstructorDescriptionOverlayMarkSwingPanel
(OverlayDataManager overlayDataManager, Window parentWindow) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Enable all the settings buttons based on checkbox state.boolean
void
Set the initial parameter values in the panel.Methods inherited from class PamView.paneloverlay.OverlaySwingPanel
getDialogComponent, getFirstFreeColumn, getSwingPanel
-
Constructor Details
-
OverlayMarkSwingPanel
-
-
Method Details
-
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.- Specified by:
setParams
in interfacePamDialogPanel
- Overrides:
setParams
in classOverlaySwingPanel
-
getParams
public boolean getParams()- Specified by:
getParams
in interfacePamDialogPanel
- Overrides:
getParams
in classOverlaySwingPanel
- Returns:
- true if parameters all have acceptable values and the dialog can close.
-
enableControls
public void enableControls()Description copied from class:OverlaySwingPanel
Enable all the settings buttons based on checkbox state.- Overrides:
enableControls
in classOverlaySwingPanel
-