Overview
See Also:
de.deepamehta.fxclient.MapPanelControler
Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
protected | controlAnchor | Circle | subclass | ||||
public | lastState | String |
currently not used but later helpful to restore a navigator selection after a timeout |
||||
public | menuAnimation | MenuAnimControler | |||||
public | menuRef | MenuNode |
the navigator is a type and topic selector with a circular layout and animated scrolling |
||||
public | node | Group | |||||
public | onAssociate | function(:GraphElement):Void |
Propagating the "Associate" Context Menu choice |
||||
public | onDoubleClicked | function(:GraphElement,:String):Void |
is used by MapPanelControl#onTopicDefaultCommand |
||||
public | onHide | function(:GraphElement):Void |
Propagating the "Hide" Context Menu choice |
||||
public | onHideDetail | function(:GraphElement):Void | |||||
public | onNavigate | function(:GraphElement):Void |
Propagating the "What's Related" Context Menu choice |
||||
public | onRevealResult | function(:FXBaseTopic,:GraphElement,:Point2D,:String):Void |
Propagating the "Item Selected" Context Menu choice from Navigator MenuNode |
||||
public | onShowDetail | function(:GraphElement):Void |
is used by MapPanelControl#showTopicDetailInMap |
||||
public | onTopicDragged | function(:GraphElement,:Point2D):Void | |||||
public | onTopicReleased | function(:GraphElement):Void | |||||
public | onTopicSelect | function(:Selection):Void |
Event propagating a Selection |
||||
public | related | FXRelatedTopic[] |
all related Topics |
||||
public | size | Number | |||||
public | statusMessage | String | |||||
public | thumbnail | Image | |||||
public | topicAnimation | TopicAnimControler |
topics can be activated from mapControler |
||||
public | topicRep | Circle | |||||
public | topicState | String |
the current state of the topic can be either set explicitly or (re-)activated for 3sec through calling the play() method of PresentationTopic#topicTimerState |
||||
public | topicTimerState | String | |||||
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(arg0: GraphElement) : Boolean
- protected calculateAnchorDirection(arg0: MouseEvent) : Number
- public delegateToBack() : Void
- public delegateToFront() : Void
- protected getAngle(mousePositionInCircle: Point2D, currentPos: Point2D) : Number
- public getAssociations() : java.lang.Object[]
- public getID() : java.lang.String
- public getName() : java.lang.String
- protected getPreview() : java.lang.String
- public getRelatedElement(arg0: PresentationAssociation) : GraphElement
- public getType() : FXType
- public hide() : Boolean
- public hideMenu() : Void
- protected hidePie() : Void
- public isLocked() : Boolean
- public loadTypeDefinition() : Boolean
- public paintCircle() : Void
- public removeAssociation(arg0: GraphElement) : Boolean
- public select() : Boolean
- public setActive() : Boolean
- public setDeactive() : Boolean
- public showDetails() : Boolean
- public showMenu() : Void
- public showNavMenu() : Void
- protected showPie() : Void
- public switchMouseBlocking() : Void
- public translate(arg0: Point2D) : Void
- public update(arg0: 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