com.turtle3d.gui.fractaloptions
Class ResourceComboBoxModel

java.lang.Object
  extended by javax.swing.AbstractListModel
      extended by javax.swing.DefaultComboBoxModel
          extended by com.turtle3d.gui.fractaloptions.ResourceComboBoxModel
All Implemented Interfaces:
java.io.Serializable, javax.swing.ComboBoxModel, javax.swing.ListModel, javax.swing.MutableComboBoxModel

public class ResourceComboBoxModel
extends javax.swing.DefaultComboBoxModel

ComboBoxModel for Grammar and Visualzator classes.

Author:
Marek Paterczyk
See Also:
Serialized Form

Field Summary
static int GRAMMARS
           
static int VISUALIZATORS
           
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
ResourceComboBoxModel(int resource)
           
 
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
 

Field Detail

GRAMMARS

public static final int GRAMMARS
See Also:
Constant Field Values

VISUALIZATORS

public static final int VISUALIZATORS
See Also:
Constant Field Values
Constructor Detail

ResourceComboBoxModel

public ResourceComboBoxModel(int resource)