public static class ContributionFragmentRegistry.FragmentList<T> extends ContributionFragmentRegistry.Fragment<T>
next, object, prev
Constructor and Description |
---|
ContributionFragmentRegistry.FragmentList() |
Modifier and Type | Method and Description |
---|---|
void |
add(ContributionFragmentRegistry.Fragment<T> fragment) |
void |
add(T contrib) |
boolean |
isEmpty() |
T |
merge(ContributionFragmentRegistry<T> reg) |
boolean |
remove(T contrib) |
boolean |
remove(T contrib,
boolean useEqualsMethod) |
hasNext, hasPrev, insertAfter, insertBefore, remove
public ContributionFragmentRegistry.FragmentList()
public boolean isEmpty()
public T merge(ContributionFragmentRegistry<T> reg)
public final void add(T contrib)
public final void add(ContributionFragmentRegistry.Fragment<T> fragment)
public boolean remove(T contrib)
public boolean remove(T contrib, boolean useEqualsMethod)
Copyright © 2013 Nuxeo SA. All Rights Reserved.