mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
28 lines
1.2 KiB
HTML
28 lines
1.2 KiB
HTML
<html>
|
|
<body>
|
|
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse">
|
|
<tr>
|
|
<td><font face="verdana" size="-1">Generates
|
|
the <b>default</b> branch for the switch expression or statement used by
|
|
quick-fix actions like <i>Insert 'default' branch</i>.<br>
|
|
This built-in template is editable. For example, you can change the thrown exception or call a logging framework instead.</font>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse">
|
|
<tr>
|
|
<td colspan="3"><font face="verdana" size="-1">Predefined variables take the following values:</font></td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><nobr><font face="verdana" size="-2" ><b>${EXPRESSION}</b></font></nobr></td>
|
|
<td width="10"> </td>
|
|
<td width="100%" valign="top"><font face="verdana" size="-1">Switch selector expression text</font></td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><nobr><font face="verdana" size="-2" ><b>${EXPRESSION_TYPE}</b></font></nobr></td>
|
|
<td width="10"> </td>
|
|
<td width="100%" valign="top"><font face="verdana" size="-1">Type of the switch selector expression</font></td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html> |