|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.table.AbstractTableModel
net.sourceforge.fixagora.basis.client.model.editor.ComplexEventTableModel
public class ComplexEventTableModel
The Class ComplexEventTableModel.
Constructor Summary | |
---|---|
ComplexEventTableModel(FSecurityEditor securityEditor)
Instantiates a new complex event table model. |
Method Summary | |
---|---|
void |
addSecurityComplexEvent(SecurityComplexEvent securityComplexEvent)
Adds the security complex event. |
SecurityComplexEvent |
get(int index)
Gets the. |
AbstractBusinessObjectEditor |
getAbstractBusinessObjectEditor()
Gets the abstract business object editor. |
int |
getColumnCount()
|
java.lang.String |
getColumnName(int column)
|
int |
getRowCount()
|
java.lang.Object |
getValueAt(int rowIndex,
int columnIndex)
|
boolean |
isCellEditable(int rowIndex,
int columnIndex)
|
boolean |
isDirty()
Checks if is dirty. |
void |
modified()
Modified. |
void |
remove(SecurityComplexEvent securityComplexEvent)
Removes the. |
void |
save()
Save. |
void |
updateSecurityComplexEvents(java.util.List<SecurityComplexEvent> list)
Update security complex events. |
Methods inherited from class javax.swing.table.AbstractTableModel |
---|
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener, setValueAt |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComplexEventTableModel(FSecurityEditor securityEditor)
securityEditor
- the security editorMethod Detail |
---|
public int getColumnCount()
public java.lang.String getColumnName(int column)
getColumnName
in interface javax.swing.table.TableModel
getColumnName
in class javax.swing.table.AbstractTableModel
public int getRowCount()
public java.lang.Object getValueAt(int rowIndex, int columnIndex)
public boolean isCellEditable(int rowIndex, int columnIndex)
isCellEditable
in interface javax.swing.table.TableModel
isCellEditable
in class javax.swing.table.AbstractTableModel
public AbstractBusinessObjectEditor getAbstractBusinessObjectEditor()
public boolean isDirty()
public void save()
public void updateSecurityComplexEvents(java.util.List<SecurityComplexEvent> list)
list
- the listpublic void addSecurityComplexEvent(SecurityComplexEvent securityComplexEvent)
securityComplexEvent
- the security complex eventpublic void remove(SecurityComplexEvent securityComplexEvent)
securityComplexEvent
- the security complex eventpublic SecurityComplexEvent get(int index)
index
- the index
public void modified()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |