Class: State Abstract
Defined in: | web-src/coffee/gui/GUIState.coffee |
Overview
Instance Method Summary
- # (void) on_cell_clicked(cellView, event, x, y, gui_instance) Abstract What to do when the user clicked on a cell.
- # (void) reset_click()
- # (void) selection_state()
- # (void) association_state()
- # (void) isa_state()
Constructor Details
#
(void)
constructor()
Instance Method Details
#
(void)
on_cell_clicked(cellView, event, x, y, gui_instance)
This
method
is abstract.
What to do when the user clicked on a cell.
#
(void)
reset_click()
#
(void)
selection_state()
#
(void)
association_state()
#
(void)
isa_state()