Public Member Functions | |
ChartFrame () | |
ChartFrame (String title) | |
synchronized void | chartFrame_WindowActivated () |
void | chartFrame_WindowClosed () |
com.cosylab.gui.components.r2.chart.BaseChart | getBaseChart () |
synchronized void | run () |
synchronized void | updaterSlider_StateChanged () |
Static Public Member Functions | |
void | main (java.lang.String[] args) |
Package Attributes | |
IvjEventHandler | ivjEventHandler = new IvjEventHandler() |
Private Member Functions | |
void | connEtoC1 (java.awt.event.WindowEvent arg1) |
void | connEtoC2 (java.awt.event.WindowEvent arg1) |
void | connEtoC3 (javax.swing.event.ChangeEvent arg1) |
void | connEtoM1 (javax.swing.event.ChangeEvent arg1) |
javax.swing.JPanel | getJFrameContentPane () |
javax.swing.JLabel | getJLabel1 () |
javax.swing.JLabel | getJLabel2 () |
javax.swing.JPanel | getJPanel1 () |
javax.swing.JSlider | getUpdaterSlider () |
void | handleException (java.lang.Throwable exception) |
void | initConnections () throws java.lang.Exception |
void | initialize () |
Private Attributes | |
javax.swing.JPanel | ivjJFrameContentPane = null |
BaseChart | ivjBaseChart = null |
javax.swing.JLabel | ivjJLabel1 = null |
javax.swing.JLabel | ivjJLabel2 = null |
javax.swing.JPanel | ivjJPanel1 = null |
javax.swing.JSlider | ivjUpdaterSlider = null |
boolean | alive = true |
int | timer = 1000 |
|
ChartFrame constructor comment. |
|
ChartFrame constructor comment.
|
|
Comment |
|
Comment |
|
connEtoC1: (ChartFrame.window.windowActivated(java.awt.event.WindowEvent) --> ChartFrame.chartFrame_WindowActivated()V)
|
|
connEtoC2: (ChartFrame.window.windowClosed(java.awt.event.WindowEvent) --> ChartFrame.chartFrame_WindowClosed()V)
|
|
connEtoC3: (UpdaterSlider.change.stateChanged(javax.swing.event.ChangeEvent) --> ChartFrame.updaterSlider_StateChanged()V)
|
|
connEtoM1: (UpdaterSlider.change.stateChanged(javax.swing.event.ChangeEvent) --> JLabel2.text)
|
|
Return the BaseChart1 property value.
|
|
Return the JFrameContentPane property value.
|
|
Return the JLabel1 property value.
|
|
Return the JLabel2 property value.
|
|
Return the JPanel1 property value.
|
|
Return the UpdaterSlider property value.
|
|
Called whenever the part throws an exception.
|
|
Initializes connections
|
|
Initialize the class. |
|
main entrypoint - starts the part when it is run as an application
|
|
Insert the method's description here. Creation date: (8.8.2002 1:13:03) |
|
Comment |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|