BottomInfoAreaBar
Extends:
info bar at the bottom of the window, showing context sensitive shortcuts etc.
Constructor Summary
Public Constructor | ||
public |
|
Member Summary
Public Members | ||
public |
hidden: boolean |
|
public |
showing: boolean |
Private Members | ||
private |
_SETTINGS_NAME: string |
|
private |
_eleInfoArea: * |
|
private |
|
|
private |
_txt: * |
Method Summary
Public Methods | ||
public |
|
|
public |
getHeight(): number |
|
public |
hoverInfoEle(e: *) |
|
public |
openInfo() |
|
public |
replaceShortcuts(txt: *): * |
|
public |
setContent(txt: *) |
|
public |
setContentParam(txt: *) |
|
public |
setVisible(v: *) |
|
public |
toggle() |
|
public |
|
Inherited Summary
From class Events | ||
public |
off: * |
|
public |
on: * |
|
private |
_eventCallbacks: {} |
|
private |
_listeners: {} |
|
private |
_log: * |
|
private |
_logEvents: boolean |
|
private |
_logName: string |
|
public |
addEventListener(which: *, cb: *, idPrefix: string): string add event listener |
|
public |
emitEvent(which: string, param1: *, param2: *, param3: *, param4: *, param5: *, param6: *) emit event |
|
public |
hasEventListener(id: *, cb: *): boolean check event listener registration |
|
public |
hasListenerForEventName(eventName: *): boolean check event listener by name |
|
public |
logEvents(enabled: boolean, logName: string) enable/disable logging of events for the class |
|
public |
removeEventListener(id: *, cb: *) rempve event listener registration |
Public Constructors
Public Members
public hidden: boolean source
public showing: boolean source
Private Members
private _SETTINGS_NAME: string source
private _eleInfoArea: * source
private _eleInfoAreaParam: * source
private _txt: * source
Public Methods
public closeInfo() source
public hoverInfoEle(e: *) source
Params:
Name | Type | Attribute | Description |
e | * |
public openInfo() source
public setContent(txt: *) source
Params:
Name | Type | Attribute | Description |
txt | * |
public setContentParam(txt: *) source
Params:
Name | Type | Attribute | Description |
txt | * |
public setVisible(v: *) source
Params:
Name | Type | Attribute | Description |
v | * |