public interface DataStoreParametersPanelFactory
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PRIORITY |
static int |
LOWEST_PRIORITY |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeApplied(DynObject parameters)
Return true if this factory can apply to the parameters.
|
DataStoreParametersPanel |
create(DynObject parameters)
Create the properties panel associated to the parameters.
|
int |
getPriority()
The priority of this factory.
|
static final int LOWEST_PRIORITY
static final int DEFAULT_PRIORITY
DataStoreParametersPanel create(DynObject parameters)
parameters - boolean canBeApplied(DynObject parameters)
parameters - int getPriority()