public class DataStoreDynObjectParametersPanelFactory extends AbstractDataStoreParametersPanelFactory implements DataStoreParametersPanelFactory
DEFAULT_PRIORITY, LOWEST_PRIORITY| Constructor and Description |
|---|
DataStoreDynObjectParametersPanelFactory() |
| 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.
|
public DataStoreDynObjectParametersPanelFactory()
public DataStoreParametersPanel create(DynObject parameters)
DataStoreParametersPanelFactorycreate in interface DataStoreParametersPanelFactorypublic boolean canBeApplied(DynObject parameters)
DataStoreParametersPanelFactorycanBeApplied in interface DataStoreParametersPanelFactorypublic int getPriority()
DataStoreParametersPanelFactorygetPriority in interface DataStoreParametersPanelFactorygetPriority in class AbstractDataStoreParametersPanelFactory