public interface BingMapsParametersPanel extends Component
Modifier and Type | Interface and Description |
---|---|
static class |
BingMapsParametersPanel.PanelAction |
Modifier and Type | Method and Description |
---|---|
void |
addActionListener(java.awt.event.ActionListener listener) |
boolean |
areSettingsValid()
Validates the parameters
|
DataStoreParameters |
getParameters()
Gets the parameters to create a DataStore
|
boolean |
isSelectedAction(BingMapsParametersPanel.PanelAction action) |
void |
removeActionListener(java.awt.event.ActionListener listener) |
void |
showCrsWarning(boolean showCrsWarning)
Shows the crs warning.
|
asJComponent
DataStoreParameters getParameters() throws InitializeException, ProviderNotRegisteredException
InitializeException
ProviderNotRegisteredException
boolean areSettingsValid()
void showCrsWarning(boolean showCrsWarning)
showCrsWarning
- void addActionListener(java.awt.event.ActionListener listener)
void removeActionListener(java.awt.event.ActionListener listener)
boolean isSelectedAction(BingMapsParametersPanel.PanelAction action)