Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » VE have only one " Eidtordomain" ?
VE have only one " Eidtordomain" ? [message #616616] Thu, 27 September 2007 04:59
Eclipse UserFriend
Originally posted by: caye5200.yahoo.com.cn

JavaVisualEditorPart
editDomain = new EditDomain(this);

public EditDomain(IEditorPart editorPart)

{super(editorPart);}

/**

  * A utility method to get the edit domain from an EditPart.

*/

public static EditDomain getEditDomain(EditPart ep)

 {

return (EditDomain) ep.getRoot().getViewer().getEditDomain();

 }



VE have only one " Eidtordomain" ?

If not ,how create a domain?
Previous Topic:VE with Eclipse 3.3?
Next Topic:VE with Eclipse 3.3?
Goto Forum:
  


Current Time: Mon May 06 13:49:02 GMT 2024

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

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

Back to the top