Package generalDatabase
Class DBSidePanel
java.lang.Object
generalDatabase.DBSidePanel
- All Implemented Interfaces:
PamSidePanel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPanel()
void
void
void
writeCount
(int writeOKs, int writeErrors)
-
Constructor Details
-
DBSidePanel
-
-
Method Details
-
updatePanel
public void updatePanel() -
writeCount
public void writeCount(int writeOKs, int writeErrors) -
getPanel
- Specified by:
getPanel
in interfacePamSidePanel
- Returns:
- Reference to a graphics component that can be added to the view. This will typically be a JPanel or a JInternalFrame; The component will be displayed to the side of the main tab control.
-
rename
- Specified by:
rename
in interfacePamSidePanel
-