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:

Since:
4.11
Author:
Eike Stepper
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    An event fired from a tag list.
    static interface 
    A tag list event fired when a branch tag was moved.
    static interface 
    A tag 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>, org.eclipse.net4j.util.container.IContainer.Persistable<E>, org.eclipse.net4j.util.container.IContainer.Persistence<E>

    Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifier

    org.eclipse.net4j.util.event.INotifier.INotifier2
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the branch manager that manages this tag list, never null.
     
     

    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