Package com.macrofocus.molap.swing
Class ColumnSelectionComboBoxModel<Column>
- java.lang.Object
-
- javax.swing.AbstractListModel<E>
-
- javax.swing.DefaultComboBoxModel
-
- com.macrofocus.molap.swing.ColumnSelectionComboBoxModel<Column>
-
- All Implemented Interfaces:
java.io.Serializable
,javax.swing.ComboBoxModel
,javax.swing.ListModel
,javax.swing.MutableComboBoxModel
public class ColumnSelectionComboBoxModel<Column> extends javax.swing.DefaultComboBoxModel
Adapter class for interfacing Selection with Swing's ComboBox.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ColumnSelectionComboBoxModel(com.macrofocus.selection.MutableSingleSelection<Column> selection, DataFrame<?,Column,?> dataFrame, boolean onlyNumerical, boolean includeNull, com.macrofocus.hierarchy.Condition<Column> condition)
ColumnSelectionComboBoxModel(com.macrofocus.selection.MutableSingleSelection<Column> selection, DataFrame<?,Column,?> dataFrame, boolean onlyNumerical, boolean includeNull, java.util.Set<Column> exclude, java.util.Map<Column,java.lang.String> rename, com.macrofocus.hierarchy.Condition<Column> condition)
-
Method Summary
-
Methods inherited from class javax.swing.DefaultComboBoxModel
addAll, addAll, addElement, getElementAt, getIndexOf, getSelectedItem, getSize, insertElementAt, removeAllElements, removeElement, removeElementAt, setSelectedItem
-
Methods inherited from class javax.swing.AbstractListModel
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
-
-
-
-
Constructor Detail
-
ColumnSelectionComboBoxModel
public ColumnSelectionComboBoxModel(com.macrofocus.selection.MutableSingleSelection<Column> selection, DataFrame<?,Column,?> dataFrame, boolean onlyNumerical, boolean includeNull, com.macrofocus.hierarchy.Condition<Column> condition)
-
ColumnSelectionComboBoxModel
public ColumnSelectionComboBoxModel(com.macrofocus.selection.MutableSingleSelection<Column> selection, DataFrame<?,Column,?> dataFrame, boolean onlyNumerical, boolean includeNull, java.util.Set<Column> exclude, java.util.Map<Column,java.lang.String> rename, com.macrofocus.hierarchy.Condition<Column> condition)
-
-