Method Summary |
|
public void | addElement(Object object) Add an element to this model. |
public void | addListDataListener(ListDataListener arg0) This method is passed onto the data model that this data model is
wrapped around. |
protected synchronized MutableComboBoxModel | duplicateSharedDataModel() |
public Object | getElementAt(int arg0) This method is passed onto the data model that this data model is
wrapped around. |
public ArrayList<SQLHistoryItem> | getItems() |
public Object | getSelectedItem() Retrieve the element currently selected. |
public int | getSize() Retrieve the number of elements in this model. |
public static synchronized void | initializeSharedInstance(Object[] data) |
public void | insertElementAt(Object object, int index) Add an item at a specified index. |
public boolean | isUsingSharedDataModel() |
public void | removeElement(Object object) Remove the passed object from this collection. |
public void | removeElementAt(int index) Remove the element from this collection at the passed index. |
public void | removeListDataListener(ListDataListener arg0) This method is passed onto the data model that this data model is
wrapped around. |
public void | setSelectedItem(Object object) |
public synchronized void | setUseSharedModel(boolean use) Specify whether this model is usning the shared data model. |