40 if ((widget !=
nullptr) && (table !=
nullptr))
42 widget->addActionListener(
this);
43 widget->setParent(table);
44 widget->setWindow(table->getWindow());
GuiTableActionListener(GuiTable *const table, Widget *const widget, const int row, const int column)
~GuiTableActionListener()
void action(const ActionEvent &actionEvent)
void setSelected(const int row, const int column)