Public Member Functions | |
ChooseHighlightOrKlaxonPanel () | |
int | getHighlightedOrKlaxon () |
Private Member Functions | |
void | initComponents () |
void | highKlaxonRadioButtonActionPerformed (java.awt.event.ActionEvent evt) |
void | klaxonRadioButtonActionPerformed (java.awt.event.ActionEvent evt) |
void | highlightRadioButtonActionPerformed (java.awt.event.ActionEvent evt) |
Private Attributes | |
javax.swing.JPanel | buttonPanel |
javax.swing.JLabel | highKlaxonLabel |
javax.swing.JRadioButton | highKlaxonRadioButton |
javax.swing.JPanel | highlightAndKlaxonPanel |
javax.swing.JLabel | highlightLabel |
javax.swing.JPanel | highlightPanel |
javax.swing.JRadioButton | highlightRadioButton |
javax.swing.JLabel | klaxonLabel |
javax.swing.JPanel | klaxonPanel |
javax.swing.JRadioButton | klaxonRadioButton |
javax.swing.JLabel | titleLabel |
javax.swing.JPanel | titlePanel |
|
Creates new form ChooseHighlightOrKlaxonPanel |
|
return int (AlarmConstants.HIGHLIGHTED_AND_KLAXON, etc, This indicates whether alarm should be only highlighted or should have klason or both |
|
|
|
|
|
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|