c

org.nlogo.app.tools

PreviewCommandsComboBoxModel

class PreviewCommandsComboBoxModel extends DefaultComboBoxModel[PreviewCommands]

Source
EditorPanel.scala
Linear Supertypes
DefaultComboBoxModel[PreviewCommands], MutableComboBoxModel[PreviewCommands], ComboBoxModel[PreviewCommands], AbstractListModel[PreviewCommands], Serializable, ListModel[PreviewCommands], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PreviewCommandsComboBoxModel
  2. DefaultComboBoxModel
  3. MutableComboBoxModel
  4. ComboBoxModel
  5. AbstractListModel
  6. Serializable
  7. ListModel
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PreviewCommandsComboBoxModel(defaultCustomCommands: Custom = Custom(Default.source))

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addElement(arg0: PreviewCommands): Unit
    Definition Classes
    DefaultComboBoxModel → MutableComboBoxModel
  5. def addListDataListener(arg0: ListDataListener): Unit
    Definition Classes
    AbstractListModel → ListModel
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. val customIndex: Int
  9. val defaultCustomCommands: Custom
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def fireContentsChanged(arg0: Any, arg1: Int, arg2: Int): Unit
    Attributes
    protected[javax.swing]
    Definition Classes
    AbstractListModel
  14. def fireIntervalAdded(arg0: Any, arg1: Int, arg2: Int): Unit
    Attributes
    protected[javax.swing]
    Definition Classes
    AbstractListModel
  15. def fireIntervalRemoved(arg0: Any, arg1: Int, arg2: Int): Unit
    Attributes
    protected[javax.swing]
    Definition Classes
    AbstractListModel
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getElementAt(arg0: Int): PreviewCommands
    Definition Classes
    DefaultComboBoxModel → ListModel
  18. def getIndexOf(arg0: Any): Int
    Definition Classes
    DefaultComboBoxModel
  19. def getListDataListeners(): Array[ListDataListener]
    Definition Classes
    AbstractListModel
  20. def getListeners[T <: EventListener](arg0: Class[T]): Array[T]
    Definition Classes
    AbstractListModel
  21. def getSelectedItem(): AnyRef
    Definition Classes
    DefaultComboBoxModel → ComboBoxModel
  22. def getSize(): Int
    Definition Classes
    DefaultComboBoxModel → ListModel
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def insertElementAt(arg0: PreviewCommands, arg1: Int): Unit
    Definition Classes
    DefaultComboBoxModel → MutableComboBoxModel
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def removeAllElements(): Unit
    Definition Classes
    DefaultComboBoxModel
  30. def removeElement(arg0: Any): Unit
    Definition Classes
    DefaultComboBoxModel → MutableComboBoxModel
  31. def removeElementAt(arg0: Int): Unit
    Definition Classes
    DefaultComboBoxModel → MutableComboBoxModel
  32. def removeListDataListener(arg0: ListDataListener): Unit
    Definition Classes
    AbstractListModel → ListModel
  33. def setSelectedItem(arg0: Any): Unit
    Definition Classes
    DefaultComboBoxModel → ComboBoxModel
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. def update(currentCommands: PreviewCommands): Unit
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from DefaultComboBoxModel[PreviewCommands]

Inherited from MutableComboBoxModel[PreviewCommands]

Inherited from ComboBoxModel[PreviewCommands]

Inherited from AbstractListModel[PreviewCommands]

Inherited from Serializable

Inherited from ListModel[PreviewCommands]

Inherited from AnyRef

Inherited from Any

Ungrouped