Public Member Functions | |
CalibrationControllerPanel2 (gui parent) | |
void | subscribeToServers () |
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 | initComponents () |
Private Attributes | |
javax.swing.JLabel | jLabel1 |
javax.swing.JLabel | jLabel2 |
javax.swing.JLabel | jLabel3 |
javax.swing.JLabel | jLabel4 |
javax.swing.JLabel | jLabel5 |
javax.swing.JLabel | scanIndexField |
javax.swing.JLabel | sequenceField |
javax.swing.JLabel | statusField |
javax.swing.JLabel | testField |
javax.swing.JProgressBar | progressBar |
GuiComponents.System.ISInterface | is |
Definition at line 19 of file CalibrationControllerPanel2.java.