net.sf.doolin.gui.field.list.multi
Class MultiComboField<V,E>
java.lang.Object
net.sf.doolin.gui.field.support.AbstractField<V>
net.sf.doolin.gui.field.support.SimpleField<V>
net.sf.doolin.gui.field.list.multi.MultiComboField<V,E>
- All Implemented Interfaces:
- Field<V>, PropertyContainer
public class MultiComboField<V,E>
- extends SimpleField<V>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiComboField
public MultiComboField(GUIView<V> view,
FieldMultiCombo<V,E> fieldDescriptor,
JComponent fieldComponent,
ca.odell.glazedlists.EventList<E> sourceList,
ca.odell.glazedlists.EventList<E> selectionList)
getMultiComboDescriptor
public FieldMultiCombo<V,E> getMultiComboDescriptor()
- Returns:
- the multiComboDescriptor
getSelectionList
public ca.odell.glazedlists.EventList<E> getSelectionList()
- Returns:
- the selectionList
getSourceList
public ca.odell.glazedlists.EventList<E> getSourceList()
- Returns:
- the sourceList
select
public void select(SelectableItem<E> selectableItem)
Copyright © 2011. All Rights Reserved.