fep/aknfep/inc/AknFepManagerUIInterface.h
branchRCL_3
changeset 56 8152b1f1763a
parent 44 ecbabf52600f
equal deleted inserted replaced
50:5a1685599b76 56:8152b1f1763a
   399     /**
   399     /**
   400      * checks that the editor the editor has free space to add another character
   400      * checks that the editor the editor has free space to add another character
   401      * An editor of unlimited length will return its maximum size as zero
   401      * An editor of unlimited length will return its maximum size as zero
   402      */
   402      */
   403     virtual TBool EditorHasFreeSpace( TInt aNumberOfCharacter = 0 ) const = 0;
   403     virtual TBool EditorHasFreeSpace( TInt aNumberOfCharacter = 0 ) const = 0;
   404     
       
   405     /**
       
   406      * Check whether the editor is a Java number editor
       
   407      * Return ETrue if the editor is a Java number editor 
       
   408      */
       
   409     virtual TBool IsSpecialNumericEditor() = 0;
       
   410 
       
   411 
   404 
   412     virtual void RedecorateAfterDeletionL( const TDesC& aTextThatWasDeleted ) = 0;
   405     virtual void RedecorateAfterDeletionL( const TDesC& aTextThatWasDeleted ) = 0;
   413 
   406 
   414     /**
   407     /**
   415      * 
   408      *