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
-
Method Summary
Modifier and TypeMethodDescriptionGet the awt component which will be incorporated into a larger display panel / component.boolean
void
setCollection
(Collection collection) void
Set the initial parameter values in the panel.void
void
-
Constructor Details
-
TethysDocumentTable
- Parameters:
tethysControl
-collectionName
-
-
-
Method Details
-
updateTableData
public void updateTableData() -
showPopupMenu
-
getDialogComponent
Description copied from interface:PamDialogPanel
Get the awt component which will be incorporated into a larger display panel / component.- Specified by:
getDialogComponent
in interfacePamDialogPanel
- Returns:
- an awt component.
-
setParams
public void setParams()Description copied from interface:PamDialogPanel
Set 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:
setParams
in interfacePamDialogPanel
-
getParams
public boolean getParams()- Specified by:
getParams
in interfacePamDialogPanel
- Returns:
- true if parameters all have acceptable values and the dialog can close.
-
getCollection
- Returns:
- the collectionName
-
setCollection
-