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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

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