|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.swing.table.AbstractTableModel
org.openrdf.sesame.config.ui.XTableModel
org.openrdf.sesame.config.ui.AccessControlTableModel
Access control XTableModel for AccessControlTable
| Field Summary | |
static String |
ANONYMOUS_LOGIN
Anonymous login |
static int |
COLUMN_LOGIN
Access control login column id |
static int |
COLUMN_READ
Access control read column id |
static int |
COLUMN_WRITE
Access control write column id |
| Constructor Summary | |
AccessControlTableModel(String id,
SystemConfig config)
Creates a new AccessControlTableModel with the supplied repository id and SystemConfig. |
|
| Method Summary | |
void |
configurationChanged()
SystemConfig changed |
int |
getIdentifyingColumn()
Gets the index of the identifying column. |
Object |
getValueAt(int row,
int column)
|
boolean |
isCellEditable(int row,
int column)
-anonymous- login is not editable |
void |
setValueAt(Object value,
int row,
int column)
|
| Methods inherited from class org.openrdf.sesame.config.ui.XTableModel |
addNewRow, getColumnAlignment, getColumnCount, getColumnName, getColumnWidth, getRowCount, getRowIndex, removeNewRow, rowIsNew, valueIsNew |
| Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int COLUMN_LOGIN
public static final int COLUMN_READ
public static final int COLUMN_WRITE
public static final String ANONYMOUS_LOGIN
| Constructor Detail |
public AccessControlTableModel(String id,
SystemConfig config)
id - Repository idconfig - SystemConfig| Method Detail |
public boolean isCellEditable(int row,
int column)
isCellEditable in interface TableModelisCellEditable in class XTableModelXTableModel.isCellEditable(int, int)public int getIdentifyingColumn()
XTableModel
getIdentifyingColumn in class XTableModel
public Object getValueAt(int row,
int column)
public void setValueAt(Object value,
int row,
int column)
public void configurationChanged()
SystemConfigListener
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||