JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

Overview

Script Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicinstancePresentationService

Inherited Variables

Script Function Summary

public getInstance() : PresentationService
Returns
PresentationService
 

Function Summary

public doLogin(user: java.lang.String, wording: java.lang.String) : Void
Parameters
user
wording
 
public getAllStaticTemplates() : java.lang.Object[]
Returns
Object[]
 
public getAssocById(id: java.lang.String) : FXBaseAssociation

see @ SearchDetailComponent searches in the listOfAssoc from the currently sleceted map

see @ SearchDetailComponent searches in the listOfAssoc from the currently sleceted map

Parameters
id
Returns
FXBaseAssociation
 
public getAssocType(id: java.lang.String) : FXAssocType
Parameters
id
Returns
FXAssocType
 
public getContainerById(id: java.lang.String) : PresentationContainer

see @ SearchDetailComponent

see @ SearchDetailComponent

Parameters
id
Returns
PresentationContainer
 
public getLoginControl() : LoginPanelControler
Returns
LoginPanelControler
 
public getMapControl() : MapPanelControler
Returns
MapPanelControler
 
public getPropertyControl() : PropertyPanelControler
Returns
PropertyPanelControler
 
public getServerLocation() : java.lang.String
Returns
String
 
public getTopicById(arg0: java.lang.String) : FXBaseTopic

see @ SearchDetailComponent see @ TopicDetailComponent searches in the listOfTopics from the currently sleceted map

see @ SearchDetailComponent see @ TopicDetailComponent searches in the listOfTopics from the currently sleceted map

Parameters
arg0
Returns
FXBaseTopic
 
public getTopicMapById(id: java.lang.String) : TopicMapEditorModel

see @ MapDetailComponent

see @ MapDetailComponent

Parameters
id
Returns
TopicMapEditorModel
 
public getTopicType(id: java.lang.String) : FXTopicType
Parameters
id
Returns
FXTopicType
 
public initalizeLoginPanel() : Void
 
public initalizeMapPanel(arg0: TopicMapEditorModel) : Void

Initialization and Registration Method for the Mapcomponent with a GestureBoard

Initialization and Registration Method for the Mapcomponent with a GestureBoard

See Also:
MapPanelControler (as Map-Abstraction), de.deepamehta.fxclient.control.GestureBoard

Parameters
arg0
 
public initalizePropertyPanel(arg0: TopicMapEditorModel) : Void

Initialize the ProperyPanel Compeonent and marries the onNavigation-Handler with the MapComponent.revealNewTopic shit

Initialize the ProperyPanel Compeonent and marries the onNavigation-Handler with the MapComponent.revealNewTopic shit

Parameters
arg0
 
public initializePreferences() : Void
 
public loadTopicmapById(id: java.lang.String, name: java.lang.String) : Void
Parameters
id
name
 
public loadWorkspaces(m: java.lang.String) : Boolean
Parameters
m
Returns
Boolean
 
public reLoadGestureTemplates() : Void

a helper which loads all stroketemplates currently available for the Recognizer into the jfx-application wide model which is used by the GestureBoard Component

a helper which loads all stroketemplates currently available for the Recognizer into the jfx-application wide model which is used by the GestureBoard Component

 
public saveGestures() : Void
 
public savePreferences() : Void
 
public searchFullText(query: java.lang.String, propName: java.lang.String, typeId: java.lang.String, presentable: Node) : Void

fires CairngormEvent of type de.deepamehta.fxclient.events.SearchEvent

public setContainerView(scene: Scene) : Void
Parameters
scene
 
public showProgressInPanel(v: Number, mv: Number) : Void
Parameters
v
mv
 
public unShowProgressInPanel() : Void
 

Inherited Functions