guiInterface.java

00001 /*
00002  * SCTInfo.java
00003  *
00004  * Created on 24 June 2003, 13:49
00005  */
00006 
00007 package DisplayGUI;
00008 import java.awt.event.*;
00013 public interface guiInterface extends displayParams, SCTInfo, MouseListener, MouseMotionListener {
00014 
00015 //    public void defineModuleGraphicsCell(int barrel, int row, int number, int MUR, int moduleGroup, String serialNo);
00016 //    public ModuleCell getCell(int sctView, int x, int y);  
00017 //    public void drawSCTViewOutline(java.awt.Graphics2D g2,int sctView); 
00018     public void drawMouseLocation(java.awt.Graphics2D g2, String mouseLocationText);
00019     public void drawTitle(java.awt.Graphics2D g2);
00020     public void drawGraphicsCells(java.awt.Graphics2D g2);
00021     public void drawMouseSelections(java.awt.Graphics2D g2);
00022 //    public void setWriteAccess(boolean isWriteAble);
00023 
00024 }

Generated on Mon Feb 6 14:12:12 2006 for SCT DAQ/DCS Software - Java by  doxygen 1.4.6