de.infoasset.platform.documentation
Class EclipseTemplatesDoc

java.lang.Object
  extended by de.infoasset.platform.documentation.EclipseTemplatesDoc

public class EclipseTemplatesDoc
extends java.lang.Object

Using Eclipse Code Templates

To improve the developer experience there are some Tricia-specific shortcuts which make the creation of boilerplate code easier. We use the Eclipse built-in Code Templates mechanism. For an introduction have a look at http://www.javalobby.org/forums/thread.jspa?threadID=15736&tstart=0, or http://www.eclipse-blog.org/code-generation/generating-code-automatically- using-custom-code-template-in-eclipse.html

You can find all templates by using the reference search (see EclipseDoc) on this class.
You also could go to Window -> Preferences, then Java -> Editor -> Templates; all Tricia-specific templates contain the label (Tricia) at the end.


Constructor Summary
EclipseTemplatesDoc()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EclipseTemplatesDoc

public EclipseTemplatesDoc()