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 | |
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 |
|
ChartDemoPanel constructor comment. |
|
ChartDemoPanel constructor comment.
|
|
ChartDemoPanel constructor comment.
|
|
ChartDemoPanel constructor comment.
|
|
connEtoC1: (DefaultChartButton.action.actionPerformed(java.awt.event.ActionEvent) --> ChartDemo.startDefaultChart()V)
|
|
connEtoC2: (SimpleTrendButton.action.actionPerformed(java.awt.event.ActionEvent) --> ChartDemo.startSimpleTrendChart()V)
|
|
connEtoC3: (HistoryTrendButton.action.actionPerformed(java.awt.event.ActionEvent) --> ChartDemo.startHistoryTrendChart()V)
|
|
connEtoC4: (FancyChartButton.action.actionPerformed(java.awt.event.ActionEvent) --> ChartDemo.startFancyChart()V)
|
|
connEtoM1: (DefaultChartButton.mouse.mouseEntered(java.awt.event.MouseEvent) --> TextArea.text)
|
|
connEtoM2: (SimpleTrendButton.mouse.mouseEntered(java.awt.event.MouseEvent) --> TextArea.text)
|
|
connEtoM3: (HistoryTrendButton.mouse.mouseEntered(java.awt.event.MouseEvent) --> TextArea.text)
|
|
connEtoM4: (FancyChartButton.mouse.mouseEntered(java.awt.event.MouseEvent) --> TextArea.text)
|
|
Comment |
|
Comment |
|
Comment |
|
Comment |
|
Return the JButton1 property value.
|
|
Return the FancyChartButton property value.
|
|
Return the JButton3 property value.
|
|
Return the JLabel1 property value.
|
|
Return the JScrollPane1 property value.
|
|
Return the JButton2 property value.
|
|
Return the TextArea 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
|
|
Comment |
|
Comment |
|
Comment |
|
Comment |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|