Class UIDatabaseConnections
- java.lang.Object
-
- org.pentaho.ui.xul.XulEventSourceAdapter
-
- org.pentaho.ui.xul.util.AbstractModelList<UIDatabaseConnection>
-
- org.pentaho.di.ui.repository.repositoryexplorer.model.UIDatabaseConnections
-
- All Implemented Interfaces:
Serializable
,Iterable<UIDatabaseConnection>
,Collection<UIDatabaseConnection>
,List<UIDatabaseConnection>
,org.pentaho.ui.xul.containers.XulManagedCollection
,org.pentaho.ui.xul.XulEventSource
public class UIDatabaseConnections extends org.pentaho.ui.xul.util.AbstractModelList<UIDatabaseConnection>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UIDatabaseConnections()
UIDatabaseConnections(List<UIDatabaseConnection> dbConns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
fireCollectionChanged()
-
Methods inherited from class org.pentaho.ui.xul.util.AbstractModelList
add, add, addAll, addAll, asList, clear, contains, containsAll, get, getChildren, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, moveChildDown, moveChildDown, moveChildUp, moveChildUp, onAdd, onRemove, remove, remove, removeAll, removeModel, retainAll, set, setChildren, size, subList, toArray, toArray
-
Methods inherited from class org.pentaho.ui.xul.XulEventSourceAdapter
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, removePropertyChangeListener, removePropertyChangeListener
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface java.util.List
equals, hashCode, replaceAll, sort, spliterator
-
-
-
-
Constructor Detail
-
UIDatabaseConnections
public UIDatabaseConnections()
-
UIDatabaseConnections
public UIDatabaseConnections(List<UIDatabaseConnection> dbConns)
-
-
Method Detail
-
fireCollectionChanged
protected void fireCollectionChanged()
- Overrides:
fireCollectionChanged
in classorg.pentaho.ui.xul.util.AbstractModelList<UIDatabaseConnection>
-
-