Class: UMLWidgets
Defined in: | web-src/coffee/gui/uml/widgets.coffee |
Inherits: | gui.WidgetMgr |
Overview
Widgets used in UML GUI only.
Instance Method Summary
- # (void) disable()
- # (void) enable()
- # (void) set_options_classid(model_id) Set the class Id of the class options GUI.
- # (void) hide_options() Hide the class options GUI.
- # (void) set_editclass_classid(model_id)
- # (void) set_editattribute_classid(model_id) Tell the editattr widget which class it should edit.
- # (void) set_editgeneralization_classid(model_id) Tell the @relationoptions widget which class it should edit.
- # (void) set_editassociation_classid(model_id, type = null) Show wigets for creating a new association.
- # (void) show_reasoning()
- # (void) hide_reasoning()
- # (void) show_translation()
- # (void) hide_translation()
- # (void) show_info(info)
- # (void) show_importowl()
- # (void) hide_importowl()
Constructor Details
#
(void)
constructor()
Instance Method Details
#
(void)
disable()
#
(void)
enable()
#
(void)
set_options_classid(model_id)
Set the class Id of the class options GUI.
Used as handler for the SelectionState.on_click
#
(void)
hide_options()
Hide the class options GUI.
#
(void)
set_editclass_classid(model_id)
#
(void)
set_editattribute_classid(model_id)
Tell the editattr widget which class it should edit.
#
(void)
set_editgeneralization_classid(model_id)
Tell the @relationoptions widget which class it should edit.
#
(void)
set_editassociation_classid(model_id, type = null)
Show wigets for creating a new association.
#
(void)
show_reasoning()
#
(void)
hide_reasoning()
#
(void)
show_translation()
#
(void)
hide_translation()
#
(void)
show_info(info)
#
(void)
show_importowl()
#
(void)
hide_importowl()