src/java/isac/wsdialog/IUIElement.java
changeset 2608 05951bfc0958
parent 2566 b266d8248e2d
child 2699 d0636f29a080
     1.1 --- a/src/java/isac/wsdialog/IUIElement.java	Fri Jul 08 18:54:15 2005 +0200
     1.2 +++ b/src/java/isac/wsdialog/IUIElement.java	Mon Jul 11 19:00:16 2005 +0200
     1.3 @@ -189,17 +189,14 @@
     1.4  
     1.5  	public static final int UI_DUMMY_LAST_SOLVE = 41;
     1.6  
     1.7 -	/** ***************** NOTIFICATIONS: unaware of PHASE **************** */
     1.8 -
     1.9 -	public static final int UI_CALCULATE_1 = 101;
    1.10 -
    1.11 -	public static final int UI_CALCULATE_ALL = 102;
    1.12  
    1.13  	/** ***************** ACTIVE REQUESTS TO THE UI ********************** */
    1.14  
    1.15  	/**
    1.16  	 * Request editing the currently active formula. DG distinguishes between
    1.17  	 * SPECIFY and SOLVE; thus could drop UI_SOLVE_EDIT_ACTIVE_FORMULA : int
    1.18 +	 * 
    1.19 +	 * LK050711 start editing implicit somewhere in tree, thus unused
    1.20  	 */
    1.21  	public static final int UI_DO_EDIT_FORMULA = 129;
    1.22