org.lsst.ccs.plugin.jas3.trending.timeselection
Class TimeSelectionComboBoxModel

java.lang.Object
  extended by javax.swing.AbstractListModel
      extended by javax.swing.DefaultComboBoxModel
          extended by org.lsst.ccs.plugin.jas3.trending.timeselection.TimeSelectionComboBoxModel
All Implemented Interfaces:
Serializable, ComboBoxModel, ListModel, MutableComboBoxModel

public class TimeSelectionComboBoxModel
extends DefaultComboBoxModel

A ComboBoxModel to allow selection of different time ranges.

Author:
turri
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
TimeSelectionComboBoxModel()
           
 
Method Summary
 
Methods inherited from class javax.swing.DefaultComboBoxModel
addElement, getElementAt, getIndexOf, getSelectedItem, getSize, insertElementAt, removeAllElements, removeElement, removeElementAt, setSelectedItem
 
Methods inherited from class javax.swing.AbstractListModel
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.ListModel
addListDataListener, removeListDataListener
 

Constructor Detail

TimeSelectionComboBoxModel

public TimeSelectionComboBoxModel()


Copyright © 2013 LSST. All Rights Reserved.