diff dwtx/jface/text/contentassist/ContentAssistSubjectControlAdapter.d @ 158:25f1f92fa3df

...
author Frank Benoit <benoit@tionex.de>
date Tue, 26 Aug 2008 02:46:34 +0200
parents 26688fec6d23
children 1a5b8f8129df
line wrap: on
line diff
--- a/dwtx/jface/text/contentassist/ContentAssistSubjectControlAdapter.d	Mon Aug 25 19:06:44 2008 +0200
+++ b/dwtx/jface/text/contentassist/ContentAssistSubjectControlAdapter.d	Tue Aug 26 02:46:34 2008 +0200
@@ -65,7 +65,7 @@
 import dwtx.jface.text.IEventConsumer;
 import dwtx.jface.text.ITextViewer;
 import dwtx.jface.text.ITextViewerExtension;
-import dwtx.jface.text.contentassist.ContextInformationPopup.ContextFrame;
+import dwtx.jface.text.contentassist.ContextInformationPopup;
 
 
 /**
@@ -391,7 +391,7 @@
      *
      * @param frame the context frame
      */
-    public void installValidator(ContextFrame frame) {
+    public void installValidator(ContextInformationPopup_ContextFrame frame) {
         if (fContentAssistSubjectControl !is null) {
             if (cast(ISubjectControlContextInformationValidator)frame.fValidator )
                 (cast(ISubjectControlContextInformationValidator)frame.fValidator).install(frame.fInformation, fContentAssistSubjectControl, frame.fOffset);
@@ -404,7 +404,7 @@
      *
      * @param frame the context frame
      */
-    public void installContextInformationPresenter(ContextFrame frame) {
+    public void installContextInformationPresenter(ContextInformationPopup_ContextFrame frame) {
         if (fContentAssistSubjectControl !is null) {
             if (cast(ISubjectControlContextInformationPresenter)frame.fPresenter )
                 (cast(ISubjectControlContextInformationPresenter)frame.fValidator).install(frame.fInformation, fContentAssistSubjectControl, frame.fBeginOffset);