public class MaintenanceView
extends java.lang.Object
Constructor and Description |
---|
MaintenanceView(DBHandler dbHandler,
SCADASystem scadaSys,
Viewer viewer,
java.lang.String ipAddr,
boolean singleColumn,
int viewNumber)
This creates a new view with connected to the DB and minor aesthetic options
|
Modifier and Type | Method and Description |
---|---|
javax.swing.JScrollPane |
getPane()
This method returns the panel that the view was drawn on
|
public MaintenanceView(DBHandler dbHandler, SCADASystem scadaSys, Viewer viewer, java.lang.String ipAddr, boolean singleColumn, int viewNumber)
dbHandler
- The DBHandler associated with SCADA.dbscadaSys
- The SCADASystem linked with the DBHandlerviewer
- The The viewer which will display viewsipAddr
- The IP Address of the serversingleColumn
- True if single column (geared for cockpit) false for 2viewNumber
- The view number on the viewer (0 if first, 1 if second, etc.)