Public Member Functions | |
CalibrationControllerPanel2 (gui parent) | |
boolean | isCalibrationRun () |
void | subscribeToServers () |
boolean | canProbe () |
boolean | isInControl () |
void | updateCCMenus () |
String | getLabel (String original_string) |
void | infoCreated (is.InfoEvent infoEvent) |
void | infoDeleted (is.InfoEvent infoEvent) |
void | infoUpdated (is.InfoEvent infoEvent) |
Package Functions | |
void | close () |
Call this to get rid of any connections etc. | |
void | updateStatus () |
void | updateProgressBar () |
Package Attributes | |
gui | guiControl |
CalibrationControllerStatus | status = null |
java.util.regex.Pattern | testdatapattern = java.util.regex.Pattern.compile(".*\\.(\\d+\\.\\d+.*)") |
java.util.regex.Matcher | matcher |
int | currentBin = -1 |
int | maxBin = -1 |
CalibrationControllerPanelMenu | calibrationControllerPanelMenu |
Private Member Functions | |
void | readRunType (String isname) |
void | unconfigureGUI () |
void | restartCCPanel () |
void | resetDisplayConfiguration () |
void | subscribeToRC () |
void | unsubscribeToCC () |
void | initComponents () |
void | readRunState (String name) |
Private Attributes | |
boolean | subscribedToRC = false |
boolean | subscribedToCC = false |
javax.swing.JLabel | jLabel1 |
javax.swing.JLabel | jLabel2 |
javax.swing.JLabel | jLabel3 |
javax.swing.JLabel | jLabel4 |
javax.swing.JLabel | jLabel5 |
javax.swing.JLabel | jLabel6 |
javax.swing.JLabel | jLabel7 |
javax.swing.JLabel | scanIndexField |
javax.swing.JLabel | sequenceField |
javax.swing.JLabel | statusField |
javax.swing.JLabel | testField |
javax.swing.JLabel | runtypeField |
javax.swing.JLabel | runstatusField |
javax.swing.JProgressBar | progressBar |
Logger | logger |
GuiComponents.System.ISInterface | is |
Classes | |
class | ccMouseAdapter |
class | StringRunnable |
Definition at line 22 of file CalibrationControllerPanel2.java.