diff options
Diffstat (limited to 'plugins/org.eclipse.gmf.graphdef.codegen/templates/Util.ext')
-rw-r--r-- | plugins/org.eclipse.gmf.graphdef.codegen/templates/Util.ext | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/org.eclipse.gmf.graphdef.codegen/templates/Util.ext b/plugins/org.eclipse.gmf.graphdef.codegen/templates/Util.ext index 7c3dc7e49..a0eb7452d 100644 --- a/plugins/org.eclipse.gmf.graphdef.codegen/templates/Util.ext +++ b/plugins/org.eclipse.gmf.graphdef.codegen/templates/Util.ext @@ -94,6 +94,8 @@ String borderLayoutConstant(gmfgraph::BorderLayoutData layoutData) : } ; +cached List[gmfgraph::CustomBorder] getBordersInUse() : {} ; + EString messageFormat(EString pattern, List[Object] argument) : JAVA java.text.MessageFormat.format(java.lang.String, java.lang.Object.List) ;
\ No newline at end of file |