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::ChartFrame Class Reference

Collaboration diagram for com::cosylab::gui::components::r2::chart::demo::ChartFrame:

Collaboration graph
[legend]
List of all members.

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

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

Detailed Description

Insert the type's description here. Creation date: (7.8.2002 20:37:02)
Author:
:


Constructor & Destructor Documentation

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

ChartFrame constructor comment.

com::cosylab::gui::components::r2::chart::demo::ChartFrame::ChartFrame String  title  )  [inline]
 

ChartFrame constructor comment.

Parameters:
title java.lang.String


Member Function Documentation

synchronized void com::cosylab::gui::components::r2::chart::demo::ChartFrame::chartFrame_WindowActivated  )  [inline]
 

Comment

void com::cosylab::gui::components::r2::chart::demo::ChartFrame::chartFrame_WindowClosed  )  [inline]
 

Comment

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)

Parameters:
arg1 java.awt.event.WindowEvent

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)

Parameters:
arg1 java.awt.event.WindowEvent

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)

Parameters:
arg1 javax.swing.event.ChangeEvent

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)

Parameters:
arg1 javax.swing.event.ChangeEvent

com.cosylab.gui.components.r2.chart.BaseChart com::cosylab::gui::components::r2::chart::demo::ChartFrame::getBaseChart  )  [inline]
 

Return the BaseChart1 property value.

Returns:
com.cosylab.gui.chart.BaseChart

javax.swing.JPanel com::cosylab::gui::components::r2::chart::demo::ChartFrame::getJFrameContentPane  )  [inline, private]
 

Return the JFrameContentPane property value.

Returns:
javax.swing.JPanel

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

Return the JLabel1 property value.

Returns:
javax.swing.JLabel

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

Return the JLabel2 property value.

Returns:
javax.swing.JLabel

javax.swing.JPanel com::cosylab::gui::components::r2::chart::demo::ChartFrame::getJPanel1  )  [inline, private]
 

Return the JPanel1 property value.

Returns:
javax.swing.JPanel

javax.swing.JSlider com::cosylab::gui::components::r2::chart::demo::ChartFrame::getUpdaterSlider  )  [inline, private]
 

Return the UpdaterSlider property value.

Returns:
javax.swing.JSlider

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

Initializes connections

Exceptions:
java.lang.Exception The exception description.

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

Initialize the class.

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

Parameters:
args java.lang.String[]

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)

synchronized void com::cosylab::gui::components::r2::chart::demo::ChartFrame::updaterSlider_StateChanged  )  [inline]
 

Comment


Member Data Documentation

boolean com::cosylab::gui::components::r2::chart::demo::ChartFrame::alive = true [private]
 

BaseChart com::cosylab::gui::components::r2::chart::demo::ChartFrame::ivjBaseChart = null [private]
 

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

javax.swing.JPanel com::cosylab::gui::components::r2::chart::demo::ChartFrame::ivjJFrameContentPane = null [private]
 

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

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

javax.swing.JPanel com::cosylab::gui::components::r2::chart::demo::ChartFrame::ivjJPanel1 = null [private]
 

javax.swing.JSlider com::cosylab::gui::components::r2::chart::demo::ChartFrame::ivjUpdaterSlider = null [private]
 

int com::cosylab::gui::components::r2::chart::demo::ChartFrame::timer = 1000 [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