[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Re: creating an Editor without showing it on view

Check out EditorDescriptor#createEditor() ... it's internal, but you can follow the code to find out how eclipse turns a configuration element (mentioned in your other thread) into an Object.

Later,
PW