dartboard::PlanetPanel Class Reference

Collaboration diagram for dartboard::PlanetPanel:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 PlanetPanel ()
 PlanetPanel (java.awt.LayoutManager layout)
 PlanetPanel (java.awt.LayoutManager layout, boolean isDoubleBuffered)
 PlanetPanel (boolean isDoubleBuffered)
javax.swing.JLabel getMoonDeclinationLabel ()
javax.swing.JLabel getMoonRightAscensionLabel ()
javax.swing.JLabel getSunDeclinationLabel ()
javax.swing.JLabel getSunRightAscensionLabel ()

Static Public Member Functions

static void main (java.lang.String[] args)

Private Member Functions

javax.swing.JLabel getJLabel1 ()
javax.swing.JLabel getJLabel2 ()
javax.swing.JLabel getJLabel3 ()
javax.swing.JLabel getJLabel4 ()
javax.swing.JLabel getJLabel7 ()
javax.swing.JLabel getJLabel8 ()
void handleException (Throwable exception)
void initialize ()

Private Attributes

javax.swing.JLabel ivjJLabel1 = null
javax.swing.JLabel ivjJLabel2 = null
javax.swing.JLabel ivjJLabel3 = null
javax.swing.JLabel ivjJLabel4 = null
javax.swing.JLabel ivjJLabel7 = null
javax.swing.JLabel ivjJLabel8 = null
javax.swing.JLabel ivjMoonDeclinationLabel = null
javax.swing.JLabel ivjMoonRightAscensionLabel = null
javax.swing.JLabel ivjSunDeclinationLabel = null
javax.swing.JLabel ivjSunRightAscensionLabel = null

Detailed Description

Insert the type's description here. Creation date: (11/12/00 3:08:23 PM)

Author:
: Administrator

Constructor & Destructor Documentation

dartboard::PlanetPanel::PlanetPanel (  )  [inline]

PlanetPanel constructor comment.

References initialize().

Referenced by main().

dartboard::PlanetPanel::PlanetPanel ( java.awt.LayoutManager  layout  )  [inline]

PlanetPanel constructor comment.

Parameters:
layout java.awt.LayoutManager
dartboard::PlanetPanel::PlanetPanel ( java.awt.LayoutManager  layout,
boolean  isDoubleBuffered 
) [inline]

PlanetPanel constructor comment.

Parameters:
layout java.awt.LayoutManager
isDoubleBuffered boolean
dartboard::PlanetPanel::PlanetPanel ( boolean  isDoubleBuffered  )  [inline]

PlanetPanel constructor comment.

Parameters:
isDoubleBuffered boolean

Member Function Documentation

javax.swing.JLabel dartboard::PlanetPanel::getJLabel1 (  )  [inline, private]

Return the JLabel1 property value.

Returns:
javax.swing.JLabel

References handleException(), and ivjJLabel1.

Referenced by initialize().

javax.swing.JLabel dartboard::PlanetPanel::getJLabel2 (  )  [inline, private]

Return the JLabel2 property value.

Returns:
javax.swing.JLabel

References handleException(), and ivjJLabel2.

Referenced by initialize().

javax.swing.JLabel dartboard::PlanetPanel::getJLabel3 (  )  [inline, private]

Return the JLabel3 property value.

Returns:
javax.swing.JLabel

References handleException(), and ivjJLabel3.

Referenced by initialize().

javax.swing.JLabel dartboard::PlanetPanel::getJLabel4 (  )  [inline, private]

Return the JLabel4 property value.

Returns:
javax.swing.JLabel

References handleException(), and ivjJLabel4.

Referenced by initialize().

javax.swing.JLabel dartboard::PlanetPanel::getJLabel7 (  )  [inline, private]

Return the JLabel7 property value.

Returns:
javax.swing.JLabel

References handleException(), and ivjJLabel7.

Referenced by initialize().

javax.swing.JLabel dartboard::PlanetPanel::getJLabel8 (  )  [inline, private]

Return the JLabel8 property value.

Returns:
javax.swing.JLabel

References handleException(), and ivjJLabel8.

Referenced by initialize().

javax.swing.JLabel dartboard::PlanetPanel::getMoonDeclinationLabel (  )  [inline]

Return the MoonDeclinationLabel property value.

Returns:
javax.swing.JLabel

References handleException(), and ivjMoonDeclinationLabel.

Referenced by initialize().

javax.swing.JLabel dartboard::PlanetPanel::getMoonRightAscensionLabel (  )  [inline]

Return the MoonRightAscensionLabel property value.

Returns:
javax.swing.JLabel

References handleException(), and ivjMoonRightAscensionLabel.

Referenced by initialize().

javax.swing.JLabel dartboard::PlanetPanel::getSunDeclinationLabel (  )  [inline]

Return the SunDeclinationLabel property value.

Returns:
javax.swing.JLabel

References handleException(), and ivjSunDeclinationLabel.

Referenced by initialize().

javax.swing.JLabel dartboard::PlanetPanel::getSunRightAscensionLabel (  )  [inline]

Return the SunRightAscensionLabel property value.

Returns:
javax.swing.JLabel

References handleException(), and ivjSunRightAscensionLabel.

Referenced by initialize().

void dartboard::PlanetPanel::handleException ( Throwable  exception  )  [inline, private]

Called whenever the part throws an exception.

Parameters:
exception java.lang.Throwable

Referenced by getJLabel1(), getJLabel2(), getJLabel3(), getJLabel4(), getJLabel7(), getJLabel8(), getMoonDeclinationLabel(), getMoonRightAscensionLabel(), getSunDeclinationLabel(), getSunRightAscensionLabel(), and initialize().

void dartboard::PlanetPanel::initialize (  )  [inline, private]
static void dartboard::PlanetPanel::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 PlanetPanel().


Member Data Documentation

javax.swing.JLabel dartboard::PlanetPanel::ivjJLabel1 = null [private]

Referenced by getJLabel1().

javax.swing.JLabel dartboard::PlanetPanel::ivjJLabel2 = null [private]

Referenced by getJLabel2().

javax.swing.JLabel dartboard::PlanetPanel::ivjJLabel3 = null [private]

Referenced by getJLabel3().

javax.swing.JLabel dartboard::PlanetPanel::ivjJLabel4 = null [private]

Referenced by getJLabel4().

javax.swing.JLabel dartboard::PlanetPanel::ivjJLabel7 = null [private]

Referenced by getJLabel7().

javax.swing.JLabel dartboard::PlanetPanel::ivjJLabel8 = null [private]

Referenced by getJLabel8().

javax.swing.JLabel dartboard::PlanetPanel::ivjMoonDeclinationLabel = null [private]

Referenced by getMoonDeclinationLabel().

javax.swing.JLabel dartboard::PlanetPanel::ivjMoonRightAscensionLabel = null [private]
javax.swing.JLabel dartboard::PlanetPanel::ivjSunDeclinationLabel = null [private]

Referenced by getSunDeclinationLabel().

javax.swing.JLabel dartboard::PlanetPanel::ivjSunRightAscensionLabel = null [private]

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

Generated by  doxygen 1.6.2