|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ldodds.foafamatic.AbstractPanelManager | +--com.ldodds.foafamatic.docs.DocumentManager
$Log$
Field Summary |
Fields inherited from class com.ldodds.foafamatic.AbstractPanelManager |
_form, _items, _table, _theForm |
Constructor Summary | |
DocumentManager(java.lang.String table,
java.lang.String form)
|
Method Summary | |
void |
addDocumentToTable(boolean update)
Add/update a Person in the table. |
void |
populateTableWithItem(java.lang.Object item)
Add a document to the internal list, and make it visible in the UI |
Methods inherited from class com.ldodds.foafamatic.AbstractPanelManager |
addItem, addItems, clearEntryFields, deleteSelected, getItems, getText, showCue, showSelected |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DocumentManager(java.lang.String table, java.lang.String form)
Method Detail |
public void populateTableWithItem(java.lang.Object item)
populateTableWithItem
in class AbstractPanelManager
public void addDocumentToTable(boolean update)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |