cosmetics
authormlang
Tue, 21 Jun 2005 16:11:16 +0200
changeset 24582b0cfd7f5660
parent 2457 50764a3a6f86
child 2459 e08a0a13a6d4
cosmetics
src/java/isac/gui/calcheadviews/CalcHeadView.java
src/java/isac/gui/treetable/CalculationModel.java
     1.1 --- a/src/java/isac/gui/calcheadviews/CalcHeadView.java	Tue Jun 21 16:11:16 2005 +0200
     1.2 +++ b/src/java/isac/gui/calcheadviews/CalcHeadView.java	Tue Jun 21 16:11:16 2005 +0200
     1.3 @@ -158,9 +158,9 @@
     1.4  
     1.5  	/**
     1.6  	 * this method inserts the mathTexts from the TextField txtGiven in the
     1.7 -	 * calcHead
     1.8 +	 * calc_head_
     1.9  	 * 
    1.10 -	 * @param calcHead
    1.11 +	 * @param calc_head_
    1.12  	 *            is modified in the method!
    1.13  	 * @author Alois Kirchsteiger 10.09.2004 ~12
    1.14  	 */
    1.15 @@ -193,9 +193,9 @@
    1.16  
    1.17  	/**
    1.18  	 * this method inserts the mathTexts from the TextField txtWhere in the
    1.19 -	 * calcHead
    1.20 +	 * calc_head_
    1.21  	 * 
    1.22 -	 * @param calcHead
    1.23 +	 * @param calc_head_
    1.24  	 *            is modified in the method!
    1.25  	 * @author Alois Kirchsteiger 10.09.2004 ~12
    1.26  	 */
    1.27 @@ -228,9 +228,9 @@
    1.28  
    1.29  	/**
    1.30  	 * this method inserts the mathTexts from the TextField txtFind in the
    1.31 -	 * calcHead
    1.32 +	 * calc_head_
    1.33  	 * 
    1.34 -	 * @param calcHead
    1.35 +	 * @param calc_head_
    1.36  	 *            is modified in the method!
    1.37  	 * @author Alois Kirchsteiger 10.09.2004 ~12
    1.38  	 */
    1.39 @@ -264,9 +264,9 @@
    1.40  
    1.41  	/**
    1.42  	 * this method inserts the mathTexts from the TextField txtRelate in the
    1.43 -	 * calcHead
    1.44 +	 * calc_head_
    1.45  	 * 
    1.46 -	 * @param calcHead
    1.47 +	 * @param calc_head_
    1.48  	 *            is modified in the method!
    1.49  	 * @author Alois Kirchsteiger 10.09.2004 ~12
    1.50  	 */
    1.51 @@ -301,7 +301,7 @@
    1.52  	/**
    1.53  	 * insert the mathTexts from the TextField txtProblem in the CalcHead
    1.54  	 * 
    1.55 -	 * @param calcHead
    1.56 +	 * @param calc_head_
    1.57  	 */
    1.58  	protected void insertTxtProblemInCalcHeadSpecification(CalcHead calcHead) {
    1.59  		Specification specification = calcHead.getSpecification();
    1.60 @@ -334,7 +334,7 @@
    1.61  	/**
    1.62  	 * insert the mathTexts from the TextField txtMethod in the CalcHead
    1.63  	 * 
    1.64 -	 * @param calcHead
    1.65 +	 * @param calc_head_
    1.66  	 */
    1.67  	protected void insertTxtMethodInCalcHeadSpecification(CalcHead calcHead) {
    1.68  		Specification specification = calcHead.getSpecification();
    1.69 @@ -367,7 +367,7 @@
    1.70  	/**
    1.71  	 * insert the mathTexts from the TextField txtTheory in the CalcHead
    1.72  	 * 
    1.73 -	 * @param calcHead
    1.74 +	 * @param calc_head_
    1.75  	 */
    1.76  	protected void insertTxtTheoryInCalcHeadSpecification(CalcHead calcHead) {
    1.77  		Specification specification = calcHead.getSpecification();
    1.78 @@ -379,9 +379,9 @@
    1.79  	}
    1.80  
    1.81  	/**
    1.82 -	 * inserts the whle specification (theory, method, problem) in the calcHead
    1.83 +	 * inserts the whle specification (theory, method, problem) in the calc_head_
    1.84  	 * 
    1.85 -	 * @param calcHead
    1.86 +	 * @param calc_head_
    1.87  	 * @author Alois Kirchsteiger 10.09.2004 13:56:25
    1.88  	 */
    1.89  
     2.1 --- a/src/java/isac/gui/treetable/CalculationModel.java	Tue Jun 21 16:11:16 2005 +0200
     2.2 +++ b/src/java/isac/gui/treetable/CalculationModel.java	Tue Jun 21 16:11:16 2005 +0200
     2.3 @@ -88,7 +88,7 @@
     2.4  	 */
     2.5  	public Object getChild(Object parent, int index) {
     2.6  		return ((CalcModelNode) parent).getChild(index);
     2.7 -		//    return hierarchy.getChild((CalcModelNode)parent, index);
     2.8 +		//    return hierarchy_.getChild((CalcModelNode)parent, index);
     2.9  	}
    2.10  
    2.11  	public void setCalcModelHierarchy(CalcModelHierarchy h) {