Eclipse frontend plugin code, making use of the backend to provide source code edition tools.
To version: everything.
There is nothing particular in this folder, as the Java conventions require a somehow deeply nested file system structure to organize packages: this is the concept of classpath.
The classpath of the root package is: poc
.
- Building an Eclipse Text Editor with JFace Text
- Create commercial-quality eclipse ide on IBM developerWorks : Open source : Technical library
org.eclipse.ui.texteditor.AbstractTextEditor
,createPartControl
,getAdapter
org.eclipse.ui.editors.text.FileDocumentProvider
org.eclipse.ui.views.contentoutline.ContentOutlinePage
,getTreeViewer
org.eclipse.jface.viewers.StructuredViewer
,setInput
org.eclipse.jface.viewers.TreeNodeContentProvider
,getElements
org.eclipse.jface.viewers.TreeNode