Overview
### ToDocument
Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public | latestScrollValue | Number | |||||
public | latestSelectedItem | Integer | |||||
public | menuAnimation | MenuAnimControler | |||||
public | menuRef | MenuNode |
A Menu Node shows Buttons which can be of VisualizationType Topic or Association |
||||
public | onFolderDragged | function(:MouseEvent):Void | |||||
public | onFolderMoved | function(:MouseEvent):Void | |||||
public | onFolderPressed | function(:MouseEvent):Void | |||||
public | onFolderReleased | function(:MouseEvent):Void | |||||
public | onFolderSelect | function(:Selection):Void | |||||
public | onRemoveContainer | function(:PresentationContainer):Void | |||||
public | onRevealResult | function(:FXBaseTopic,:GraphElement,:Point2D,:String):Void | |||||
public | onShowContainerResult | function(:Selection):Void | |||||
public | onTopicSelected | function(:MouseEvent,:String):Void | |||||
public | onTrigger | function():Void | |||||
public | onTypeSelected | function(:MouseEvent,:String):Void | |||||
public | query | String[] | |||||
public | results | SearchResult[] | |||||
public | revealed | String[] |
Custom List Item IDs |
||||
public | selectedItems | String[] |
Custom List Item IDs |
||||
public | statusMessage | String | |||||
public | thumbnail | Image | |||||
public | topicControler | TopicAnimControler | |||||
public | topicGroup | Group | |||||
public | topicState | String |
If a container gets activated we either show the resulting topics directly or we show a type menu, depending on the size of results. If a container gets activated we either show the resulting topics directly or we show a type menu, depending on the size of results. If this container is a generic container than we show a typeFilterMenu similiare to the waht's related navigaiton Menu In the latter case we show an extra resultList in the sidebar which can be filtered by the typeMenu |
||||
public | topMessage | String | |||||
public | type | FXTopicType |
Inherited Variables
de.deepamehta.fxclient.GraphElement
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 |
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 addAssociation(assoc: GraphElement) : Boolean
- protected createTopicButtons() : java.lang.Object[]
- public delegateToBack() : Void
- public delegateToFront() : Void
- protected getAngle(mousePositionInCircle: Point2D, currentPos: Point2D) : Number
- public getAssociations() : java.lang.Object[]
- public getID() : java.lang.String
- public getRelatedElement(edge: PresentationAssociation) : GraphElement
- public getSelectedId(i: Integer) : java.lang.String
- public getType() : FXType
- public getTypesOutOfResultList() : java.lang.Object[]
- public hide() : Boolean
- public isLocked() : Boolean
- public isTypeInList(typeId: java.lang.String, list: FXTopicType[]) : Boolean
- public removeAssociation(assoc: GraphElement) : Boolean
- public select() : Boolean
- public setActive() : Boolean
- public setDeactive() : Boolean
- public showDetails() : Boolean
- public switchMouseBlocking() : Void
- public update(p: Point2D) : Void
Inherited Functions
de.deepamehta.fxclient.GraphElement
- 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
de.deepamehta.fxclient.Selection
- public getSelectedId(i: Integer) : java.lang.String
- public abstract select() : Boolean