org.freehep.jas.extension.tupleExplorer.cut
Class NTupleListModel
java.lang.Object
javax.swing.AbstractListModel
javax.swing.DefaultComboBoxModel
org.freehep.jas.extension.tupleExplorer.cut.NTupleListModel
- All Implemented Interfaces:
- Serializable, ComboBoxModel, ListModel, MutableComboBoxModel
public class NTupleListModel
- extends DefaultComboBoxModel
- Version:
- $Id: NTupleListModel.java 13893 2011-09-28 23:42:34Z tonyj $
- Author:
- tonyj
- See Also:
- Serialized Form
Constructor Summary |
NTupleListModel(hep.aida.ref.tuple.FTuple tuple,
Class filter)
Creates new NTupleListModel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NTupleListModel
public NTupleListModel(hep.aida.ref.tuple.FTuple tuple,
Class filter)
- Creates new NTupleListModel
- Parameters:
tuple
- The tuple to base the list onfilter
- If non-null only columns of this type (or subtype) will be included
Copyright © 2013. All Rights Reserved.