Overview
The Application's Model which act's like a Session
Script Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public | instance | AppModel | ![]() | ![]() | ![]() |
Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public | availableTopicmaps | TopicMapEditorModel[] | ![]() | ![]() | ![]() |
stores all TopicMaps shown by the MapPanel, each as a TopicMapEditorModel ready for Presentation |
|
public | availableWorkspaces | FXWorkspaceTopic[] | ![]() | ![]() | ![]() |
holds all Workspaces as the loggedInUser is a member of |
|
public | currentMap | Integer | ![]() | ![]() | ![]() | ||
public | gestureTemplates | Byte[] | ![]() | ![]() | ![]() |
simply stores a list of all client side stored Gesture Templates |
|
public | isLoggedIn | Boolean | ![]() | ![]() | ![]() |
helper to listen to during the login procedure |
|
public | listOfAssos | FXAssocType[] | ![]() | ![]() | ![]() | ||
public | listOfTypes | FXTopicType[] | ![]() | ![]() | ![]() | ||
public | listOfUnknownTypes | String[] | ![]() | ![]() | ![]() |
used by some test classes |
|
public | loggedInUser | FXUserTopic | ![]() | ![]() | ![]() |
holds a reference to the current logged in FXUserTopic |
|
public | newNotificationReceived | function(:String):Void | ![]() | ![]() | ![]() |
notifies it's listener if notifications are coming in |
|
public | notifications | String[] | ![]() | ![]() | ![]() |
simply stores a list of all user notifications while a client is connected |
|
public | prefStorage | Properties | ![]() | ![]() | ![]() | ||
public | searchResults | SearchResult[] | ![]() | ![]() | ![]() |
holds all queries a user made during a session |
|
public | selectedAssociation | PresentationAssociation | ![]() | ![]() | ![]() | ||
public | selectedContainer | PresentationContainer | ![]() | ![]() | ![]() | ||
public | selectedTopic | PresentationTopic | ![]() | ![]() | ![]() | ||
public | selection | Selection | ![]() | ![]() | ![]() |
holds the current selection made in the MapPanel |
|
public | standardWorkspace | Integer | ![]() | ![]() | ![]() |
holds a pointer to the current standard workspace which therewith delivers all it's FXTypes to the important GUI-Elements |
|
public | userGestures | Properties | ![]() | ![]() | ![]() | ||
public | viewsInUse | TopicMapTopic[] | ![]() | ![]() | ![]() |
stores simple TopicMapTopics which are currently placed in the user's personal workspace of a DeepaMehta instance. ![]() stores simple TopicMapTopics which are currently placed in the user's personal workspace of a DeepaMehta instance. The maps are loaded lazy, means: all Topics as FXBaseTopic, as Containers FXBaseTopic and Associations as FXBaseAssociations are loaded when the map is just to be opened Profile: common, desktop |
Inherited Variables
Script Function Summary
- public getInstance() : AppModel