Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

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.

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

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.

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

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

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

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

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

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

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

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

java.lang.String com::cosylab::gui::components::r2::chart::demo::ChartDemo::dendTrendChart  )  [inline]
 

Comment

java.lang.String com::cosylab::gui::components::r2::chart::demo::ChartDemo::descDefaultChart  )  [inline]
 

Comment

java.lang.String com::cosylab::gui::components::r2::chart::demo::ChartDemo::descFancyChart  )  [inline]
 

Comment

java.lang.String com::cosylab::gui::components::r2::chart::demo::ChartDemo::descSimpleTrendChart  )  [inline]
 

Comment

javax.swing.JButton com::cosylab::gui::components::r2::chart::demo::ChartDemo::getDefaultChartButton  )  [inline, private]
 

Return the JButton1 property value.

Returns:
javax.swing.JButton

javax.swing.JButton com::cosylab::gui::components::r2::chart::demo::ChartDemo::getFancyChartButton  )  [inline, private]
 

Return the FancyChartButton property value.

Returns:
javax.swing.JButton

javax.swing.JButton com::cosylab::gui::components::r2::chart::demo::ChartDemo::getHistoryTrendButton  )  [inline, private]
 

Return the JButton3 property value.

Returns:
javax.swing.JButton

javax.swing.JLabel com::cosylab::gui::components::r2::chart::demo::ChartDemo::getJLabel1  )  [inline, private]
 

Return the JLabel1 property value.

Returns:
javax.swing.JLabel

javax.swing.JScrollPane com::cosylab::gui::components::r2::chart::demo::ChartDemo::getJScrollPane1  )  [inline, private]
 

Return the JScrollPane1 property value.

Returns:
javax.swing.JScrollPane

javax.swing.JButton com::cosylab::gui::components::r2::chart::demo::ChartDemo::getSimpleTrendButton  )  [inline, private]
 

Return the JButton2 property value.

Returns:
javax.swing.JButton

javax.swing.JTextArea com::cosylab::gui::components::r2::chart::demo::ChartDemo::getTextArea  )  [inline, private]
 

Return the TextArea property value.

Returns:
javax.swing.JTextArea

void com::cosylab::gui::components::r2::chart::demo::ChartDemo::handleException java.lang.Throwable  exception  )  [inline, private]
 

Called whenever the part throws an exception.

Parameters:
exception java.lang.Throwable

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.

void com::cosylab::gui::components::r2::chart::demo::ChartDemo::initialize  )  [inline, private]
 

Initialize the class.

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[]

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

Comment

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

Comment

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

Comment

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

Comment


Member Data Documentation

javax.swing.JButton com::cosylab::gui::components::r2::chart::demo::ChartDemo::ivjDefaultChartButton = null [private]
 

IvjEventHandler com::cosylab::gui::components::r2::chart::demo::ChartDemo::ivjEventHandler = new IvjEventHandler() [package]
 

javax.swing.JButton com::cosylab::gui::components::r2::chart::demo::ChartDemo::ivjFancyChartButton = null [private]
 

javax.swing.JButton com::cosylab::gui::components::r2::chart::demo::ChartDemo::ivjHistoryTrendButton = null [private]
 

javax.swing.JLabel com::cosylab::gui::components::r2::chart::demo::ChartDemo::ivjJLabel1 = null [private]
 

javax.swing.JScrollPane com::cosylab::gui::components::r2::chart::demo::ChartDemo::ivjJScrollPane1 = null [private]
 

javax.swing.JButton com::cosylab::gui::components::r2::chart::demo::ChartDemo::ivjSimpleTrendButton = null [private]
 

javax.swing.JTextArea com::cosylab::gui::components::r2::chart::demo::ChartDemo::ivjTextArea = null [private]
 


The documentation for this class was generated from the following file:
Generated on Thu Apr 30 03:12:59 2009 for ACS Java API by doxygen 1.3.8