public class DynoView
extends java.lang.Object
Constructor and Description |
---|
DynoView(DBHandler DBH,
SCADASystem scadaSys,
Viewer sViewer,
int viewNumber) |
Modifier and Type | Method and Description |
---|---|
void |
addControlsComp(int x,
int y,
int wx,
int wy,
boolean resize,
java.awt.Component comp) |
javax.swing.JPanel |
getPanel()
This method returns the panel that the view was drawn on
|
public DynoView(DBHandler DBH, SCADASystem scadaSys, Viewer sViewer, int viewNumber)
DBH
- The DBHandler that will interact with SCADA.dbscadaSys
- The SCADASystem that is linked with the DBHandlersViewer
- The viewer which will display viewsviewNumber
- The view number on the viewer (0 if first, 1 if second, etc.)