javauis/javalegacyutils/javasrc/com/nokia/mj/impl/rt/legacy/ToolkitInvoker.java
branchRCL_3
changeset 19 71c436fe3ce0
parent 14 04becd199f91
child 24 6c158198356e
equal deleted inserted replaced
18:9ac0a0a7da70 19:71c436fe3ce0
    86      * @return true if the NGA flag is set
    86      * @return true if the NGA flag is set
    87      * @since S60 9.2
    87      * @since S60 9.2
    88      */
    88      */
    89     public abstract boolean isNgaEnabled();
    89     public abstract boolean isNgaEnabled();
    90 
    90 
       
    91 
       
    92     /**
       
    93      * NGA specific change.
       
    94      * LCDUI's client APIs (e.g M3G) can check are they on foreground or not. 
       
    95      * @return <code>true</code> if MIDlet is on foreground.
       
    96      * @since S60 9.2
       
    97      */
       
    98     public abstract boolean isForeground();
       
    99     
    91     //
   100     //
    92     // Image access
   101     // Image access
    93     //
   102     //
    94     public abstract int     imageGetHandle(Object aImage);
   103     public abstract int     imageGetHandle(Object aImage);
    95     public abstract boolean imageIsMutable(Object aImage);
   104     public abstract boolean imageIsMutable(Object aImage);