Uses of Class
de.xima.fc.gui.elfinder.FileSystemElFinderConnectorConfig
-
Packages that use FileSystemElFinderConnectorConfig Package Description de.xima.fc.gui.elfinder -
-
Uses of FileSystemElFinderConnectorConfig in de.xima.fc.gui.elfinder
Methods in de.xima.fc.gui.elfinder that return FileSystemElFinderConnectorConfig Modifier and Type Method Description FileSystemElFinderConnectorConfig<Entry>
FileSystemElFinderConnectorConfig.BuilderStage3. build()
Creates a new elFinder connector backed by the configured given content view, using the current settings.Methods in de.xima.fc.gui.elfinder with parameters of type FileSystemElFinderConnectorConfig Modifier and Type Method Description static <Entry extends IFileSystemEntry<?>>
FileSystemElFinderConnector<Entry>FileSystemElFinderConnector. newConnector(FileSystemElFinderConnectorConfig<Entry> config)
Creates a new elFinder connector backed by the given content view, using the given settings.
-