Class mheg5.OBJ.Application
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mheg5.OBJ.Application

java.lang.Object
   |
   +----mheg5.UTL.ListNode
           |
           +----mheg5.REF.ObjectRef
                   |
                   +----mheg5.OBJ.Root
                           |
                           +----mheg5.OBJ.Group
                                   |
                                   +----mheg5.OBJ.Application

public class Application
extends Group
implements AIApplication

Variable Index

 o BackgroundColour
Own exchanged attribute BackgroundColour (see 10.1.2)
 o BitmapContentHook
Own exchanged attribute BitmapContentHook (see 10.1.2)
 o ButtonRefColour
Own exchanged attribute ButtonRefColour (see 10.1.2)
 o CharacterSet
Own exchanged attribute CharacterSet (see 10.1.2)
 o Font
Own exchanged optional attribute Font (see 10.1.2)
 o FontAttributes
Own exchanged optional attribute FontAttributes (see 10.1.2)
 o HighlightRefColour
Own exchanged attribute HighlightRefColour (see 10.1.2)
 o InterchangedProgramContentHook
Own exchanged attribute InterchangedProgramContentHook (see 10.1.2)
 o LineArtContentHook
Own exchanged attribute LineArtContentHook (see 10.1.2)
 o OnRestart
Own exchanged attribute OnRestart
 o OnSpawnCloseDown
Own exchanged attribute OnSpawnCloseDown
 o SliderRefColour
Own exchanged attribute SliderRefColour (see 10.1.2)
 o StreamContentHook
Own exchanged attribute StreamContentHook (see 10.1.2)
 o TextColour
Own exchanged optional attribute TextColour (see 10.1.2)
 o TextContentHook
Own exchanged attribute TextContentHook (see 10.1.2)

Constructor Index

 o Application()
Constructor for an Application Object

Method Index

 o CheckEvent(MhegEvent)
_EngineEvent_
 o CloseConnection(int)
CloseConnection (ConnectionTag)
 o Deactivation()
_Deactivation_
 o GetEngineSupport(String, BooleanVariable)
GetEngineSupport (Feature, Answer)
 o Launch()
Launch
 o LockScreen()
LockScreen
 o OpenConnection(BooleanVariable, String, String, int)
OpenConnection (OpenSucceeded, Protocol, Address, ConnectionTag)
 o Quit()
Quit
 o ReadPersistent()
ReadPersistent (ReadSucceded, OutVariables, InFileName)
 o SetInternalAttributes()
Setup of internal attributes of this class See MHEG-5 IS Standard 10.1.3 Own internal attributes
 o Spawn()
Spawn
 o StorePersistent()
StorePersistent (StoreSucceeded, InVariables, OutFileName)
 o UnlockScreen()
UnlockScreen

Variables

 o OnSpawnCloseDown
  public Array OnSpawnCloseDown
Own exchanged attribute OnSpawnCloseDown
 o OnRestart
  public Array OnRestart
Own exchanged attribute OnRestart
 o CharacterSet
  public int CharacterSet
Own exchanged attribute CharacterSet (see 10.1.2)
 o BackgroundColour
  public Color BackgroundColour
Own exchanged attribute BackgroundColour (see 10.1.2)
 o TextColour
  public Color TextColour
Own exchanged optional attribute TextColour (see 10.1.2)
 o Font
  public Object Font
Own exchanged optional attribute Font (see 10.1.2)
 o FontAttributes
  public FontRef FontAttributes
Own exchanged optional attribute FontAttributes (see 10.1.2)
 o BitmapContentHook
  public int BitmapContentHook
Own exchanged attribute BitmapContentHook (see 10.1.2)
 o StreamContentHook
  public int StreamContentHook
Own exchanged attribute StreamContentHook (see 10.1.2)
 o TextContentHook
  public int TextContentHook
Own exchanged attribute TextContentHook (see 10.1.2)
 o LineArtContentHook
  public int LineArtContentHook
Own exchanged attribute LineArtContentHook (see 10.1.2)
 o InterchangedProgramContentHook
  public int InterchangedProgramContentHook
Own exchanged attribute InterchangedProgramContentHook (see 10.1.2)
 o ButtonRefColour
  public Color ButtonRefColour
Own exchanged attribute ButtonRefColour (see 10.1.2)
 o HighlightRefColour
  public Color HighlightRefColour
Own exchanged attribute HighlightRefColour (see 10.1.2)
 o SliderRefColour
  public Color SliderRefColour
Own exchanged attribute SliderRefColour (see 10.1.2)

Constructors

 o Application
  public Application()
Constructor for an Application Object

Methods

 o CheckEvent
  public void CheckEvent(MhegEvent event)
_EngineEvent_
Overrides:
CheckEvent in class Root
 o Deactivation
  public void Deactivation()
_Deactivation_
Overrides:
Deactivation in class Group
 o SetInternalAttributes
  public void SetInternalAttributes()
Setup of internal attributes of this class See MHEG-5 IS Standard 10.1.3 Own internal attributes
Overrides:
SetInternalAttributes in class Group
 o StorePersistent
  public void StorePersistent()
StorePersistent (StoreSucceeded, InVariables, OutFileName)
 o ReadPersistent
  public void ReadPersistent()
ReadPersistent (ReadSucceded, OutVariables, InFileName)
 o Launch
  public void Launch()
Launch
 o Spawn
  public void Spawn()
Spawn
 o Quit
  public void Quit()
Quit
 o LockScreen
  public void LockScreen()
LockScreen
 o UnlockScreen
  public void UnlockScreen()
UnlockScreen
 o OpenConnection
  public void OpenConnection(BooleanVariable os,
                             String protocol,
                             String address,
                             int connection_tag)
OpenConnection (OpenSucceeded, Protocol, Address, ConnectionTag)
 o CloseConnection
  public void CloseConnection(int connection_index)
CloseConnection (ConnectionTag)
 o GetEngineSupport
  public void GetEngineSupport(String support_string,
                               BooleanVariable bv)
GetEngineSupport (Feature, Answer)

All Packages  Class Hierarchy  This Package  Previous  Next  Index