fep/aknfep/inc/AknFepManagerUIInterface.h
branchRCL_3
changeset 19 ac7e4d1d9209
parent 18 b1ea1642412e
--- a/fep/aknfep/inc/AknFepManagerUIInterface.h	Thu Jul 15 19:01:13 2010 +0300
+++ b/fep/aknfep/inc/AknFepManagerUIInterface.h	Thu Aug 19 10:15:25 2010 +0300
@@ -401,6 +401,13 @@
      * An editor of unlimited length will return its maximum size as zero
      */
     virtual TBool EditorHasFreeSpace( TInt aNumberOfCharacter = 0 ) const = 0;
+    
+    /**
+     * Check whether the editor is a Java number editor
+     * Return ETrue if the editor is a Java number editor 
+     */
+    virtual TBool IsSpecialNumericEditor() = 0;
+
 
     virtual void RedecorateAfterDeletionL( const TDesC& aTextThatWasDeleted ) = 0;