
Classes | |
| class | IvjEventHandler |
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 | |
| static 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 |
Insert the type's description here. Creation date: (7.8.2002 20:37:02)
| com::cosylab::gui::components::r2::chart::demo::ChartFrame::ChartFrame | ( | ) | [inline] |
| com::cosylab::gui::components::r2::chart::demo::ChartFrame::ChartFrame | ( | String | title | ) | [inline] |
| synchronized void com::cosylab::gui::components::r2::chart::demo::ChartFrame::chartFrame_WindowActivated | ( | ) | [inline] |
Comment
Referenced by connEtoC1().
| void com::cosylab::gui::components::r2::chart::demo::ChartFrame::chartFrame_WindowClosed | ( | ) | [inline] |
| void com::cosylab::gui::components::r2::chart::demo::ChartFrame::connEtoC1 | ( | java.awt.event.WindowEvent | arg1 | ) | [inline, private] |
connEtoC1: (ChartFrame.window.windowActivated(java.awt.event.WindowEvent) --> ChartFrame.chartFrame_WindowActivated()V)
| arg1 | java.awt.event.WindowEvent |
References chartFrame_WindowActivated(), and handleException().
Referenced by com::cosylab::gui::components::r2::chart::demo::ChartFrame::IvjEventHandler::windowActivated().
| void com::cosylab::gui::components::r2::chart::demo::ChartFrame::connEtoC2 | ( | java.awt.event.WindowEvent | arg1 | ) | [inline, private] |
connEtoC2: (ChartFrame.window.windowClosed(java.awt.event.WindowEvent) --> ChartFrame.chartFrame_WindowClosed()V)
| arg1 | java.awt.event.WindowEvent |
References chartFrame_WindowClosed(), and handleException().
Referenced by com::cosylab::gui::components::r2::chart::demo::ChartFrame::IvjEventHandler::windowClosed().
| void com::cosylab::gui::components::r2::chart::demo::ChartFrame::connEtoC3 | ( | javax.swing.event.ChangeEvent | arg1 | ) | [inline, private] |
connEtoC3: (UpdaterSlider.change.stateChanged(javax.swing.event.ChangeEvent) --> ChartFrame.updaterSlider_StateChanged()V)
| arg1 | javax.swing.event.ChangeEvent |
References handleException(), and updaterSlider_StateChanged().
Referenced by com::cosylab::gui::components::r2::chart::demo::ChartFrame::IvjEventHandler::stateChanged().
| void com::cosylab::gui::components::r2::chart::demo::ChartFrame::connEtoM1 | ( | javax.swing.event.ChangeEvent | arg1 | ) | [inline, private] |
connEtoM1: (UpdaterSlider.change.stateChanged(javax.swing.event.ChangeEvent) --> JLabel2.text)
| arg1 | javax.swing.event.ChangeEvent |
References getJLabel2(), getUpdaterSlider(), and handleException().
Referenced by com::cosylab::gui::components::r2::chart::demo::ChartFrame::IvjEventHandler::stateChanged().
| com.cosylab.gui.components.r2.chart.BaseChart com::cosylab::gui::components::r2::chart::demo::ChartFrame::getBaseChart | ( | ) | [inline] |
Return the BaseChart1 property value.
References com::cosylab::gui::components::r2::chart::BaseChart::BaseChart(), handleException(), and ivjBaseChart.
Referenced by getJFrameContentPane(), run(), com::cosylab::gui::components::r2::chart::demo::ChartDemo::startDefaultChart(), com::cosylab::gui::components::r2::chart::demo::ChartDemo::startFancyChart(), com::cosylab::gui::components::r2::chart::demo::ChartDemo::startHistoryTrendChart(), and com::cosylab::gui::components::r2::chart::demo::ChartDemo::startSimpleTrendChart().
| javax.swing.JPanel com::cosylab::gui::components::r2::chart::demo::ChartFrame::getJFrameContentPane | ( | ) | [inline, private] |
Return the JFrameContentPane property value.
References getBaseChart(), getJPanel1(), handleException(), and ivjJFrameContentPane.
Referenced by initialize().
| javax.swing.JLabel com::cosylab::gui::components::r2::chart::demo::ChartFrame::getJLabel1 | ( | ) | [inline, private] |
Return the JLabel1 property value.
References handleException(), and ivjJLabel1.
Referenced by getJPanel1().
| javax.swing.JLabel com::cosylab::gui::components::r2::chart::demo::ChartFrame::getJLabel2 | ( | ) | [inline, private] |
Return the JLabel2 property value.
References handleException(), and ivjJLabel2.
Referenced by connEtoM1(), and getJPanel1().
| javax.swing.JPanel com::cosylab::gui::components::r2::chart::demo::ChartFrame::getJPanel1 | ( | ) | [inline, private] |
Return the JPanel1 property value.
References getJLabel1(), getJLabel2(), getUpdaterSlider(), handleException(), and ivjJPanel1.
Referenced by getJFrameContentPane().
| javax.swing.JSlider com::cosylab::gui::components::r2::chart::demo::ChartFrame::getUpdaterSlider | ( | ) | [inline, private] |
Return the UpdaterSlider property value.
References handleException(), and ivjUpdaterSlider.
Referenced by connEtoM1(), getJPanel1(), initConnections(), and updaterSlider_StateChanged().
| void com::cosylab::gui::components::r2::chart::demo::ChartFrame::handleException | ( | java.lang.Throwable | exception | ) | [inline, private] |
Called whenever the part throws an exception.
| exception | java.lang.Throwable |
Referenced by connEtoC1(), connEtoC2(), connEtoC3(), connEtoM1(), getBaseChart(), getJFrameContentPane(), getJLabel1(), getJLabel2(), getJPanel1(), getUpdaterSlider(), and initialize().
| void com::cosylab::gui::components::r2::chart::demo::ChartFrame::initConnections | ( | ) | throws java.lang.Exception [inline, private] |
Initializes connections
| java.lang.Exception | The exception description. |
References getUpdaterSlider(), and ivjEventHandler.
Referenced by initialize().
| void com::cosylab::gui::components::r2::chart::demo::ChartFrame::initialize | ( | ) | [inline, private] |
Initialize the class.
References getJFrameContentPane(), handleException(), and initConnections().
Referenced by ChartFrame().
| static void com::cosylab::gui::components::r2::chart::demo::ChartFrame::main | ( | java.lang.String[] | args | ) | [inline, static] |
main entrypoint - starts the part when it is run as an application
| args | java.lang.String[] |
References ChartFrame().
| synchronized void com::cosylab::gui::components::r2::chart::demo::ChartFrame::run | ( | ) | [inline] |
Insert the method's description here. Creation date: (8.8.2002 1:13:03)
References alive, getBaseChart(), timer, and com::cosylab::gui::components::r2::chart::BaseChart::updateChart().
| synchronized void com::cosylab::gui::components::r2::chart::demo::ChartFrame::updaterSlider_StateChanged | ( | ) | [inline] |
boolean com::cosylab::gui::components::r2::chart::demo::ChartFrame::alive = true [private] |
Referenced by chartFrame_WindowClosed(), and run().
Referenced by getBaseChart().
IvjEventHandler com::cosylab::gui::components::r2::chart::demo::ChartFrame::ivjEventHandler = new IvjEventHandler() [package] |
Referenced by initConnections().
javax.swing.JPanel com::cosylab::gui::components::r2::chart::demo::ChartFrame::ivjJFrameContentPane = null [private] |
Referenced by getJFrameContentPane().
javax.swing.JLabel com::cosylab::gui::components::r2::chart::demo::ChartFrame::ivjJLabel1 = null [private] |
Referenced by getJLabel1().
javax.swing.JLabel com::cosylab::gui::components::r2::chart::demo::ChartFrame::ivjJLabel2 = null [private] |
Referenced by getJLabel2().
javax.swing.JPanel com::cosylab::gui::components::r2::chart::demo::ChartFrame::ivjJPanel1 = null [private] |
Referenced by getJPanel1().
javax.swing.JSlider com::cosylab::gui::components::r2::chart::demo::ChartFrame::ivjUpdaterSlider = null [private] |
Referenced by getUpdaterSlider().
int com::cosylab::gui::components::r2::chart::demo::ChartFrame::timer = 1000 [private] |
Referenced by run(), and updaterSlider_StateChanged().
1.6.2