Uses of Interface
de.espirit.common.util.Listable
Package
Description
Provides interfaces and types for java client context menu plugins.
This package provides types, interfaces and classes, that are to be used to integrate client plugins via the
This package provides types, interfaces and classes, that are to be used to integrate client plugins via the
public hotspot
of FirstSpirit into the context menu of the java client.-
Uses of Listable in de.espirit.firstspirit.access.store
Modifier and TypeMethodDescriptionStoreElement.getChildren()
Get the element's direct children.<T extends StoreElement>
Listable<T>StoreElement.getChildren
(@NotNull Class<T> type) Get the element's direct children that are instances of the given type.<T extends StoreElement>
Listable<T>StoreElement.getChildren
(@NotNull Class<T> type, boolean recurse) Get the element's children that are instances of the given type.<T extends StoreElement>
Listable<T>StoreElement.getChildren
(Filter.TypedFilter<T> filter, boolean recurse) Get the element's children passing the given typed filter.StoreElement.importStoreElements
(ZipFile exportFile, @Nullable ImportHandler importHandler) Imports all root nodes from the given zip exportfile.