Operations Summary: |
void | registerComponent(in string component_name, in UIComponent component) |
oneway void | deregisterComponent(in string component_name) |
oneway void | freeze() |
oneway void | thaw() |
oneway void | setAttr(in string path, in string attr, in string value, in string component_name) |
string | getAttr(in string path, in string attr) raises |
void | setNode(in string path, in string xml, in string component_name) raises |
string | getNode(in string path, in boolean nodeOnly) raises |
void | removeNode(in string path, in string by_component_name) raises |
boolean | exists(in string path) |
void | execVerb(in string cname) raises |
void | uiEvent(in string id, in UIComponent::EventType type, in string state) raises |
void | setObject(in string path, in Unknown control) raises |
Unknown | getObject(in string path) raises |
void | unImplemented() |
void | unImplemented2() |
void | unImplemented3() |
void | unImplemented4() |