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 voidvoidEnable all the settings buttons based on checkbox state.booleanvoidSet the initial parameter values in the panel.Methods inherited from class PamView.paneloverlay.OverlaySwingPanel
getDataList, getDialogComponent, getFirstFreeColumn, getOverlayDataManager, getSwingPanel 
- 
Constructor Details
- 
OverlayMarkSwingPanel
 
 - 
 - 
Method Details
- 
createCheckboxes
protected void createCheckboxes()- Overrides:
 createCheckboxesin classOverlaySwingPanel
 - 
setParams
public void setParams()Description copied from interface:PamDialogPanelSet 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:
 setParamsin interfacePamDialogPanel- Overrides:
 setParamsin classOverlaySwingPanel
 - 
getParams
public boolean getParams()- Specified by:
 getParamsin interfacePamDialogPanel- Overrides:
 getParamsin classOverlaySwingPanel- Returns:
 - true if parameters all have acceptable values and the dialog can close.
 
 - 
enableControls
public void enableControls()Description copied from class:OverlaySwingPanelEnable all the settings buttons based on checkbox state.- Overrides:
 enableControlsin classOverlaySwingPanel
 
 -