src/java/isac/useractions/IUIElement.java
changeset 3880 0b0dc38b1106
parent 3269 c40b17ae555f
child 3928 d38196e9b162
equal deleted inserted replaced
3879:fc168b595149 3880:0b0dc38b1106
     4  */
     4  */
     5 package isac.useractions;
     5 package isac.useractions;
     6 
     6 
     7 /**
     7 /**
     8  * @author Alan Krempler
     8  * @author Alan Krempler
     9  * 
     9  * @deprecated since UIElement became enum
    10  * Constants describing interactions or request from the user
    10  * Constants describing interactions or request from the user
    11  */
    11  */
    12 public interface IUIElement {
    12     public interface IUIElement {
    13 
    13 
    14     /** ***************** NOTIFICATIONS: SPECIFYING PHASE ********************** */
    14     /** ***************** NOTIFICATIONS: SPECIFYING PHASE ********************** */
    15 
    15 
    16     public static final int UI_DUMMY_FIRST_SPECIFY = 1;
    16     public static final int UI_DUMMY_FIRST_SPECIFY = 1;
    17 
    17 
   418     /** TODO.WN060113 can this be replaced by UI_PROBLEMBROWSER_TO_WORKSHEET ?
   418     /** TODO.WN060113 can this be replaced by UI_PROBLEMBROWSER_TO_WORKSHEET ?
   419      * @deprecated
   419      * @deprecated
   420      */
   420      */
   421     public static final int UI_REQUEST_FOR_ID = 68;
   421     public static final int UI_REQUEST_FOR_ID = 68;
   422 
   422 
   423 }
   423     }