DbSchema
Toggle table of contents
9.9.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
DbSchema
DbSchema
/
com.wisecoders.dbs.diagram.model
/
Selection
Selection
class
Selection
Keeps selections of some entities
Members
Constructors
Selection
Link copied to clipboard
constructor
(
)
constructor
(
units
:
List
<
TreeUnit
>
)
Properties
callouts
Link copied to clipboard
val
callouts
:
MutableSet
<
Callout
>
columns
Link copied to clipboard
val
columns
:
MutableSet
<
Attribute
>
db
Entities
Link copied to clipboard
val
dbEntities
:
MutableSet
<
Entity
>
first
Unit
Or
Null
Link copied to clipboard
val
firstUnitOrNull
:
TreeUnit
?
one
Entity
Link copied to clipboard
val
oneEntity
:
Entity
?
one
Unit
Link copied to clipboard
val
oneUnit
:
TreeUnit
?
relations
Link copied to clipboard
val
relations
:
MutableSet
<
Relation
>
units
Link copied to clipboard
val
units
:
MutableSet
<
TreeUnit
>
Functions
add
Link copied to clipboard
fun
add
(
unit
:
TreeUnit
)
:
Selection
fun
add
(
units
:
List
<
TreeUnit
?
>
)
:
Selection
add
List
Selection
Listener
Link copied to clipboard
fun
addListSelectionListener
(
listener
:
EventHandler
<
ActionEvent
>
)
all
Are
Implementing
Link copied to clipboard
fun
<
T
:
TreeUnit
>
allAreImplementing
(
cls
:
Class
<
T
>
,
minSize
:
Int
=
1
)
:
Boolean
automatic
Find
Foreign
Keys
To
Join
Link copied to clipboard
fun
automaticFindForeignKeysToJoin
(
)
clear
Link copied to clipboard
fun
clear
(
)
:
Selection
remove
Link copied to clipboard
fun
remove
(
unit
:
TreeUnit
)
:
Selection
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String