|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
+ | Progress.Lang.Object CreateInstance (Class) |
Creates an object instance |
|
+ | Progress.Lang.Object CreateInstance (Class, character) |
Creates an object instance |
|
+ | Progress.Lang.Object CreateInstance (Class, character, Object[]) |
Creates an object instance |
|
+ | Progress.Lang.Object CreateInstance (Class, Object[]) |
Creates an object instance |
|
+ | dispose () |
Destroy/Shutdown/Anti-Initializer |
|
+ | initialize () |
Initializer/Startup |
|
+ | LoadFromFile (character) |
Registers object factories from the given file |
|
+ | RegisterFactory (Class, character, Class) |
Registers an object factory type |
|
+ | RegisterFactory (Class, Class) |
Registers an object factory type |
|
+ | UnregisterFactory (Class) |
Registers an object factory type |
|
+ | UnregisterFactory (Class, character) |
Registers an object factory type |
Options | Name | Purpose | |
---|---|---|---|
+ | Factory () |
Constructor for the Factory class |
Top
PUBLIC Progress.Lang.Object CreateInstance (Class)
|
||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Progress.Lang.Object CreateInstance (Class, character)
|
||||||||||||||||||||||||||||||||
PUBLIC Progress.Lang.Object CreateInstance (Class, character, Object[])
|
||||||||||||||||||||||||||||||||
PUBLIC Progress.Lang.Object CreateInstance (Class, Object[])
|
||||||||||||||||||||||||||||||||
PUBLIC dispose ()
|
||||||||||||||||||||||||||||||||
PUBLIC initialize ()
|
||||||||||||||||||||||||||||||||
PUBLIC LoadFromFile (character)
|
||||||||||||||||||||||||||||||||
PUBLIC RegisterFactory (Class, character, Class)
|
||||||||||||||||||||||||||||||||
PUBLIC RegisterFactory (Class, Class)
|
||||||||||||||||||||||||||||||||
PUBLIC UnregisterFactory (Class)
|
||||||||||||||||||||||||||||||||
PUBLIC UnregisterFactory (Class, character)
|
PUBLIC Factory ()
|
---|