public interface ExporttoSwingProviderFactory extends ProviderFactory
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Returns a description of the provider.
|
java.lang.String |
getLabel()
Returns a label or short description for the provider.
|
boolean |
isEnabled()
If the provider this factory creates is enabled.
|
void |
setEnabled(boolean value)
Enable or disable this provider factory.
|
boolean |
support(int providerType)
Return if a provider supports a data type.
|
create, createParameters, getName, initializeboolean support(int providerType)
throws ServiceException
providerType - the provider type. One of the constants defined in the
ExporttoSwingManager.ServiceExceptionjava.lang.String getDescription()
java.lang.String getLabel()
boolean isEnabled()
void setEnabled(boolean value)
value - if to enable or disable the factory