Package tethys.swing.documents
Class TethysDocumentTable
java.lang.Object
tethys.swing.documents.TethysDocumentTable
- All Implemented Interfaces:
 PamDialogPanel
Table view of a collection of Tethys documents.
- Author:
 - dg50
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidCalled on any options change.Get the awt component which will be incorporated into a larger display panel / component.booleanvoidsetCollection(Collection collection) voidSet the initial parameter values in the panel.voidvoid 
- 
Constructor Details
- 
TethysDocumentTable
- Parameters:
 tethysControl-collectionName-
 
 - 
 - 
Method Details
- 
collectionChanged
protected void collectionChanged()Called on any options change. - 
updateTableData
public void updateTableData() - 
showPopupMenu
 - 
getDialogComponent
Description copied from interface:PamDialogPanelGet the awt component which will be incorporated into a larger display panel / component.- Specified by:
 getDialogComponentin interfacePamDialogPanel- Returns:
 - an awt component.
 
 - 
setParams
public void setParams()Description copied from interface:PamDialogPanelSet the initial parameter values in the panel. Since this interface is purely abstract, the type of parameter is unknown, so concrete implementations will somehow have to pass the class containing the parameter information in some other way.- Specified by:
 setParamsin interfacePamDialogPanel
 - 
getParams
public boolean getParams()- Specified by:
 getParamsin interfacePamDialogPanel- Returns:
 - true if parameters all have acceptable values and the dialog can close.
 
 - 
getCollection
- Returns:
 - the collectionName
 
 - 
setCollection
 
 -