java all other util.interface's reformatted
authorwneuper
Thu, 12 May 2005 18:06:13 +0200
changeset 23088542b6ccd553
parent 2307 8874d70d45ca
child 2309 7fa79df599db
java all other util.interface's reformatted
src/java/isac/util/interfaces/IToWorksheet.java
     1.1 --- a/src/java/isac/util/interfaces/IToWorksheet.java	Thu May 12 18:06:13 2005 +0200
     1.2 +++ b/src/java/isac/util/interfaces/IToWorksheet.java	Thu May 12 18:06:13 2005 +0200
     1.3 @@ -11,36 +11,35 @@
     1.4  
     1.5  /**
     1.6   * Interface for requesting actions from the worksheet user-interface.
     1.7 - * Distinction between this interface and the interface IToUser:
     1.8 - * while the interface IToUser is (among other things) usered
     1.9 - * to notify the worksheet from changes in the undelying structur of the calculation,
    1.10 - * the IToWorksheet interface enables the dialog to change the behaviour of the gui
    1.11 - * TODO: rather use events?
    1.12 + * Distinction between this interface and the interface IToUser: while the
    1.13 + * interface IToUser is (among other things) usered to notify the worksheet from
    1.14 + * changes in the undelying structur of the calculation, the IToWorksheet
    1.15 + * interface enables the dialog to change the behaviour of the gui TODO: rather
    1.16 + * use events?
    1.17   * 
    1.18   * @author Alan Krempler
    1.19   *  
    1.20   */
    1.21  public interface IToWorksheet extends Remote {
    1.22  
    1.23 -	/**
    1.24 -	 * Put the currently active formula into editing mode
    1.25 -	 */
    1.26 -	// public void editActiveFormula();
    1.27 -	
    1.28 -	/**
    1.29 -	 * Append a new formula below the currently active formula
    1.30 -	 *
    1.31 -	 */
    1.32 -	// public void appendUserFormula();
    1.33 -	
    1.34 -	/**
    1.35 -	 * Set the active/inactive status of a UI object
    1.36 -	 * 
    1.37 -	 * @param id	ID of a UI object
    1.38 -	 * @param active Desired status (true means active)
    1.39 -	 */
    1.40 -	// public void activateUIObject(int id, boolean active);
    1.41 -	
    1.42 -	public boolean doUIAction (IUserAction action) throws RemoteException;
    1.43 -	
    1.44 -}
    1.45 +    /**
    1.46 +     * Put the currently active formula into editing mode
    1.47 +     */
    1.48 +    // public void editActiveFormula();
    1.49 +    /**
    1.50 +     * Append a new formula below the currently active formula
    1.51 +     *  
    1.52 +     */
    1.53 +    // public void appendUserFormula();
    1.54 +    /**
    1.55 +     * Set the active/inactive status of a UI object
    1.56 +     * 
    1.57 +     * @param id
    1.58 +     *            ID of a UI object
    1.59 +     * @param active
    1.60 +     *            Desired status (true means active)
    1.61 +     */
    1.62 +    // public void activateUIObject(int id, boolean active);
    1.63 +    public boolean doUIAction(IUserAction action) throws RemoteException;
    1.64 +
    1.65 +}
    1.66 \ No newline at end of file