public class FilesystemExplorerPropertiesDynObjectFactory extends java.lang.Object implements FilesystemExplorerPropertiesPanelFactory
| Constructor and Description |
|---|
FilesystemExplorerPropertiesDynObjectFactory() |
| 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.
|
public FilesystemExplorerPropertiesDynObjectFactory()
public FilesystemExplorerPropertiesPanel create(DynObject parameters)
FilesystemExplorerPropertiesPanelFactorycreate in interface FilesystemExplorerPropertiesPanelFactorypublic boolean canBeApplied(DynObject parameters)
FilesystemExplorerPropertiesPanelFactorycanBeApplied in interface FilesystemExplorerPropertiesPanelFactorypublic int getPriority()
FilesystemExplorerPropertiesPanelFactorygetPriority in interface FilesystemExplorerPropertiesPanelFactory