fep/aknfep/inc/AknFepManagerUIInterface.h
branchRCL_3
changeset 19 ac7e4d1d9209
parent 18 b1ea1642412e
equal deleted inserted replaced
18:b1ea1642412e 19:ac7e4d1d9209
   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 
   404 
   411 
   405     virtual void RedecorateAfterDeletionL( const TDesC& aTextThatWasDeleted ) = 0;
   412     virtual void RedecorateAfterDeletionL( const TDesC& aTextThatWasDeleted ) = 0;
   406 
   413 
   407     /**
   414     /**
   408      * 
   415      *