org.pentaho.platform.dataaccess.datasource.wizard.models
Class ColumnInfoCollection

java.lang.Object
  extended by org.pentaho.ui.xul.XulEventSourceAdapter
      extended by org.pentaho.ui.xul.util.AbstractModelList<ColumnInfo>
          extended by org.pentaho.platform.dataaccess.datasource.wizard.models.ColumnInfoCollection
All Implemented Interfaces:
Serializable, Iterable<ColumnInfo>, Collection<ColumnInfo>, List<ColumnInfo>, org.pentaho.ui.xul.XulEventSource

public class ColumnInfoCollection
extends org.pentaho.ui.xul.util.AbstractModelList<ColumnInfo>

See Also:
Serialized Form

Constructor Summary
ColumnInfoCollection()
           
 
Method Summary
 int getSelectedCount()
           
 void onAdd(ColumnInfo child)
           
 void onRemove(ColumnInfo child)
           
 
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, remove, remove, removeAll, removeModel, retainAll, set, setChildren, 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

ColumnInfoCollection

public ColumnInfoCollection()
Method Detail

getSelectedCount

public int getSelectedCount()

onAdd

public void onAdd(ColumnInfo child)
Overrides:
onAdd in class org.pentaho.ui.xul.util.AbstractModelList<ColumnInfo>

onRemove

public void onRemove(ColumnInfo child)
Overrides:
onRemove in class org.pentaho.ui.xul.util.AbstractModelList<ColumnInfo>