toggle menu
UIQ3
7.1.0
Library
switch theme
search in API
UIQ3
/
net.sourceforge.uiq3.calculator
/
Theme_Canvas
/
Look_And_Feel_Model
Look_And_Feel_Model
Library
private
open
class
Look_And_Feel_Model
:
AbstractListModel
<
E
>
Members
Constructors
Look_And_Feel_Model
Link copied to clipboard
Library
private
constructor
(
nameList
:
Collection
<
String
>
)
Properties
listener
List
Link copied to clipboard
Library
protected
open
var
listenerList
:
EventListenerList
names
Link copied to clipboard
Library
val
names
:
Array
<
String
>
serial
Version
UID
Link copied to clipboard
Library
private
val
serialVersionUID
:
Long
=
-642326951339359668
Functions
add
List
Data
Listener
Link copied to clipboard
Library
open
fun
addListDataListener
(
l
:
ListDataListener
)
clone
Link copied to clipboard
Library
protected
open
fun
clone
(
)
:
Any
equals
Link copied to clipboard
Library
open
fun
equals
(
obj
:
Any
)
:
Boolean
finalize
Link copied to clipboard
Library
protected
open
fun
finalize
(
)
fire
Contents
Changed
Link copied to clipboard
Library
protected
open
fun
fireContentsChanged
(
source
:
Any
,
index0
:
Int
,
index1
:
Int
)
fire
Interval
Added
Link copied to clipboard
Library
protected
open
fun
fireIntervalAdded
(
source
:
Any
,
index0
:
Int
,
index1
:
Int
)
fire
Interval
Removed
Link copied to clipboard
Library
protected
open
fun
fireIntervalRemoved
(
source
:
Any
,
index0
:
Int
,
index1
:
Int
)
get
Class
Link copied to clipboard
Library
fun
getClass
(
)
:
Class
<
out
Any
>
get
Element
At
Link copied to clipboard
Library
open
fun
getElementAt
(
index
:
Int
)
:
String
get
List
Data
Listeners
Link copied to clipboard
Library
open
fun
getListDataListeners
(
)
:
Array
<
ListDataListener
>
get
Listeners
Link copied to clipboard
Library
open
fun
<
T
:
EventListener
?
>
getListeners
(
listenerType
:
Class
<
T
>
)
:
Array
<
T
>
get
Size
Link copied to clipboard
Library
open
fun
getSize
(
)
:
Int
hash
Code
Link copied to clipboard
Library
open
fun
hashCode
(
)
:
Int
notify
Link copied to clipboard
Library
fun
notify
(
)
notify
All
Link copied to clipboard
Library
fun
notifyAll
(
)
remove
List
Data
Listener
Link copied to clipboard
Library
open
fun
removeListDataListener
(
l
:
ListDataListener
)
to
String
Link copied to clipboard
Library
open
fun
toString
(
)
:
String
wait
Link copied to clipboard
Library
fun
wait
(
)