Uses of Interface
org.nasdanika.models.gitlab.TreeItem
Packages that use TreeItem
Package
Description
-
Uses of TreeItem in org.nasdanika.models.gitlab
Subinterfaces of TreeItem in org.nasdanika.models.gitlabModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Binary Repository File'.interfaceA representation of the model object 'Blob'.interfaceA representation of the model object 'Branch'.interfaceA representation of the model object 'EObject Repository File'.interfaceA representation of the model object 'List Repository File'.interfaceA representation of the model object 'Repository File'.interfaceA representation of the model object 'Text Repository File'.interfaceA representation of the model object 'Tree'.Methods in org.nasdanika.models.gitlab that return TreeItemModifier and TypeMethodDescriptionGitLabFactory.createTreeItem()Returns a new object of class 'Tree Item'. -
Uses of TreeItem in org.nasdanika.models.gitlab.impl
Classes in org.nasdanika.models.gitlab.impl that implement TreeItemModifier and TypeClassDescriptionclassAn implementation of the model object 'Binary Repository File'.classAn implementation of the model object 'Blob'.classAn implementation of the model object 'Branch'.classAn implementation of the model object 'EObject Repository File'.classAn implementation of the model object 'List Repository File'.classAn implementation of the model object 'Repository File'.classAn implementation of the model object 'Text Repository File'.classAn implementation of the model object 'Tree'.classAn implementation of the model object 'Tree Item'.Methods in org.nasdanika.models.gitlab.impl that return TreeItem -
Uses of TreeItem in org.nasdanika.models.gitlab.util
Methods in org.nasdanika.models.gitlab.util that return types with arguments of type TreeItemModifier and TypeMethodDescriptionLoaderOld.loadTree(Project modelProject, Branch modelBranch, String path, Function<Long, CompletableFuture<Group>> groupProvider, Function<Long, CompletableFuture<Project>> projectProvider, org.nasdanika.common.ProgressMonitor progressMonitor) Deprecated.Loads branch treeMethods in org.nasdanika.models.gitlab.util with parameters of type TreeItemModifier and TypeMethodDescriptionGitLabSwitch.caseTreeItem(TreeItem object) Returns the result of interpreting the object as an instance of 'Tree Item'.protected booleanLoadingEngine.isLoadTreeItem(TreeItem modelTreeItem) Method parameters in org.nasdanika.models.gitlab.util with type arguments of type TreeItemModifier and TypeMethodDescriptionvoidLoader.loadTree(long projectId, String refName, String path, BiConsumer<TreeItem, org.nasdanika.common.ProgressMonitor> treeItemConsumer, org.nasdanika.common.ProgressMonitor progressMonitor) Loads branch tree