Package org.gvsig.newlayer.preferences
Interface NewLayerPreferencesComponent
- All Superinterfaces:
org.gvsig.tools.swing.api.Component
public interface NewLayerPreferencesComponent
extends org.gvsig.tools.swing.api.Component
API for the Export to swing preferences component panel.
- Version:
- $Id$
- Author:
- gvSIG Team
-
Method Summary
Modifier and TypeMethodDescriptionReturns the providers disabled by the user.voidUndoes all the user changes in the preferences.booleanIs the user has made any change in the preferences.voidTells the component the changes made by the user to the properties had been performed.Methods inherited from interface org.gvsig.tools.swing.api.Component
asJComponent
-
Method Details
-
getDisabledProviders
Set<NewLayerProviderFactory> getDisabledProviders()Returns the providers disabled by the user.- Returns:
- the providers disabled by the user
-
initializeDefaults
void initializeDefaults()Undoes all the user changes in the preferences. -
isValueChanged
boolean isValueChanged()Is the user has made any change in the preferences.- Returns:
- the user has made any change
-
setChangesApplied
void setChangesApplied()Tells the component the changes made by the user to the properties had been performed.
-