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
-
BackgroundColour
- Own exchanged attribute BackgroundColour (see 10.1.2)
-
BitmapContentHook
- Own exchanged attribute BitmapContentHook (see 10.1.2)
-
ButtonRefColour
- Own exchanged attribute ButtonRefColour (see 10.1.2)
-
CharacterSet
- Own exchanged attribute CharacterSet (see 10.1.2)
-
Font
- Own exchanged optional attribute Font (see 10.1.2)
-
FontAttributes
- Own exchanged optional attribute FontAttributes (see 10.1.2)
-
HighlightRefColour
- Own exchanged attribute HighlightRefColour (see 10.1.2)
-
InterchangedProgramContentHook
- Own exchanged attribute InterchangedProgramContentHook (see 10.1.2)
-
LineArtContentHook
- Own exchanged attribute LineArtContentHook (see 10.1.2)
-
OnRestart
- Own exchanged attribute OnRestart
-
OnSpawnCloseDown
- Own exchanged attribute OnSpawnCloseDown
-
SliderRefColour
- Own exchanged attribute SliderRefColour (see 10.1.2)
-
StreamContentHook
- Own exchanged attribute StreamContentHook (see 10.1.2)
-
TextColour
- Own exchanged optional attribute TextColour (see 10.1.2)
-
TextContentHook
- Own exchanged attribute TextContentHook (see 10.1.2)
-
Application()
- Constructor for an Application Object
-
CheckEvent(MhegEvent)
- _EngineEvent_
-
CloseConnection(int)
- CloseConnection (ConnectionTag)
-
Deactivation()
- _Deactivation_
-
GetEngineSupport(String, BooleanVariable)
- GetEngineSupport (Feature, Answer)
-
Launch()
- Launch
-
LockScreen()
- LockScreen
-
OpenConnection(BooleanVariable, String, String, int)
- OpenConnection (OpenSucceeded, Protocol, Address, ConnectionTag)
-
Quit()
- Quit
-
ReadPersistent()
- ReadPersistent (ReadSucceded, OutVariables, InFileName)
-
SetInternalAttributes()
- Setup of internal attributes of this class
See MHEG-5 IS Standard 10.1.3 Own internal attributes
-
Spawn()
- Spawn
-
StorePersistent()
- StorePersistent (StoreSucceeded, InVariables, OutFileName)
-
UnlockScreen()
- UnlockScreen
OnSpawnCloseDown
public Array OnSpawnCloseDown
- Own exchanged attribute OnSpawnCloseDown
OnRestart
public Array OnRestart
- Own exchanged attribute OnRestart
CharacterSet
public int CharacterSet
- Own exchanged attribute CharacterSet (see 10.1.2)
BackgroundColour
public Color BackgroundColour
- Own exchanged attribute BackgroundColour (see 10.1.2)
TextColour
public Color TextColour
- Own exchanged optional attribute TextColour (see 10.1.2)
Font
public Object Font
- Own exchanged optional attribute Font (see 10.1.2)
FontAttributes
public FontRef FontAttributes
- Own exchanged optional attribute FontAttributes (see 10.1.2)
BitmapContentHook
public int BitmapContentHook
- Own exchanged attribute BitmapContentHook (see 10.1.2)
StreamContentHook
public int StreamContentHook
- Own exchanged attribute StreamContentHook (see 10.1.2)
TextContentHook
public int TextContentHook
- Own exchanged attribute TextContentHook (see 10.1.2)
LineArtContentHook
public int LineArtContentHook
- Own exchanged attribute LineArtContentHook (see 10.1.2)
InterchangedProgramContentHook
public int InterchangedProgramContentHook
- Own exchanged attribute InterchangedProgramContentHook (see 10.1.2)
ButtonRefColour
public Color ButtonRefColour
- Own exchanged attribute ButtonRefColour (see 10.1.2)
HighlightRefColour
public Color HighlightRefColour
- Own exchanged attribute HighlightRefColour (see 10.1.2)
SliderRefColour
public Color SliderRefColour
- Own exchanged attribute SliderRefColour (see 10.1.2)
Application
public Application()
- Constructor for an Application Object
CheckEvent
public void CheckEvent(MhegEvent event)
- _EngineEvent_
- Overrides:
- CheckEvent in class Root
Deactivation
public void Deactivation()
- _Deactivation_
- Overrides:
- Deactivation in class Group
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
StorePersistent
public void StorePersistent()
- StorePersistent (StoreSucceeded, InVariables, OutFileName)
ReadPersistent
public void ReadPersistent()
- ReadPersistent (ReadSucceded, OutVariables, InFileName)
Launch
public void Launch()
- Launch
Spawn
public void Spawn()
- Spawn
Quit
public void Quit()
- Quit
LockScreen
public void LockScreen()
- LockScreen
UnlockScreen
public void UnlockScreen()
- UnlockScreen
OpenConnection
public void OpenConnection(BooleanVariable os,
String protocol,
String address,
int connection_tag)
- OpenConnection (OpenSucceeded, Protocol, Address, ConnectionTag)
CloseConnection
public void CloseConnection(int connection_index)
- CloseConnection (ConnectionTag)
GetEngineSupport
public void GetEngineSupport(String support_string,
BooleanVariable bv)
- GetEngineSupport (Feature, Answer)
All Packages Class Hierarchy This Package Previous Next Index