org.pentaho.di.ui.repository.repositoryexplorer.model
Class UIRepositoryObjects

java.lang.Object
  extended by org.pentaho.ui.xul.XulEventSourceAdapter
      extended by org.pentaho.ui.xul.util.AbstractModelNode<UIRepositoryObject>
          extended by org.pentaho.di.ui.repository.repositoryexplorer.model.UIRepositoryObjects
All Implemented Interfaces:
Serializable, Iterable<UIRepositoryObject>, Collection<UIRepositoryObject>, List<UIRepositoryObject>, org.pentaho.ui.xul.XulEventSource

public class UIRepositoryObjects
extends org.pentaho.ui.xul.util.AbstractModelNode<UIRepositoryObject>

See Also:
Serialized Form

Constructor Summary
UIRepositoryObjects()
           
UIRepositoryObjects(List<UIRepositoryObject> objects)
           
 
Method Summary
 
Methods inherited from class org.pentaho.ui.xul.util.AbstractModelNode
add, add, addAll, addAll, asList, clear, contains, containsAll, get, getParent, indexOf, isEmpty, isUniqueList, iterator, lastIndexOf, listIterator, listIterator, moveChildDown, moveChildDown, moveChildUp, moveChildUp, onAdd, onRemove, remove, remove, removeAll, removeModel, retainAll, set, setParent, setUniqueList, size, subList, toArray, toArray
 
Methods inherited from class org.pentaho.ui.xul.XulEventSourceAdapter
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.List
equals, hashCode
 

Constructor Detail

UIRepositoryObjects

public UIRepositoryObjects()

UIRepositoryObjects

public UIRepositoryObjects(List<UIRepositoryObject> objects)