home *** CD-ROM | disk | FTP | other *** search
- package icontrols;
-
- import com.ms.com.IUnknown;
- import com.ms.wd.html.om.IDocHostUIHandlerDispatch;
- import com.ms.wd.ole32.IOleDropTarget;
-
- public class HTMLControl$DocUIHandler implements IDocHostUIHandlerDispatch {
- // $FF: synthetic field
- final HTMLControl this$0;
-
- public void TranslateUrl(int dwTranslate, String bstrURLIn, String[] pbstrURLOut) {
- pbstrURLOut[0] = bstrURLIn;
- }
-
- public int ShowContextMenu(int dwID, int x, int y, IUnknown pcmdtReserved, Object pdispReserved) {
- return 0;
- }
-
- public void FilterDataObject(IUnknown pDO, IUnknown[] ppDORet) {
- ppDORet[0] = pDO;
- }
-
- public int ShowUI(int dwID, IUnknown pActiveObject, IUnknown pCommandTarget, IUnknown pFrame, IUnknown pDoc) {
- return 0;
- }
-
- public void OnDocWindowActivate(boolean fActivate) {
- }
-
- public HTMLControl$DocUIHandler(HTMLControl this$0) {
- (this.this$0 = this$0).getClass();
- }
-
- public void GetHostInfo(int[] pdwFlags, int[] pdwDoubleClick) {
- }
-
- public void EnableModeless(boolean fEnable) {
- }
-
- public void OnFrameWindowActivate(boolean fActivate) {
- }
-
- public void GetDropTarget(IUnknown pDropTarget, IUnknown[] ppDropTarget) {
- IOleDropTarget odt1 = (IOleDropTarget)pDropTarget;
- this.this$0.pTridentDropTarget = (IOleDropTarget)pDropTarget;
- ppDropTarget[0] = new HTMLControl.DropTarget(this.this$0);
- }
-
- public void HideUI() {
- }
-
- public int TranslateAccelerator(int hWnd, int nMessage, int wParam, int lParam, String bstrGuidCmdGroup, int nCmdID) {
- return 0;
- }
-
- public void GetOptionKeyPath(String[] pbstrKey, int dw) {
- }
-
- public void ResizeBorder(int left, int top, int right, int bottom, IUnknown pUIWindow, boolean fFrameWindow) {
- }
-
- public void UpdateUI() {
- }
-
- public void GetExternal(Object[] ppDispatch) {
- }
- }
-