
Classes | |
| class | IvjEventHandler |
Public Member Functions | |
| ChartDemo () | |
| ChartDemo (java.awt.LayoutManager layout) | |
| ChartDemo (java.awt.LayoutManager layout, boolean isDoubleBuffered) | |
| ChartDemo (boolean isDoubleBuffered) | |
| java.lang.String | dendTrendChart () |
| java.lang.String | descDefaultChart () |
| java.lang.String | descFancyChart () |
| java.lang.String | descSimpleTrendChart () |
| void | startDefaultChart () |
| void | startFancyChart () |
| void | startHistoryTrendChart () |
| void | startSimpleTrendChart () |
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.ActionEvent arg1) |
| void | connEtoC2 (java.awt.event.ActionEvent arg1) |
| void | connEtoC3 (java.awt.event.ActionEvent arg1) |
| void | connEtoC4 (java.awt.event.ActionEvent arg1) |
| void | connEtoM1 (java.awt.event.MouseEvent arg1) |
| void | connEtoM2 (java.awt.event.MouseEvent arg1) |
| void | connEtoM3 (java.awt.event.MouseEvent arg1) |
| void | connEtoM4 (java.awt.event.MouseEvent arg1) |
| javax.swing.JButton | getDefaultChartButton () |
| javax.swing.JButton | getFancyChartButton () |
| javax.swing.JButton | getHistoryTrendButton () |
| javax.swing.JLabel | getJLabel1 () |
| javax.swing.JScrollPane | getJScrollPane1 () |
| javax.swing.JButton | getSimpleTrendButton () |
| javax.swing.JTextArea | getTextArea () |
| void | handleException (java.lang.Throwable exception) |
| void | initConnections () throws java.lang.Exception |
| void | initialize () |
Private Attributes | |
| javax.swing.JLabel | ivjJLabel1 = null |
| javax.swing.JScrollPane | ivjJScrollPane1 = null |
| javax.swing.JTextArea | ivjTextArea = null |
| javax.swing.JButton | ivjDefaultChartButton = null |
| javax.swing.JButton | ivjSimpleTrendButton = null |
| javax.swing.JButton | ivjHistoryTrendButton = null |
| javax.swing.JButton | ivjFancyChartButton = null |
Insert the type's description here. Creation date: (7.8.2002 20:35:01)
| com::cosylab::gui::components::r2::chart::demo::ChartDemo::ChartDemo | ( | ) | [inline] |
| com::cosylab::gui::components::r2::chart::demo::ChartDemo::ChartDemo | ( | java.awt.LayoutManager | layout | ) | [inline] |
ChartDemoPanel constructor comment.
| layout | java.awt.LayoutManager |
| com::cosylab::gui::components::r2::chart::demo::ChartDemo::ChartDemo | ( | java.awt.LayoutManager | layout, | |
| boolean | isDoubleBuffered | |||
| ) | [inline] |
ChartDemoPanel constructor comment.
| layout | java.awt.LayoutManager | |
| isDoubleBuffered | boolean |
| com::cosylab::gui::components::r2::chart::demo::ChartDemo::ChartDemo | ( | boolean | isDoubleBuffered | ) | [inline] |
ChartDemoPanel constructor comment.
| isDoubleBuffered | boolean |
| void com::cosylab::gui::components::r2::chart::demo::ChartDemo::connEtoC1 | ( | java.awt.event.ActionEvent | arg1 | ) | [inline, private] |
connEtoC1: (DefaultChartButton.action.actionPerformed(java.awt.event.ActionEvent) --> ChartDemo.startDefaultChart()V)
| arg1 | java.awt.event.ActionEvent |
References handleException(), and startDefaultChart().
Referenced by com::cosylab::gui::components::r2::chart::demo::ChartDemo::IvjEventHandler::actionPerformed().
| void com::cosylab::gui::components::r2::chart::demo::ChartDemo::connEtoC2 | ( | java.awt.event.ActionEvent | arg1 | ) | [inline, private] |
connEtoC2: (SimpleTrendButton.action.actionPerformed(java.awt.event.ActionEvent) --> ChartDemo.startSimpleTrendChart()V)
| arg1 | java.awt.event.ActionEvent |
References handleException(), and startSimpleTrendChart().
Referenced by com::cosylab::gui::components::r2::chart::demo::ChartDemo::IvjEventHandler::actionPerformed().
| void com::cosylab::gui::components::r2::chart::demo::ChartDemo::connEtoC3 | ( | java.awt.event.ActionEvent | arg1 | ) | [inline, private] |
connEtoC3: (HistoryTrendButton.action.actionPerformed(java.awt.event.ActionEvent) --> ChartDemo.startHistoryTrendChart()V)
| arg1 | java.awt.event.ActionEvent |
References handleException(), and startHistoryTrendChart().
Referenced by com::cosylab::gui::components::r2::chart::demo::ChartDemo::IvjEventHandler::actionPerformed().
| void com::cosylab::gui::components::r2::chart::demo::ChartDemo::connEtoC4 | ( | java.awt.event.ActionEvent | arg1 | ) | [inline, private] |
connEtoC4: (FancyChartButton.action.actionPerformed(java.awt.event.ActionEvent) --> ChartDemo.startFancyChart()V)
| arg1 | java.awt.event.ActionEvent |
References handleException(), and startFancyChart().
Referenced by com::cosylab::gui::components::r2::chart::demo::ChartDemo::IvjEventHandler::actionPerformed().
| void com::cosylab::gui::components::r2::chart::demo::ChartDemo::connEtoM1 | ( | java.awt.event.MouseEvent | arg1 | ) | [inline, private] |
connEtoM1: (DefaultChartButton.mouse.mouseEntered(java.awt.event.MouseEvent) --> TextArea.text)
| arg1 | java.awt.event.MouseEvent |
References descDefaultChart(), getTextArea(), and handleException().
Referenced by com::cosylab::gui::components::r2::chart::demo::ChartDemo::IvjEventHandler::mouseEntered().
| void com::cosylab::gui::components::r2::chart::demo::ChartDemo::connEtoM2 | ( | java.awt.event.MouseEvent | arg1 | ) | [inline, private] |
connEtoM2: (SimpleTrendButton.mouse.mouseEntered(java.awt.event.MouseEvent) --> TextArea.text)
| arg1 | java.awt.event.MouseEvent |
References descSimpleTrendChart(), getTextArea(), and handleException().
Referenced by com::cosylab::gui::components::r2::chart::demo::ChartDemo::IvjEventHandler::mouseEntered().
| void com::cosylab::gui::components::r2::chart::demo::ChartDemo::connEtoM3 | ( | java.awt.event.MouseEvent | arg1 | ) | [inline, private] |
connEtoM3: (HistoryTrendButton.mouse.mouseEntered(java.awt.event.MouseEvent) --> TextArea.text)
| arg1 | java.awt.event.MouseEvent |
References dendTrendChart(), getTextArea(), and handleException().
Referenced by com::cosylab::gui::components::r2::chart::demo::ChartDemo::IvjEventHandler::mouseEntered().
| void com::cosylab::gui::components::r2::chart::demo::ChartDemo::connEtoM4 | ( | java.awt.event.MouseEvent | arg1 | ) | [inline, private] |
connEtoM4: (FancyChartButton.mouse.mouseEntered(java.awt.event.MouseEvent) --> TextArea.text)
| arg1 | java.awt.event.MouseEvent |
References descFancyChart(), getTextArea(), and handleException().
Referenced by com::cosylab::gui::components::r2::chart::demo::ChartDemo::IvjEventHandler::mouseEntered().
| java.lang.String com::cosylab::gui::components::r2::chart::demo::ChartDemo::dendTrendChart | ( | ) | [inline] |
Comment
Referenced by connEtoM3().
| java.lang.String com::cosylab::gui::components::r2::chart::demo::ChartDemo::descDefaultChart | ( | ) | [inline] |
Comment
Referenced by connEtoM1().
| java.lang.String com::cosylab::gui::components::r2::chart::demo::ChartDemo::descFancyChart | ( | ) | [inline] |
Comment
Referenced by connEtoM4().
| java.lang.String com::cosylab::gui::components::r2::chart::demo::ChartDemo::descSimpleTrendChart | ( | ) | [inline] |
Comment
Referenced by connEtoM2().
| javax.swing.JButton com::cosylab::gui::components::r2::chart::demo::ChartDemo::getDefaultChartButton | ( | ) | [inline, private] |
Return the JButton1 property value.
References handleException(), and ivjDefaultChartButton.
Referenced by initConnections(), and initialize().
| javax.swing.JButton com::cosylab::gui::components::r2::chart::demo::ChartDemo::getFancyChartButton | ( | ) | [inline, private] |
Return the FancyChartButton property value.
References handleException(), and ivjFancyChartButton.
Referenced by initConnections(), and initialize().
| javax.swing.JButton com::cosylab::gui::components::r2::chart::demo::ChartDemo::getHistoryTrendButton | ( | ) | [inline, private] |
Return the JButton3 property value.
References handleException(), and ivjHistoryTrendButton.
Referenced by initConnections(), and initialize().
| javax.swing.JLabel com::cosylab::gui::components::r2::chart::demo::ChartDemo::getJLabel1 | ( | ) | [inline, private] |
Return the JLabel1 property value.
References handleException(), and ivjJLabel1.
Referenced by initialize().
| javax.swing.JScrollPane com::cosylab::gui::components::r2::chart::demo::ChartDemo::getJScrollPane1 | ( | ) | [inline, private] |
Return the JScrollPane1 property value.
References getTextArea(), handleException(), and ivjJScrollPane1.
Referenced by initialize().
| javax.swing.JButton com::cosylab::gui::components::r2::chart::demo::ChartDemo::getSimpleTrendButton | ( | ) | [inline, private] |
Return the JButton2 property value.
References handleException(), and ivjSimpleTrendButton.
Referenced by initConnections(), and initialize().
| javax.swing.JTextArea com::cosylab::gui::components::r2::chart::demo::ChartDemo::getTextArea | ( | ) | [inline, private] |
Return the TextArea property value.
References handleException(), and ivjTextArea.
Referenced by connEtoM1(), connEtoM2(), connEtoM3(), connEtoM4(), and getJScrollPane1().
| void com::cosylab::gui::components::r2::chart::demo::ChartDemo::handleException | ( | java.lang.Throwable | exception | ) | [inline, private] |
Called whenever the part throws an exception.
| exception | java.lang.Throwable |
Referenced by connEtoC1(), connEtoC2(), connEtoC3(), connEtoC4(), connEtoM1(), connEtoM2(), connEtoM3(), connEtoM4(), getDefaultChartButton(), getFancyChartButton(), getHistoryTrendButton(), getJLabel1(), getJScrollPane1(), getSimpleTrendButton(), getTextArea(), and initialize().
| void com::cosylab::gui::components::r2::chart::demo::ChartDemo::initConnections | ( | ) | throws java.lang.Exception [inline, private] |
Initializes connections
| java.lang.Exception | The exception description. |
References getDefaultChartButton(), getFancyChartButton(), getHistoryTrendButton(), getSimpleTrendButton(), and ivjEventHandler.
Referenced by initialize().
| void com::cosylab::gui::components::r2::chart::demo::ChartDemo::initialize | ( | ) | [inline, private] |
Initialize the class.
References getDefaultChartButton(), getFancyChartButton(), getHistoryTrendButton(), getJLabel1(), getJScrollPane1(), getSimpleTrendButton(), handleException(), and initConnections().
Referenced by ChartDemo().
| static void com::cosylab::gui::components::r2::chart::demo::ChartDemo::main | ( | java.lang.String[] | args | ) | [inline, static] |
main entrypoint - starts the part when it is run as an application
| args | java.lang.String[] |
References ChartDemo().
| void com::cosylab::gui::components::r2::chart::demo::ChartDemo::startDefaultChart | ( | ) | [inline] |
| void com::cosylab::gui::components::r2::chart::demo::ChartDemo::startFancyChart | ( | ) | [inline] |
Comment
References com::cosylab::gui::components::r2::chart::ChartArea::addDataModel(), com::cosylab::gui::components::r2::chart::AbstractChartDecorator::applyFlavor(), com::cosylab::gui::components::r2::chart::demo::ChartFrame::getBaseChart(), and com::cosylab::gui::components::r2::chart::BaseChart::getChartArea().
Referenced by connEtoC4().
| void com::cosylab::gui::components::r2::chart::demo::ChartDemo::startHistoryTrendChart | ( | ) | [inline] |
Comment
References com::cosylab::gui::components::r2::chart::ChartArea::addDataModel(), com::cosylab::gui::components::r2::chart::AbstractChartDecorator::applyFlavor(), com::cosylab::gui::components::r2::chart::demo::ChartFrame::getBaseChart(), com::cosylab::gui::components::r2::chart::BaseChart::getChartArea(), com::cosylab::gui::components::r2::chart::BaseChart::getViewManager(), com::cosylab::gui::components::r2::chart::ChartViewManager::setXScale(), and com::cosylab::gui::components::r2::chart::ChartViewManager::setYScale().
Referenced by connEtoC3().
| void com::cosylab::gui::components::r2::chart::demo::ChartDemo::startSimpleTrendChart | ( | ) | [inline] |
Comment
References com::cosylab::gui::components::r2::chart::ChartArea::addDataModel(), com::cosylab::gui::components::r2::chart::AbstractChartDecorator::applyFlavor(), com::cosylab::gui::components::r2::chart::demo::ChartFrame::getBaseChart(), com::cosylab::gui::components::r2::chart::BaseChart::getChartArea(), com::cosylab::gui::components::r2::chart::BaseChart::getViewManager(), com::cosylab::gui::components::r2::chart::ChartViewManager::setXScale(), and com::cosylab::gui::components::r2::chart::ChartViewManager::setYScale().
Referenced by connEtoC2().
javax.swing.JButton com::cosylab::gui::components::r2::chart::demo::ChartDemo::ivjDefaultChartButton = null [private] |
Referenced by getDefaultChartButton().
IvjEventHandler com::cosylab::gui::components::r2::chart::demo::ChartDemo::ivjEventHandler = new IvjEventHandler() [package] |
Referenced by initConnections().
javax.swing.JButton com::cosylab::gui::components::r2::chart::demo::ChartDemo::ivjFancyChartButton = null [private] |
Referenced by getFancyChartButton().
javax.swing.JButton com::cosylab::gui::components::r2::chart::demo::ChartDemo::ivjHistoryTrendButton = null [private] |
Referenced by getHistoryTrendButton().
javax.swing.JLabel com::cosylab::gui::components::r2::chart::demo::ChartDemo::ivjJLabel1 = null [private] |
Referenced by getJLabel1().
javax.swing.JScrollPane com::cosylab::gui::components::r2::chart::demo::ChartDemo::ivjJScrollPane1 = null [private] |
Referenced by getJScrollPane1().
javax.swing.JButton com::cosylab::gui::components::r2::chart::demo::ChartDemo::ivjSimpleTrendButton = null [private] |
Referenced by getSimpleTrendButton().
javax.swing.JTextArea com::cosylab::gui::components::r2::chart::demo::ChartDemo::ivjTextArea = null [private] |
Referenced by getTextArea().
1.6.2