Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » Editors in 4x
Editors in 4x [message #926139] Fri, 28 September 2012 10:36 Go to next message
ModelGeek Mising name is currently offline ModelGeek Mising nameFriend
Messages: 550
Registered: June 2011
Senior Member
Hi,

what is the difference between part and input part? Is input part is same as editor in 3x. Can i make a class dirtable which is nor view and neither editor and is not added in application model as part?

When we declare @Inject MDirtyable dirty; then how isDirty() function is realized?

Cheers,
Re: Editors in 4x [message #928577 is a reply to message #926139] Sun, 30 September 2012 19:32 Go to previous message
Eclipse UserFriend
MInputPart is a dirtyable MPart. However it has not the full fledged 3.x editor support. http://www.vogella.com/articles/Eclipse4Editor/article.html is a source where you can learn more. You do not make a *class* dirtyable. In 4.x there is just Part and input part, no view and editor.

A part is dirty when it has data that has not been saved yet.
Previous Topic:mixing eclipse 3 and eclipse 4
Next Topic:Display of runtime exception in postConstruct method
Goto Forum:
  


Current Time: Wed Apr 24 23:07:45 GMT 2024

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

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

Back to the top