...
Codeblock | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<annotation-type name="Line" archetype="Line" class="com.levigo.jadice.annotation.LineAnnotation"> <renderer toolkit="swing" class="com.levigo.jadice.annotation.internal.renderer.LineAnnotationRenderer"/> <wrangler toolkit="swing" class="com.levigo.jadice.swing.internal.annotation.wranglers.LineAnnotationWrangler"/> <renderer toolkit="gwt" class="com.levigo.jadice.web.client.renderer.internal.annotation.LineAnnotationRenderer"/> <wrangler toolkit="gwt" class="com.levigo.jadice.web.client.internal.annotation.wrangler.LineAnnotationWrangler"/> <labels> <label locale="en">Line</label> <label locale="de">Linie</label> <label locale="fr">Ligne</label> <label locale="it">Linea</label> </labels> ... </annotation-type> |
Notiz an uns selbst, man muss sich noch das Kontext-Menü genauer anschauen, da dort dynamisch anhand des anno-profils das Menü erstellt wird.
Swing Komponenten Hierarchie Traversal
...