|
|
Class: Application
Object
|
+--Application
|
+--Kernel
|
+--SubApplication
- Package:
- stx:libcompat
- Category:
- Compatibility-VisualAge
- Version:
- rev:
1.8
date: 2006/02/03 16:45:56
- user: cg
- file: Application.st directory: libcompat
- module: stx stc-classLibrary: libcompat
- Author:
- Claus Gittinger
this class is provided to allow fileIn of V'Age
classes. Except for the required protocol mimicri,
it does not (yet) provide any functionality.
Signal constants
-
missingPrerequisiteSignal
-
return the signal which is raised when an applications
preRequisite is missing
class initialization
-
initialize
-
-
initializeAfterLoad
-
invoked after an application has been loaded completely
-
loaded
-
invoked after an application has been loaded and initialized completely
-
toBeLoadedCode: aString
-
-
wasRemovedCode: aString
-
creating new apps
-
create: symbolNameOfNewApp with: prerequisiteCollection
-
create a new application
-
createSubApplication: symbolNameOfNewApp in: aString
-
create a new sub-application
-
errorPrerequisite: whichApp missing: missingApp
-
report an error, that some required application
(a preRequisite) is missing
fileIn support
-
becomeDefault
-
encountered when filing in V'Age classes.
Change the default application for the current fileIn
private accessing
-
preRequisites: aPreRequisiteCollection
-
set my preRequisites - a collection of required applications
|