Public Member Functions | |
ISPanel (JTextArea taMessages) | |
Creates new form ISPanel. | |
void | infoCreated (InfoEvent e) |
Adds the new object to the tree. | |
void | infoDeleted (InfoEvent e) |
Removes the object from the tree. | |
void | infoUpdated (InfoEvent e) |
Does nothing - object is still there - maybe should mark it somehow? | |
Protected Member Functions | |
void | refreshISTree (boolean unsubscribe) |
Will there be thread problems here? | |
void | unsubscribeAll () |
Unsubscribe all ISServers. | |
Package Functions | |
void | close () |
Private Member Functions | |
void | myInitComponents () |
void | initComponents () |
This method is called from within the constructor to initialize the form. | |
void | bIsdumpActionPerformed (java.awt.event.ActionEvent evt) |
void | bDeleteAllActionPerformed (java.awt.event.ActionEvent evt) |
void | bInternalActionPerformed (java.awt.event.ActionEvent evt) |
void | bExternalActionPerformed (java.awt.event.ActionEvent evt) |
void | bISDataActionPerformed (java.awt.event.ActionEvent evt) |
void | trISServersKeyReleased (java.awt.event.KeyEvent evt) |
void | trISServersMouseClicked (java.awt.event.MouseEvent evt) |
void | bCreateTrimRangeTestActionPerformed (java.awt.event.ActionEvent evt) |
void | bISRefreshActionPerformed (java.awt.event.ActionEvent evt) |
void | bDeleteActionPerformed (java.awt.event.ActionEvent evt) |
void | plotISData (String name) |
void | initPlotterManager () |
void | viewISData (String name) |
void | dumpISData (String name) |
void | launchExternalViewer (String name) |
void | deleteSelectedInfos () |
Deletes the selected objects from the IS repository. | |
Private Attributes | |
javax.swing.JButton | bDelete |
javax.swing.JButton | bDeleteAll |
javax.swing.JButton | bExternal |
javax.swing.JButton | bISData |
javax.swing.JButton | bISRefresh |
javax.swing.JButton | bInternal |
javax.swing.JButton | bIsdump |
javax.swing.JLabel | jLabel2 |
javax.swing.JPanel | jPanel2 |
javax.swing.JScrollPane | jScrollPane2 |
javax.swing.JSeparator | jSeparator1 |
javax.swing.JLabel | lList |
javax.swing.JTree | trISServers |
SystemInterface | si |
ISInterface | is |
JTextArea | taMessages |
PlotterManager | plotterManager |
Definition at line 26 of file ISPanel.java.
|
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. Definition at line 50 of file ISPanel.java. Referenced by TestGUI.ISPanel.ISPanel(). |