|
GLG Toolkit, Java Class Library
Version 4.6
|
Functions | |
| static GlgObject | IHGetCurrIH () |
| Retrieves the current active interface handler. More... | |
| static GlgIHHandlerInterface | IHGetHandlerInterface (GlgObject ih) |
| Retrieves a handler interface instance used to implement a handler. More... | |
| static GlgIHHandlerInterface | IHGetPrevHandlerInterface () |
| Retrieves a handler interface instance used to implement the parent handler of the currently active handler. More... | |
| static GlgObject | IHGetPrevIH () |
| Retrieves the currently active interface handler's parent handler. More... | |
|
static |
Retrieves the current active interface handler.
The current active handler can also be accessed via IH_CURR.
|
static |
Retrieves a handler interface instance used to implement a handler.
| ih | The handler to query. IH_CURR object can be used as the ih parameter to access the current handler. |
|
static |
Retrieves a handler interface instance used to implement the parent handler of the currently active handler.
The parent handler is the handler preceding the current handler on the stack of installed handlers.
| ih | The handler to query. IH_CURR object can be used as the ih parameter to access the current handler. |
|
static |
Retrieves the currently active interface handler's parent handler.
The parent handler is the handler preceding the current active handler on the stack of installed handlers.