Public Member Functions | |
BaseChartCustomizer () | |
BaseChartCustomizer (BaseChart ch) | |
BaseChart | getChart () |
void | oKButton_ActionPerformed (java.awt.event.ActionEvent actionEvent) |
void | setChart (BaseChart newChart) |
void | updateCustomizer () |
Static Public Member Functions | |
void | main (java.lang.String[] args) |
Package Attributes | |
IvjEventHandler | ivjEventHandler = new IvjEventHandler() |
Private Member Functions | |
void | connEtoM1 (java.awt.event.ActionEvent arg1) |
void | connEtoM2 (java.awt.event.ActionEvent arg1) |
void | connEtoM3 (java.awt.event.ActionEvent arg1) |
void | connEtoM4 (java.awt.event.ActionEvent arg1) |
void | connEtoM5 (java.awt.event.ActionEvent arg1) |
void | connEtoM6 (java.awt.event.ActionEvent arg1) |
void | connEtoM7 (java.awt.event.WindowEvent arg1) |
String | format (String form, double d) |
javax.swing.JButton | getCancelButton () |
javax.swing.JPanel | getJFrameContentPane () |
javax.swing.JLabel | getJLabel1 () |
javax.swing.JLabel | getJLabel2 () |
javax.swing.JLabel | getJLabel3 () |
javax.swing.JLabel | getJLabel4 () |
javax.swing.JLabel | getMaxValueLabel () |
javax.swing.JTextField | getMaxXText () |
javax.swing.JTextField | getMaxYText () |
javax.swing.JLabel | getMinValueLabel () |
javax.swing.JTextField | getMinXText () |
javax.swing.JTextField | getMinYText () |
javax.swing.JButton | getOKButton () |
javax.swing.JCheckBox | getPreferedXCheckBox () |
javax.swing.JCheckBox | getPreferedYCheckBox () |
void | handleException (java.lang.Throwable exception) |
void | initConnections () throws java.lang.Exception |
void | initialize () |
Private Attributes | |
javax.swing.JButton | ivjCancelButton = null |
javax.swing.JPanel | ivjJFrameContentPane = null |
javax.swing.JLabel | ivjJLabel1 = null |
javax.swing.JLabel | ivjJLabel2 = null |
javax.swing.JLabel | ivjJLabel3 = null |
javax.swing.JLabel | ivjJLabel4 = null |
javax.swing.JLabel | ivjMaxValueLabel = null |
javax.swing.JTextField | ivjMaxXText = null |
javax.swing.JTextField | ivjMaxYText = null |
javax.swing.JLabel | ivjMinValueLabel = null |
javax.swing.JTextField | ivjMinXText = null |
javax.swing.JTextField | ivjMinYText = null |
javax.swing.JButton | ivjOKButton = null |
BaseChart | chart = null |
javax.swing.JCheckBox | ivjPreferedXCheckBox = null |
javax.swing.JCheckBox | ivjPreferedYCheckBox = null |
java.text.DecimalFormat | format = new java.text.DecimalFormat() |
|
BaseChartCustomizer constructor, which takes no argument and constructs BaseChartCustomizer with default values. |
|
BaseChartCustomizer constructor, which takes BaseChart as argument and constructs BaseChartCustomizer with default values, except BaseChart is specified as parameter. |
|
connEtoM1: (MinXText.action.actionPerformed(java.awt.event.ActionEvent) --> PreferedXCheckBox.selected)
|
|
connEtoM2: (MaxXText.action.actionPerformed(java.awt.event.ActionEvent) --> PreferedXCheckBox.selected)
|
|
connEtoM3: (MinYText.action.actionPerformed(java.awt.event.ActionEvent) --> PreferedYCheckBox.selected)
|
|
connEtoM4: (MaxYText.action.actionPerformed(java.awt.event.ActionEvent) --> PreferedYCheckBox.selected)
|
|
connEtoM5: (OKButton.action.actionPerformed(java.awt.event.ActionEvent) --> BaseChartCustomizer.oKButton_ActionPerformed(Ljava.awt.event.ActionEvent;)V)
|
|
connEtoM6: (CancelButton.action.actionPerformed(java.awt.event.ActionEvent) --> BaseChartCustomizer.dispose()V)
|
|
connEtoM7: (BaseChartCustomizer.window.windowOpened(java.awt.event.WindowEvent) --> BaseChartCustomizer.updateCustomizer()V)
|
|
|
|
Return the CancelButton property value.
|
|
Insert the method's description here. Creation date: (11/24/00 22:46:41)
|
|
Return the JFrameContentPane property value.
|
|
Return the JLabel1 property value.
|
|
Return the JLabel2 property value.
|
|
Return the JLabel3 property value.
|
|
Return the JLabel4 property value.
|
|
Return the MaxValueLabel property value.
|
|
Return the MaxXText property value.
|
|
Return the MaxYText property value.
|
|
Return the MinValueLabel property value.
|
|
Return the MinXText property value.
|
|
Return the MinYText property value.
|
|
Return the OKButton property value.
|
|
Return the PreferedXCheckBox property value.
|
|
Return the PreferedYCheckBox property value.
|
|
Called whenever the part throws an exception.
|
|
Initializes connections
|
|
Initialize the class. |
|
main entrypoint - starts the part when it is run as an application
|
|
This method sets new scale in x and y directions, if not selected Prefered CheckBox. |
|
This method sets BaseChart to this BaseChartCustomizer. |
|
This method update this BaseChartCustomizer with settings from own BaseChart. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|