Author: svasilyev
Date: 2007-07-23 11:25:04 -0400 (Mon, 23 Jul 2007)
New Revision: 2608
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/VpeTemplate.java
Log:
http://jira.jboss.org/jira/browse/JBIDE-531. javadoc fixed
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/VpeTemplate.java
===================================================================
---
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/VpeTemplate.java 2007-07-23
14:46:22 UTC (rev 2607)
+++
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/VpeTemplate.java 2007-07-23
15:25:04 UTC (rev 2608)
@@ -304,17 +304,29 @@
boolean isCaseSensitive();
/**
- * Return <code>true</code> if the element has visual preview on tab
'Preview', otherwise <code>false</code>.
- * This value initialized in attribute <b>haveVisualPreview</b> for tag
<b><vpe:template></b>.
- * Default value <code>true</code> if this attribute not present.
<br/>For example tag <code><h:form></code>:<br/>
- * In visual editor (see tab 'Visual') have a red border, but it not visible on
tab 'Preview'. See part code for this template:<br>
- * <code><vpe:template children="yes" modify="yes"
haveVisualPreview="no"></code><br><br>
- *This element have visible on tab 'Preview:'<br/>
- *<code><vpe:template children="yes" modify="yes"
haveVisualPreview="yes"></code> <br/>
- *or<br/>
- *<code><vpe:template children="yes" modify="yes"
></code><br/>
- * <br/><br/>This element have not visible on tab
'Preview':<br/>
- * <code><vpe:template children="yes" modify="yes"
haveVisualPreview="no"></code>
+ * Return <code>true</code> if the element has visual representation on tab
+ * 'Preview', otherwise <code>false</code>.<br/>
+ * This value is initialized by attribute <b>haveVisualPreview</b> of tag
+ * <b><vpe:template></b>. If the attribute is not presented
default
+ * value is <code>true</code>.<br/>
+ * <br/>
+ * Example:<br/>
+ * JSF tag <code><h:form></code>:<br/>
+ * <code>
+ * <vpe:tag name="h:form"
case-sensitive="yes"><br/>
+ * <vpe:template children="yes"
modify="yes" haveVisualPreview="no"><br/>
+ *
<div
style="border:1px dotted #FF6600;padding: 5px;"
title="{tagstring()}"/><br/>
+ *
<vpe:dnd><br/>
+ *
<vpe:drag
start-enable="yes"/><br/>
+ *
<vpe:drop
container="yes"/><br/>
+ *
</vpe:dnd><br/>
+ * </vpe:template><br/>
+ * </vpe:tag><br/>
+ * </code><br/>
+ * In visual editor part (see tab 'Visual') the tag have a red border for
+ * visualization reason, but it is not visual element and it shouldn't have
+ * visual representation on tab 'Preview'.<br/>
+ * <br/>
* @return <code>true</code> if the element is have visual preview
*/
boolean isHaveVisualPreview();