public interface NewLayerPreferencesComponent extends Component
Modifier and Type | Method and Description |
---|---|
Set<NewLayerProviderFactory> |
getDisabledProviders()
Returns the providers disabled by the user.
|
void |
initializeDefaults()
Undoes all the user changes in the preferences.
|
boolean |
isValueChanged()
Is the user has made any change in the preferences.
|
void |
setChangesApplied()
Tells the component the changes made by the user to the properties
had been performed.
|
asJComponent
Set<NewLayerProviderFactory> getDisabledProviders()
void initializeDefaults()
boolean isValueChanged()
void setChangesApplied()