Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » FormPage
FormPage [message #88207] Sat, 17 May 2008 21:37 Go to next message
Eclipse UserFriend
Originally posted by: jan.valami.be

I have this code:


import org.eclipse.ui.forms.editor.FormPage;
[...]

public class NPage extends FormPage implements IHyperlinkListener {

public NPage(NEditor editor, String id, String title) {
super(editor, id, title);
}


But Eclipse marks error on the line: super(...)

"The constructor FormPage(ToolEditor, String, String) is undefined"


So what does it mean, the FormPage is not implemented wholly, or I make
some mistakes?

Thanks!
Re: FormPage [message #88226 is a reply to message #88207] Sat, 17 May 2008 21:45 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jan.valami.be

Sorry, there was a small mistake in my letter, but the problem is still
the same.
---------------
I have this code:

import org.eclipse.ui.forms.editor.FormPage;
[...]

public class NPage extends FormPage implements IHyperlinkListener {

public NPage(NEditor editor, String id, String title) {
super(editor, id, title);
}



But Eclipse marks error on the line: super(...)

"The constructor FormPage(NEditor, String, String) is undefined"


So what does it mean, the FormPage is not implemented wholly, or I make
some mistakes?

Thanks!
Re: FormPage [message #88240 is a reply to message #88226] Mon, 19 May 2008 07:09 Go to previous message
Eclipse UserFriend
Originally posted by: dpryadkin.rocketsoftware.com

Hi

It means your NEditor is not related to the FormEditor class, as it seems.

JanB wrote:
> "The constructor FormPage(NEditor, String, String) is undefined"
> So what does it mean, the FormPage is not implemented wholly, or I make
> some mistakes?
Previous Topic:How to open a link??
Next Topic:NLS support fpr german language
Goto Forum:
  


Current Time: Tue Apr 30 14:11:53 GMT 2024

Powered by FUDForum. Page generated in 0.03680 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top