Class mheg5.MCM.Global
All Packages Class Hierarchy This Package Previous Next Index
Class mheg5.MCM.Global
java.lang.Object
|
+----mheg5.MCM.Global
- public class Global
- extends Object
-
actionQueue
- The central action queue for holding elementary engine actions
-
activeApplication
- the actual active application
-
activeScene
- the actual active scene
-
applicationGroupId
- the id of the applicationgroup, needed in ActionCore
-
dpm
- Reference to mheg5 parser
-
eventQueue
- The central event queue for holding engine events
-
focusObject
- Interface for focus object
-
groupIsActivating
- Status for activating
-
groupIsDeactivating
- Status fo deactivating
-
insensitivCursor
-
-
interactingObject
- Interface for focus object
-
mh5Applet
- the global Applet-pointer
-
mh5Display
- The frame of the engine for displaying objects
-
mh5Engine
- Engine reference
-
mh5Monitor
- The monitor for all kindas of messages.
-
mhegToolkit
- The toolkit is used for displaying Images.
-
mouseX
- the mouse coordinates
-
mouseY
- the mouse coordinates
-
oam
- Refrence to object retrieval module
-
sceneGroupId
- the id of the scenegroup, needed in ActionCore
-
sensitivCursor
- Different cursors for the display
-
theApplicationStack
- the application stack:
-
Global()
-
-
GetObject(ObjectRef)
- The main method for resolving a object.
mh5Applet
public static Mheg5Applet mh5Applet
- the global Applet-pointer
dpm
public static Mheg5Parser dpm
- Reference to mheg5 parser
- See Also:
- Mheg5Parser
oam
public static OAMInterface oam
- Refrence to object retrieval module
- See Also:
- OAMInterface
mh5Engine
public static Engine mh5Engine
- Engine reference
- See Also:
- Engine, main
actionQueue
public static Queue actionQueue
- The central action queue for holding elementary engine actions
- See Also:
- Engine
eventQueue
public static Queue eventQueue
- The central event queue for holding engine events
- See Also:
- Engine
mh5Display
public static MhegDisplay mh5Display
- The frame of the engine for displaying objects
- See Also:
- MhegDisplay
mh5Monitor
public static Mheg5Monitor mh5Monitor
- The monitor for all kindas of messages.
- See Also:
- Mheg5Monitor
mhegToolkit
public static Toolkit mhegToolkit
- The toolkit is used for displaying Images.
- See Also:
-
focusObject
public static AIInteractible focusObject
- Interface for focus object
- See Also:
- AIInteractible
interactingObject
public static AIInteractible interactingObject
- Interface for focus object
- See Also:
- AIInteractible
mouseX
public static int mouseX
- the mouse coordinates
- See Also:
- NotifyMouseReleased, NotifyMouseMove, CheckFocusChange
mouseY
public static int mouseY
- the mouse coordinates
- See Also:
- NotifyMouseReleased, NotifyMouseMove, CheckFocusChange
sensitivCursor
public static int sensitivCursor
- Different cursors for the display
- See Also:
- MhegDisplay
insensitivCursor
public static int insensitivCursor
groupIsActivating
public static boolean groupIsActivating
- Status for activating
groupIsDeactivating
public static boolean groupIsDeactivating
- Status fo deactivating
theApplicationStack
public static List theApplicationStack
- the application stack:
activeApplication
public static Application activeApplication
- the actual active application
- See Also:
- Application
activeScene
public static Scene activeScene
- the actual active scene
- See Also:
- Scene
applicationGroupId
public static String applicationGroupId
- the id of the applicationgroup, needed in ActionCore
sceneGroupId
public static String sceneGroupId
- the id of the scenegroup, needed in ActionCore
Global
public Global()
GetObject
public static Root GetObject(ObjectRef oref)
- The main method for resolving a object.
It only could be an application or
a scene. It used often in ActionCore.
- See Also:
- ActionCore
All Packages Class Hierarchy This Package Previous Next Index