javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/eswt.h
branchRCL_3
changeset 19 71c436fe3ce0
parent 17 0fd27995241b
child 24 6c158198356e
equal deleted inserted replaced
18:9ac0a0a7da70 19:71c436fe3ce0
   303     ESwtEventTitle            = 1004,
   303     ESwtEventTitle            = 1004,
   304     ESwtEventExit             = 1005,
   304     ESwtEventExit             = 1005,
   305     ESwtEventForeground       = 1006,
   305     ESwtEventForeground       = 1006,
   306     ESwtEventDialogStringResult = 1007,
   306     ESwtEventDialogStringResult = 1007,
   307     ESwtEventDialogIntegerResult = 1008,
   307     ESwtEventDialogIntegerResult = 1008,
   308     ESwtEventDialogRgbResult = 1009
   308     ESwtEventDialogRgbResult  = 1009,
       
   309     ESwtEventShowFocusedControl = 1010
   309 };
   310 };
   310 
   311 
   311 
   312 
   312 /**
   313 /**
   313  * Traversal detail
   314  * Traversal detail
  1060      * @param aPeer The Java object to send the event to
  1061      * @param aPeer The Java object to send the event to
  1061      * @param aTitle The title of the current document
  1062      * @param aTitle The title of the current document
  1062      * @return void
  1063      * @return void
  1063      */
  1064      */
  1064     virtual void PostTitleEventL(TSwtPeer aPeer, const TDesC& aTitle) = 0;
  1065     virtual void PostTitleEventL(TSwtPeer aPeer, const TDesC& aTitle) = 0;
  1065 
  1066     
       
  1067     /**
       
  1068      * Posts a show focused control to a ScrolledComposite.
       
  1069      */
       
  1070     virtual void PostShowFocusedControlEventL(TSwtPeer aPeer) =0;
       
  1071     
  1066     /**
  1072     /**
  1067      * Get eSWT Java application allocated id
  1073      * Get eSWT Java application allocated id
  1068      * @return Java application allocated id
  1074      * @return Java application allocated id
  1069      */
  1075      */
  1070     virtual TInt ApplicationUid() = 0 ;
  1076     virtual TInt ApplicationUid() = 0 ;