Interface CDOBranchManager.CDOTagList
- All Superinterfaces:
org.eclipse.net4j.util.container.IContainer<CDOBranchTag>
,org.eclipse.net4j.util.event.INotifier
- Enclosing interface:
- CDOBranchManager
public static interface CDOBranchManager.CDOTagList
extends org.eclipse.net4j.util.container.IContainer<CDOBranchTag>
A
container
of all branch tags
in the scope of a branch manager
.
In addition to the container
events a tag list can fire the following events:
-
CDOBranchManager.CDOTagList.TagRenamedEvent
when a branch tag was renamed. -
CDOBranchManager.CDOTagList.TagMovedEvent
when a branch tag was moved.
- Since:
- 4.11
- Author:
- Eike Stepper
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Anevent
fired from atag list
.static interface
Atag list event
fired when a branch tag was moved.static interface
Atag list event
fired when a branch tag was renamed.Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainer
org.eclipse.net4j.util.container.IContainer.Modifiable<E extends Object>, org.eclipse.net4j.util.container.IContainer.Persistable<E extends Object>, org.eclipse.net4j.util.container.IContainer.Persistence<E extends Object>
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifier
org.eclipse.net4j.util.event.INotifier.INotifier2
-
Method Summary
Methods inherited from interface org.eclipse.net4j.util.container.IContainer
getElements, isEmpty
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
-
Method Details
-
getBranchManager
CDOBranchManager getBranchManager() -
getTags
CDOBranchTag[] getTags() -
getTags
-