org.ccnx.ccn.utils.explorer.ACLTable Class Reference
List of all members.
Public Member Functions |
| ACLTable (String type, ContentName[] principals, ACL initialACL) |
void | initializeACLTable (ACL initialACL) |
int | getColumnCount () |
String | getColumnName (int col) |
int | getRowCount () |
Class<?> | getColumnClass (int col) |
Object | getValueAt (int row, int col) |
void | setValueAt (Object value, int row, int col) |
boolean | isCellEditable (int row, int col) |
void | cancelChanges () |
int | getIndexOfPrincipal (ContentName principal) |
void | setRole (ContentName principal, String role) |
String | getRole (ContentName principal) |
ArrayList< ACLOperation > | computeACLUpdates () |
The documentation for this class was generated from the following file:
- src/org/ccnx/ccn/utils/explorer/ACLTable.java