class PreviewCommandsComboBoxModel extends DefaultComboBoxModel[PreviewCommands]
- Source
- EditorPanel.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PreviewCommandsComboBoxModel
- DefaultComboBoxModel
- MutableComboBoxModel
- ComboBoxModel
- AbstractListModel
- Serializable
- ListModel
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PreviewCommandsComboBoxModel(defaultCustomCommands: Custom = Custom(Default.source))
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addAll(arg0: Int, arg1: Collection[_ <: PreviewCommands]): Unit
- Definition Classes
- DefaultComboBoxModel
-
def
addAll(arg0: Collection[_ <: PreviewCommands]): Unit
- Definition Classes
- DefaultComboBoxModel
-
def
addElement(arg0: PreviewCommands): Unit
- Definition Classes
- DefaultComboBoxModel → MutableComboBoxModel
-
def
addListDataListener(arg0: ListDataListener): Unit
- Definition Classes
- AbstractListModel → ListModel
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- val customIndex: Int
- val defaultCustomCommands: Custom
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
fireContentsChanged(arg0: Any, arg1: Int, arg2: Int): Unit
- Attributes
- protected[javax.swing]
- Definition Classes
- AbstractListModel
-
def
fireIntervalAdded(arg0: Any, arg1: Int, arg2: Int): Unit
- Attributes
- protected[javax.swing]
- Definition Classes
- AbstractListModel
-
def
fireIntervalRemoved(arg0: Any, arg1: Int, arg2: Int): Unit
- Attributes
- protected[javax.swing]
- Definition Classes
- AbstractListModel
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
getElementAt(arg0: Int): PreviewCommands
- Definition Classes
- DefaultComboBoxModel → ListModel
-
def
getIndexOf(arg0: Any): Int
- Definition Classes
- DefaultComboBoxModel
-
def
getListDataListeners(): Array[ListDataListener]
- Definition Classes
- AbstractListModel
-
def
getListeners[T <: EventListener](arg0: Class[T]): Array[T]
- Definition Classes
- AbstractListModel
-
def
getSelectedItem(): AnyRef
- Definition Classes
- DefaultComboBoxModel → ComboBoxModel
-
def
getSize(): Int
- Definition Classes
- DefaultComboBoxModel → ListModel
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
insertElementAt(arg0: PreviewCommands, arg1: Int): Unit
- Definition Classes
- DefaultComboBoxModel → MutableComboBoxModel
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
def
removeAllElements(): Unit
- Definition Classes
- DefaultComboBoxModel
-
def
removeElement(arg0: Any): Unit
- Definition Classes
- DefaultComboBoxModel → MutableComboBoxModel
-
def
removeElementAt(arg0: Int): Unit
- Definition Classes
- DefaultComboBoxModel → MutableComboBoxModel
-
def
removeListDataListener(arg0: ListDataListener): Unit
- Definition Classes
- AbstractListModel → ListModel
-
def
setSelectedItem(arg0: Any): Unit
- Definition Classes
- DefaultComboBoxModel → ComboBoxModel
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def update(currentCommands: PreviewCommands): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )