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

Variable Index

 o actionQueue
The central action queue for holding elementary engine actions
 o activeApplication
the actual active application
 o activeScene
the actual active scene
 o applicationGroupId
the id of the applicationgroup, needed in ActionCore
 o dpm
Reference to mheg5 parser
 o eventQueue
The central event queue for holding engine events
 o focusObject
Interface for focus object
 o groupIsActivating
Status for activating
 o groupIsDeactivating
Status fo deactivating
 o insensitivCursor
 o interactingObject
Interface for focus object
 o mh5Applet
the global Applet-pointer
 o mh5Display
The frame of the engine for displaying objects
 o mh5Engine
Engine reference
 o mh5Monitor
The monitor for all kindas of messages.
 o mhegToolkit
The toolkit is used for displaying Images.
 o mouseX
the mouse coordinates
 o mouseY
the mouse coordinates
 o oam
Refrence to object retrieval module
 o sceneGroupId
the id of the scenegroup, needed in ActionCore
 o sensitivCursor
Different cursors for the display
 o theApplicationStack
the application stack:

Constructor Index

 o Global()

Method Index

 o GetObject(ObjectRef)
The main method for resolving a object.

Variables

 o mh5Applet
  public static Mheg5Applet mh5Applet
the global Applet-pointer
 o dpm
  public static Mheg5Parser dpm
Reference to mheg5 parser
See Also:
Mheg5Parser
 o oam
  public static OAMInterface oam
Refrence to object retrieval module
See Also:
OAMInterface
 o mh5Engine
  public static Engine mh5Engine
Engine reference
See Also:
Engine, main
 o actionQueue
  public static Queue actionQueue
The central action queue for holding elementary engine actions
See Also:
Engine
 o eventQueue
  public static Queue eventQueue
The central event queue for holding engine events
See Also:
Engine
 o mh5Display
  public static MhegDisplay mh5Display
The frame of the engine for displaying objects
See Also:
MhegDisplay
 o mh5Monitor
  public static Mheg5Monitor mh5Monitor
The monitor for all kindas of messages.
See Also:
Mheg5Monitor
 o mhegToolkit
  public static Toolkit mhegToolkit
The toolkit is used for displaying Images.
See Also:
 o focusObject
  public static AIInteractible focusObject
Interface for focus object
See Also:
AIInteractible
 o interactingObject
  public static AIInteractible interactingObject
Interface for focus object
See Also:
AIInteractible
 o mouseX
  public static int mouseX
the mouse coordinates
See Also:
NotifyMouseReleased, NotifyMouseMove, CheckFocusChange
 o mouseY
  public static int mouseY
the mouse coordinates
See Also:
NotifyMouseReleased, NotifyMouseMove, CheckFocusChange
 o sensitivCursor
  public static int sensitivCursor
Different cursors for the display
See Also:
MhegDisplay
 o insensitivCursor
  public static int insensitivCursor
 o groupIsActivating
  public static boolean groupIsActivating
Status for activating
 o groupIsDeactivating
  public static boolean groupIsDeactivating
Status fo deactivating
 o theApplicationStack
  public static List theApplicationStack
the application stack:
 o activeApplication
  public static Application activeApplication
the actual active application
See Also:
Application
 o activeScene
  public static Scene activeScene
the actual active scene
See Also:
Scene
 o applicationGroupId
  public static String applicationGroupId
the id of the applicationgroup, needed in ActionCore
 o sceneGroupId
  public static String sceneGroupId
the id of the scenegroup, needed in ActionCore

Constructors

 o Global
  public Global()

Methods

 o 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