Class ContextChangeVetoerCollection

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<ContextChangeVetoer>
org.pentaho.di.ui.repository.repositoryexplorer.ContextChangeVetoerCollection
All Implemented Interfaces:
Serializable, Cloneable, Iterable<ContextChangeVetoer>, Collection<ContextChangeVetoer>, List<ContextChangeVetoer>, RandomAccess

public class ContextChangeVetoerCollection extends ArrayList<ContextChangeVetoer>
See Also:
  • Constructor Details

    • ContextChangeVetoerCollection

      public ContextChangeVetoerCollection()
  • Method Details