com::cosylab::gui::components::r2::chart::demo::ChartDemo Class Reference

Collaboration diagram for com::cosylab::gui::components::r2::chart::demo::ChartDemo:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Insert the type's description here. Creation date: (7.8.2002 20:35:01)

Author:
:

Constructor & Destructor Documentation

com::cosylab::gui::components::r2::chart::demo::ChartDemo::ChartDemo (  )  [inline]

ChartDemoPanel constructor comment.

References initialize().

Referenced by main().

com::cosylab::gui::components::r2::chart::demo::ChartDemo::ChartDemo ( java.awt.LayoutManager  layout  )  [inline]

ChartDemoPanel constructor comment.

Parameters:
layout java.awt.LayoutManager
com::cosylab::gui::components::r2::chart::demo::ChartDemo::ChartDemo ( java.awt.LayoutManager  layout,
boolean  isDoubleBuffered 
) [inline]

ChartDemoPanel constructor comment.

Parameters:
layout java.awt.LayoutManager
isDoubleBuffered boolean
com::cosylab::gui::components::r2::chart::demo::ChartDemo::ChartDemo ( boolean  isDoubleBuffered  )  [inline]

ChartDemoPanel constructor comment.

Parameters:
isDoubleBuffered boolean

Member Function Documentation

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)

Parameters:
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)

Parameters:
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)

Parameters:
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)

Parameters:
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)

Parameters:
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)

Parameters:
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)

Parameters:
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)

Parameters:
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.

Returns:
javax.swing.JButton

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.

Returns:
javax.swing.JButton

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.

Returns:
javax.swing.JButton

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.

Returns:
javax.swing.JLabel

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.

Returns:
javax.swing.JScrollPane

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.

Returns:
javax.swing.JButton

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.

Returns:
javax.swing.JTextArea

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]
void com::cosylab::gui::components::r2::chart::demo::ChartDemo::initConnections (  )  throws java.lang.Exception [inline, private]

Initializes connections

Exceptions:
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]
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

Parameters:
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]
void com::cosylab::gui::components::r2::chart::demo::ChartDemo::startHistoryTrendChart (  )  [inline]
void com::cosylab::gui::components::r2::chart::demo::ChartDemo::startSimpleTrendChart (  )  [inline]

Member Data Documentation

Referenced by getDefaultChartButton().

Referenced by initConnections().

Referenced by getFancyChartButton().

Referenced by getHistoryTrendButton().

Referenced by getJLabel1().

Referenced by getJScrollPane1().

Referenced by getSimpleTrendButton().

Referenced by getTextArea().


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2