public interface FilesystemExplorerPropertiesPanelFactory
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeApplied(DynObject parameters)
Return true if this factory can apply to the parameters.
|
FilesystemExplorerPropertiesPanel |
create(DynObject parameters)
Create the properties panel associated to the parameters.
|
int |
getPriority()
The priority of this factory.
|
FilesystemExplorerPropertiesPanel create(DynObject parameters)
parameters - boolean canBeApplied(DynObject parameters)
parameters - int getPriority()