Extension SDK 10.1.2


oracle.ide.controls
Class SortedComboBoxModel

java.lang.Object
  extended byjavax.swing.AbstractListModel
      extended byjavax.swing.DefaultComboBoxModel
          extended byoracle.ide.controls.SortedComboBoxModel

All Implemented Interfaces:
javax.swing.ComboBoxModel, javax.swing.ListModel, javax.swing.MutableComboBoxModel, java.io.Serializable
Direct Known Subclasses:
BuilderComboBoxModel

public class SortedComboBoxModel
extends javax.swing.DefaultComboBoxModel
See Also:
Serialized Form

Field Summary

Fields inherited from class javax.swing.AbstractListModel
listenerList

Constructor Summary
SortedComboBoxModel()

Method Summary
void addElement(java.lang.Object obj)

Methods inherited from class javax.swing.DefaultComboBoxModel
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

SortedComboBoxModel

public SortedComboBoxModel()

Method Detail

addElement

public void addElement(java.lang.Object obj)

Extension SDK


Copyright © 1997, 2004, Oracle. All rights reserved.