| org.osbl.agent.gui.SidePanelTableModel
SidePanelTableModel | abstract class SidePanelTableModel extends XTableModel (Code) | | The table-model for the table in the SidePanel showing the Rules.
author: Sebastian Nozzi. |
getColumnClass | public Class> getColumnClass(int columnIndex)(Code) | | |
getColumnCount | public int getColumnCount()(Code) | | |
getColumnName | public String getColumnName(int columnIndex)(Code) | | |
getCurrentRules | abstract List<Rule> getCurrentRules()(Code) | | Gets the current rules, taking the filters into account.
the current rules |
getCurrentUser | public String getCurrentUser()(Code) | | Gets the current user.
the current user |
getRowCount | public int getRowCount()(Code) | | |
getValueAt | public Object getValueAt(int rowIndex, int columnIndex)(Code) | | |
isCellEditable | public boolean isCellEditable(int rowIndex, int columnIndex)(Code) | | |
refresh | public void refresh()(Code) | | |
rulesUpdated | abstract void rulesUpdated()(Code) | | Called when the Rules are updated.
|
setCurrentUser | public void setCurrentUser(String currentUser)(Code) | | Sets the current user.
Parameters: currentUser - the new current user |
setValueAt | public void setValueAt(Object aValue, int rowIndex, int columnIndex)(Code) | | |
|
|