|
||||||
| SUMMARY: CHILDREN | PARAMETER | INSTPROC | INSTFILTER | INSTFORWARD | DETAIL: | INSTPROC | |||||
::xotcl::Object
| Variables | |||
| Name | Default Value | Class | Comment |
| Methods | |
| Name | Comment |
getLink {name link}
| |
| Methods from ::xotcl::Object |
#, ., ?, ?code, ?methods, ?object, abstract, copy, coverageFilter, defaultmethod, extractConfigureArg, filterappend, get#, getClean#, hasclass, init, methodTag, mixinappend, move, profileFilter, self, setParameterDefaults, shell, tclcmd, traceFilter,
|
| Instproc Detail |
name link ::xodocument::NavLinkState instproc getLink {name link} {
if {[::xotcl::self callingproc] != [::xotcl::self proc] &&
[::xotcl::self callingobject] != [::xotcl::self]} {
error "Abstract method getLink name link called"} else {::xotcl::next}
}