Package PamView.paneloverlay
Class OverlayMarkSwingPanel
java.lang.Object
PamView.paneloverlay.OverlaySwingPanel
PamView.paneloverlay.OverlayMarkSwingPanel
- All Implemented Interfaces:
PamDialogPanel
-
Field Summary
Fields inherited from class PamView.paneloverlay.OverlaySwingPanel
selCheckBoxes
-
Constructor Summary
ConstructorsConstructorDescriptionOverlayMarkSwingPanel
(OverlayDataManager overlayDataManager, Window parentWindow) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
void
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
getDataList, getDialogComponent, getFirstFreeColumn, getOverlayDataManager, getSwingPanel
-
Constructor Details
-
Method Details
-
createCheckboxes
protected void createCheckboxes()- Overrides:
createCheckboxes
in classOverlaySwingPanel
-
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
-