Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » org.eclipse.swt.browser
org.eclipse.swt.browser [message #455293] Wed, 11 May 2005 22:00
michael is currently offline michaelFriend
Messages: 44
Registered: July 2009
Member
I wanted to access to the document dom object using browser class, however
the browser class is not intend to be subclass. I have no way of accessing
to the dom document because the OleAutomation is protected. Under the
coding convention, it is not a good idea to create another class under the
same package. I end up have to move all the classes in the
org.eclipse.swt.browser to my own package to have full functionality.
Again, this is bad because I am duplicating the same code else where. Is
there anyway we can improve the browser class by extending it or a work
around solution? I don't understand why it has to be so restricted to the
developers.

Also, not all the Dom object is implemented, such as if I call
getAttribute in the IHTMLElement, I will get an "Not Implemented" SWT
error exception. I don't see the source code of the dll files which
responsable for this. Anybody can help me out.
Previous Topic:Is there a JVM parameter that allocates *more* handles?
Next Topic:Building Eclipse on Solaris 10 x86
Goto Forum:
  


Current Time: Wed May 08 15:16:16 GMT 2024

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

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

Back to the top