Overview
Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public | bean | FXBean |
A flexible data container which holds either a Topic, an Association or a Container |
||||
public | topicPosX | Number | |||||
public | topicPosY | Number |
Inherited Variables
de.deepamehta.fxclient.Selection
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public | elements | Selection[] | |||||
public | selected | Boolean | |||||
public | selectionType | Integer | |||||
public | viewType | String |
Function Summary
- public abstract addAssociation(node: GraphElement) : Boolean
- public abstract delegateToBack() : Void
- public abstract delegateToFront() : Void
- public abstract getAssociations() : java.lang.Object[]
- public abstract getID() : java.lang.String
- public abstract getRelatedElement(edge: PresentationAssociation) : GraphElement
- public getSelectedId(i: Integer) : java.lang.String
- public abstract getType() : FXType
- public abstract hide() : Boolean
- public abstract isLocked() : Boolean
- public abstract removeAssociation(node: GraphElement) : Boolean
- public abstract setActive() : Boolean
- public abstract setDeactive() : Boolean
- public abstract showDetails() : Boolean
- public abstract switchMouseBlocking() : Void
- public toString() : java.lang.String
- public abstract update(point: Point2D) : Void
Inherited Functions
de.deepamehta.fxclient.Selection
- public getSelectedId(i: Integer) : java.lang.String
- public abstract select() : Boolean