Look_And_Feel_Model

private open class Look_And_Feel_Model : AbstractListModel<E>

Constructors

Link copied to clipboard
private constructor(nameList: Collection<String>)

Properties

Link copied to clipboard
protected open var listenerList: EventListenerList
Link copied to clipboard
Link copied to clipboard
private val serialVersionUID: Long = -642326951339359668

Functions

Link copied to clipboard
Link copied to clipboard
protected open fun clone(): Any
Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
protected open fun finalize()
Link copied to clipboard
protected open fun fireContentsChanged(source: Any, index0: Int, index1: Int)
Link copied to clipboard
protected open fun fireIntervalAdded(source: Any, index0: Int, index1: Int)
Link copied to clipboard
protected open fun fireIntervalRemoved(source: Any, index0: Int, index1: Int)
Link copied to clipboard
fun getClass(): Class<out Any>
Link copied to clipboard
open fun getElementAt(index: Int): String
Link copied to clipboard
Link copied to clipboard
open fun <T : EventListener?> getListeners(listenerType: Class<T>): Array<T>
Link copied to clipboard
open fun getSize(): Int
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
fun notify()
Link copied to clipboard
fun notifyAll()
Link copied to clipboard
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
fun wait()