org.archiviststoolkit.mydomain
Class ResourceTableWorkSurface
java.lang.Object
   org.archiviststoolkit.mydomain.DomainTableWorkSurface
org.archiviststoolkit.mydomain.DomainTableWorkSurface
       org.archiviststoolkit.mydomain.ResourceTableWorkSurface
org.archiviststoolkit.mydomain.ResourceTableWorkSurface
- All Implemented Interfaces: 
- java.awt.event.ActionListener, java.awt.event.MouseListener, java.util.EventListener, WorkSurface
- public class ResourceTableWorkSurface 
- extends DomainTableWorkSurface
 
 
 
| Fields inherited from class org.archiviststoolkit.mydomain.DomainTableWorkSurface | 
| access, clazz, currentDomainObject, currentObjectSublist, currentRecordLock, dialog, eventListener, filterField, humanReadableSearchString, resultSet, resultSizeDisplay, rootComponent, scrollPane, selectedRow, showConfirmDialog, table | 
 
 
 
| Methods inherited from class org.archiviststoolkit.mydomain.DomainTableWorkSurface | 
| actionPerformed, addRecordLock, addToResultSet, clearCurrentRecordLock, closeLongSessionForPrinting, exportEAD, exportMARC, getClazz, getComponent, getCurrentDomainObject, getCurrentDomainObjectFromDatabase, getDomainEditor, getIcon, getName, getNewAction, getResultSet, getResultSetForPrinting, getSelectedRow, getSelectedRowCount, getTable, getTableFormat, getTooltip, init, merge, mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased, onDelete, onFindAll, onInsert, onRemoveGroup, onSearch, onUpdate, setCurrentDomainObject, setSelectedRow, updateColumns | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ResourceTableWorkSurface
public ResourceTableWorkSurface(java.lang.Class clazz,
                                java.lang.String name,
                                javax.swing.Icon icon,
                                DomainTableFormat tableFormat)
- Constructor.
 
- Parameters:
- clazz- the domain model class
- name- the name of this worksurface
- icon- the icon of this worksurface
- tableFormat- the table format to use for the domain table
 
ResourceTableWorkSurface
public ResourceTableWorkSurface(java.lang.Class clazz,
                                java.lang.String name,
                                javax.swing.Icon icon)
- Constructor.
 
- Parameters:
- clazz- the domain model class
- name- the name of this worksurface
- icon- the icon of this worksurface
 
updateListWithNewResultSet
protected void updateListWithNewResultSet(java.util.Collection newResultSet)
- 
- Overrides:
- updateListWithNewResultSetin class- DomainTableWorkSurface
 
- 
 
getCurrentDomainObjectFromDatabase
protected void getCurrentDomainObjectFromDatabase(DomainObject domainObject)
                                           throws LookupException
- 
- Overrides:
- getCurrentDomainObjectFromDatabasein class- DomainTableWorkSurface
 
- 
- Throws:
- LookupException
 
setSublistWithCurrentDomainObject
protected void setSublistWithCurrentDomainObject()
- 
- Overrides:
- setSublistWithCurrentDomainObjectin class- DomainTableWorkSurface
 
- 
 
setFilteredListWithCurrentDomainObject
protected void setFilteredListWithCurrentDomainObject()
- 
- Overrides:
- setFilteredListWithCurrentDomainObjectin class- DomainTableWorkSurface
 
- 
 
updateRowCount
protected void updateRowCount()
- 
- Overrides:
- updateRowCountin class- DomainTableWorkSurface
 
-