public interface ExporttoSwingPreferencesComponent extends Component
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<?> |
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.
|
asJComponentjava.util.Set<?> getDisabledProviders()
void initializeDefaults()
boolean isValueChanged()
void setChangesApplied()