Selection

class Selection

Keeps selections of some entities

Constructors

Link copied to clipboard
constructor()
constructor(units: List<TreeUnit>)

Properties

Link copied to clipboard
val callouts: MutableSet<Callout>
Link copied to clipboard
val columns: MutableSet<Attribute>
Link copied to clipboard
val dbEntities: MutableSet<Entity>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val relations: MutableSet<Relation>
Link copied to clipboard
val units: MutableSet<TreeUnit>

Functions

Link copied to clipboard
fun add(unit: TreeUnit): Selection
fun add(units: List<TreeUnit?>): Selection
Link copied to clipboard
fun addListSelectionListener(listener: EventHandler<ActionEvent>)
Link copied to clipboard
fun <T : TreeUnit> allAreImplementing(cls: Class<T>, minSize: Int = 1): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String