public class GraphRendererComboBoxModel extends DefaultComboBoxModel
| Modifier and Type | Field and Description |
|---|---|
protected List<org.jfree.chart.renderer.category.CategoryItemRenderer> |
rendererList |
listenerList| Constructor and Description |
|---|
GraphRendererComboBoxModel() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getElementAt(int index) |
int |
getSize() |
protected void |
loadRenderers() |
addElement, getIndexOf, getSelectedItem, insertElementAt, removeAllElements, removeElement, removeElementAt, setSelectedItemaddListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddListDataListener, removeListDataListenerprotected List<org.jfree.chart.renderer.category.CategoryItemRenderer> rendererList
protected void loadRenderers()
public int getSize()
getSize in interface ListModelgetSize in class DefaultComboBoxModelpublic Object getElementAt(int index)
getElementAt in interface ListModelgetElementAt in class DefaultComboBoxModelCopyright © 2004–2017 CodeLutin. All rights reserved.