public interface FilesystemExplorerPropertiesPanelManager
| Modifier and Type | Method and Description |
|---|---|
FilesystemExplorerPropertiesPanel |
createPanel(DynObject parameters)
Create and return the panel associated to the passed parameters,
|
FilesystemExplorerPropertiesPanelFactory |
getFactory(DynObject parameters)
Return the factory associated to the passed parameters.
|
void |
registerFactory(FilesystemExplorerPropertiesPanelFactory factory)
Register a new PropertiesPageFactory in this manager.
|
void |
showPropertiesDialog(DynObject parameters) |
void |
showPropertiesDialog(DynObject parameters,
FilesystemExplorerPropertiesPanel panel) |
void registerFactory(FilesystemExplorerPropertiesPanelFactory factory)
factory - FilesystemExplorerPropertiesPanelFactory getFactory(DynObject parameters)
parameters - FilesystemExplorerPropertiesPanel createPanel(DynObject parameters)
parameters - void showPropertiesDialog(DynObject parameters)
void showPropertiesDialog(DynObject parameters, FilesystemExplorerPropertiesPanel panel)