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 |
Insert the type's description here. Creation date: (11/12/00 3:08:23 PM)
dartboard::PlanetPanel::PlanetPanel | ( | ) | [inline] |
dartboard::PlanetPanel::PlanetPanel | ( | java.awt.LayoutManager | layout | ) | [inline] |
PlanetPanel constructor comment.
layout | java.awt.LayoutManager |
dartboard::PlanetPanel::PlanetPanel | ( | java.awt.LayoutManager | layout, | |
boolean | isDoubleBuffered | |||
) | [inline] |
PlanetPanel constructor comment.
layout | java.awt.LayoutManager | |
isDoubleBuffered | boolean |
dartboard::PlanetPanel::PlanetPanel | ( | boolean | isDoubleBuffered | ) | [inline] |
PlanetPanel constructor comment.
isDoubleBuffered | boolean |
javax.swing.JLabel dartboard::PlanetPanel::getJLabel1 | ( | ) | [inline, private] |
Return the JLabel1 property value.
References handleException(), and ivjJLabel1.
Referenced by initialize().
javax.swing.JLabel dartboard::PlanetPanel::getJLabel2 | ( | ) | [inline, private] |
Return the JLabel2 property value.
References handleException(), and ivjJLabel2.
Referenced by initialize().
javax.swing.JLabel dartboard::PlanetPanel::getJLabel3 | ( | ) | [inline, private] |
Return the JLabel3 property value.
References handleException(), and ivjJLabel3.
Referenced by initialize().
javax.swing.JLabel dartboard::PlanetPanel::getJLabel4 | ( | ) | [inline, private] |
Return the JLabel4 property value.
References handleException(), and ivjJLabel4.
Referenced by initialize().
javax.swing.JLabel dartboard::PlanetPanel::getJLabel7 | ( | ) | [inline, private] |
Return the JLabel7 property value.
References handleException(), and ivjJLabel7.
Referenced by initialize().
javax.swing.JLabel dartboard::PlanetPanel::getJLabel8 | ( | ) | [inline, private] |
Return the JLabel8 property value.
References handleException(), and ivjJLabel8.
Referenced by initialize().
javax.swing.JLabel dartboard::PlanetPanel::getMoonDeclinationLabel | ( | ) | [inline] |
Return the MoonDeclinationLabel property value.
References handleException(), and ivjMoonDeclinationLabel.
Referenced by initialize().
javax.swing.JLabel dartboard::PlanetPanel::getMoonRightAscensionLabel | ( | ) | [inline] |
Return the MoonRightAscensionLabel property value.
References handleException(), and ivjMoonRightAscensionLabel.
Referenced by initialize().
javax.swing.JLabel dartboard::PlanetPanel::getSunDeclinationLabel | ( | ) | [inline] |
Return the SunDeclinationLabel property value.
References handleException(), and ivjSunDeclinationLabel.
Referenced by initialize().
javax.swing.JLabel dartboard::PlanetPanel::getSunRightAscensionLabel | ( | ) | [inline] |
Return the SunRightAscensionLabel property value.
References handleException(), and ivjSunRightAscensionLabel.
Referenced by initialize().
void dartboard::PlanetPanel::handleException | ( | Throwable | exception | ) | [inline, private] |
Called whenever the part throws an exception.
exception | java.lang.Throwable |
Referenced by getJLabel1(), getJLabel2(), getJLabel3(), getJLabel4(), getJLabel7(), getJLabel8(), getMoonDeclinationLabel(), getMoonRightAscensionLabel(), getSunDeclinationLabel(), getSunRightAscensionLabel(), and initialize().
void dartboard::PlanetPanel::initialize | ( | ) | [inline, private] |
Initialize the class.
References getJLabel1(), getJLabel2(), getJLabel3(), getJLabel4(), getJLabel7(), getJLabel8(), getMoonDeclinationLabel(), getMoonRightAscensionLabel(), getSunDeclinationLabel(), getSunRightAscensionLabel(), and handleException().
Referenced by PlanetPanel().
static void dartboard::PlanetPanel::main | ( | java.lang.String[] | args | ) | [inline, static] |
main entrypoint - starts the part when it is run as an application
args | java.lang.String[] |
References PlanetPanel().
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] |
Referenced by getMoonRightAscensionLabel().
javax.swing.JLabel dartboard::PlanetPanel::ivjSunDeclinationLabel = null [private] |
Referenced by getSunDeclinationLabel().
javax.swing.JLabel dartboard::PlanetPanel::ivjSunRightAscensionLabel = null [private] |
Referenced by getSunRightAscensionLabel().