public class DefaultFilesystemExplorerPropertiesPanelManager extends java.lang.Object implements FilesystemExplorerPropertiesPanelManager
| Constructor and Description |
|---|
DefaultFilesystemExplorerPropertiesPanelManager() |
| 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) |
public DefaultFilesystemExplorerPropertiesPanelManager()
public void registerFactory(FilesystemExplorerPropertiesPanelFactory factory)
FilesystemExplorerPropertiesPanelManagerregisterFactory in interface FilesystemExplorerPropertiesPanelManagerpublic FilesystemExplorerPropertiesPanelFactory getFactory(DynObject parameters)
FilesystemExplorerPropertiesPanelManagergetFactory in interface FilesystemExplorerPropertiesPanelManagerpublic FilesystemExplorerPropertiesPanel createPanel(DynObject parameters)
FilesystemExplorerPropertiesPanelManagercreatePanel in interface FilesystemExplorerPropertiesPanelManagerpublic void showPropertiesDialog(DynObject parameters)
showPropertiesDialog in interface FilesystemExplorerPropertiesPanelManagerpublic void showPropertiesDialog(DynObject parameters, FilesystemExplorerPropertiesPanel panel)
showPropertiesDialog in interface FilesystemExplorerPropertiesPanelManager