|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--GlobalTools
Defined in obj-globaltools.js
Version: 1.0
Author: mpollack
| Field Summary | |
string |
objname
Name given to identify object on debug |
Topic |
par
Reference to parent object |
array |
tools
array of global tool instances |
| Constructor Summary | |
GlobalTools(<Main> p)
Contains data for global tools |
|
| Method Summary | |
void
|
addGlobalTool(<string> link, <string> linktype, <string> label)
Adds a global tool object to the tools array |
void
|
dump()
Sends debug information on all properties to the debug window |
void
|
getData()
sends the call to get global tool data |
void
|
setData(<string> d)
Sets data on the object using a delimited string sent via the jshook api. |
| Field Detail |
string objname
Topic par
array tools
| Constructor Detail |
GlobalTools(<Main> p)
p - parent object reference
la - globl tool label
lt - global tool link type
li - global tool link
| Method Detail |
void addGlobalTool(<string> link, <string> linktype, <string> label)
link - global tool link
linktype - global tool link type
label - global tool label
void dump()
void getData()
void setData(<string> d)
d - delimited string with js commands
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||