Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.model
Class ContributionFragmentRegistry.Fragment<T>

java.lang.Object
  extended by org.nuxeo.runtime.model.ContributionFragmentRegistry.Fragment<T>
Direct Known Subclasses:
ContributionFragmentRegistry.FragmentList
Enclosing class:
ContributionFragmentRegistry<T>

public static class ContributionFragmentRegistry.Fragment<T>
extends Object


Field Summary
 ContributionFragmentRegistry.Fragment<T> next
           
 T object
           
 ContributionFragmentRegistry.Fragment<T> prev
           
 
Constructor Summary
ContributionFragmentRegistry.Fragment(T object)
           
 
Method Summary
 boolean hasNext()
           
 boolean hasPrev()
           
 void insertAfter(ContributionFragmentRegistry.Fragment<T> fragment)
           
 void insertBefore(ContributionFragmentRegistry.Fragment<T> fragment)
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

object

public T object

next

public ContributionFragmentRegistry.Fragment<T> next

prev

public ContributionFragmentRegistry.Fragment<T> prev
Constructor Detail

ContributionFragmentRegistry.Fragment

public ContributionFragmentRegistry.Fragment(T object)
Method Detail

insertBefore

public final void insertBefore(ContributionFragmentRegistry.Fragment<T> fragment)

insertAfter

public final void insertAfter(ContributionFragmentRegistry.Fragment<T> fragment)

remove

public final void remove()

hasNext

public final boolean hasNext()

hasPrev

public final boolean hasPrev()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.