JBoss Tools SVN: r28986 - trunk/documentation/guides/Beginners_Guide/en-US.
by jbosstools-commits@lists.jboss.org
Author: mcaspers
Date: 2011-02-03 18:25:43 -0500 (Thu, 03 Feb 2011)
New Revision: 28986
Modified:
trunk/documentation/guides/Beginners_Guide/en-US/Service-Oriented_Architecture_Development.xml
Log:
Fixed links to JBDS 3.0 docs
Modified: trunk/documentation/guides/Beginners_Guide/en-US/Service-Oriented_Architecture_Development.xml
===================================================================
--- trunk/documentation/guides/Beginners_Guide/en-US/Service-Oriented_Architecture_Development.xml 2011-02-03 22:36:25 UTC (rev 28985)
+++ trunk/documentation/guides/Beginners_Guide/en-US/Service-Oriented_Architecture_Development.xml 2011-02-03 23:25:43 UTC (rev 28986)
@@ -11,7 +11,7 @@
jBPM is a workflow tool providing control over business processes and languages.
</para>
<para>
- jBPM supports the jBPM Process Definition Language (<acronym>jPDL</acronym>) and includes a perspective for easy creation and manipulation using the jPDL. Through this view you can add states, transitions and other processes and waypoints in order to create your own business workflow. Refer to the <ulink url="http://www.redhat.com/docs/en-US/JBoss_Developer_Studio/3.0/jBPM_Tools_Re...">A Minimal Process Definition</ulink> section of the <citetitle pubwork="chapter">Creating an Empty Process Definition</citetitle> chapter within the <citetitle pubwork="book">jBPM Tools Reference Guide</citetitle> for more details.
+ jBPM supports the jBPM Process Definition Language (<acronym>jPDL</acronym>) and includes a perspective for easy creation and manipulation using the jPDL. Through this view you can add states, transitions and other processes and waypoints in order to create your own business workflow. Refer to the <ulink url="http://docs.redhat.com/docs/en-US/JBoss_Developer_Studio/4.0/html-single/...">A Minimal Process Definition</ulink> section of the <citetitle pubwork="chapter">Creating an Empty Process Definition</citetitle> chapter within the <citetitle pubwork="book">jBPM Tools Reference Guide</citetitle> for more details.
</para>
<!-- <para>
Refer to the <citetitle pubwork="book">jBPM Tools Reference Guide</citetitle> for further details.
@@ -59,10 +59,10 @@
</para>
</formalpara>
<para>
- Refer to the <ulink url="http://www.redhat.com/docs/en-US/JBoss_Developer_Studio/3.0/ESB_Tools_Ref...">ESB Editor</ulink> chapter of the <citetitle pubwork="book">ESB Tools Reference Guide</citetitle> for further information.
+ Refer to the <ulink url="http://docs.redhat.com/docs/en-US/JBoss_Developer_Studio/4.0/html-single/...">ESB Editor</ulink> chapter of the <citetitle pubwork="book">ESB Tools Reference Guide</citetitle> for further information.
</para>
<para>
- JBoss ESB integrates component messaging into the JBoss Service-Oriented Architecture, serving as an integral part of the JBoss middleware suite. For information on how to use and configure JBoss ESB with the JBoss Service-Oriented Architecture refer to the <ulink url="http://www.redhat.com/docs/en-US/JBoss_Developer_Studio/3.0/ESB_Tools_Ref...">Using and Configuring SOA Platform</ulink> chapter of the <citetitle pubwork="book">ESB Tools Reference Guide</citetitle>.
+ JBoss ESB integrates component messaging into the JBoss Service-Oriented Architecture, serving as an integral part of the JBoss middleware suite. For information on how to use and configure JBoss ESB with the JBoss Service-Oriented Architecture refer to the <ulink url="http://docs.redhat.com/docs/en-US/JBoss_Developer_Studio/4.0/html-single/...">Using and Configuring SOA Platform</ulink> chapter of the <citetitle pubwork="book">ESB Tools Reference Guide</citetitle>.
</para>
</section>
@@ -72,7 +72,7 @@
JBoss Web Services is an integral part of the JBoss Application Server and JBoss Enterprise Application Platform, providing a standard means of working reliably between different software applications.
</para>
<para>
- A Web Service defines a collection of technologies that provide protocols and standards for the exchange of data between applications. You can create a Web Service for your application server through the use of wizards in <application>JBoss Developer Studio</application>. For further details refer to the <ulink url="http://www.redhat.com/docs/en-US/JBoss_Developer_Studio/3.0/JBoss_Web_Ser...">Creating a Web Service using JBossWS runtime</ulink> chapter of the <citetitle pubwork="book">JBoss WS User Guide</citetitle>
+ A Web Service defines a collection of technologies that provide protocols and standards for the exchange of data between applications. You can create a Web Service for your application server through the use of wizards in <application>JBoss Developer Studio</application>. For further details refer to the <ulink url="http://docs.redhat.com/docs/en-US/JBoss_Developer_Studio/4.0/html-single/...">Creating a Web Service using JBossWS runtime</ulink> chapter of the <citetitle pubwork="book">JBoss WS User Guide</citetitle>
</para>
<figure id="figu-Beginners_Guide-Web_Services_Tools-Example_of_a_Web_Services_wizard">
<title>Example of a Web Services wizard</title>
@@ -101,7 +101,7 @@
Drools is a Business Rule Management System (<acronym>BRMS</acronym>) that uses an enhanced implementation of the Rete algorithm to provide a forward chaining inference based rules engine (production rule system). Refer to the <citetitle pubwork="chapter">The Rule Engine</citetitle> chapter of the JBoss Enterprise SOA <citetitle pubwork="book">JBoss Rules Reference Guide</citetitle> for more details.
</para>
<para>
- Drools Tools includes wizards for creating new Drools projects and resources. The resources that can be created include a new rule, domain specific language, decision table and business rule. After these have been created there are numerous editors included to assist you with the rest of the development. Included editors are the Rule editor, the Domain Specific Language editor, the Rule Flow graphical editor and the Guided editor. Refer to the <ulink url="http://www.redhat.com/docs/en-US/JBoss_Developer_Studio/3.0/Drools_Tools_...">Drools Tools Reference Guide</ulink> for more details.
+ Drools Tools includes wizards for creating new Drools projects and resources. The resources that can be created include a new rule, domain specific language, decision table and business rule. After these have been created there are numerous editors included to assist you with the rest of the development. Included editors are the Rule editor, the Domain Specific Language editor, the Rule Flow graphical editor and the Guided editor. Refer to the <ulink url="http://docs.redhat.com/docs/en-US/JBoss_Developer_Studio/4.0/html-single/...">Drools Tools Reference Guide</ulink> for more details.
</para>
<figure id="figu-Beginners_Guide-Drools_Tools-Rule_text_editor">
<title>Rule text editor</title>
13 years, 11 months
JBoss Tools SVN: r28985 - trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/views/server/extensions.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2011-02-03 17:36:25 -0500 (Thu, 03 Feb 2011)
New Revision: 28985
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/views/server/extensions/ModuleActionProvider.java
Log:
JBIDE-7997 to trunk
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/views/server/extensions/ModuleActionProvider.java
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/views/server/extensions/ModuleActionProvider.java 2011-02-03 21:15:04 UTC (rev 28984)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/views/server/extensions/ModuleActionProvider.java 2011-02-03 22:36:25 UTC (rev 28985)
@@ -14,6 +14,7 @@
import org.eclipse.jface.dialogs.MessageDialog;
import org.eclipse.jface.viewers.IStructuredSelection;
import org.eclipse.swt.widgets.Shell;
+import org.eclipse.ui.IWorkbenchCommandConstants;
import org.eclipse.ui.navigator.CommonActionProvider;
import org.eclipse.ui.navigator.ICommonActionExtensionSite;
import org.eclipse.ui.navigator.ICommonViewerSite;
@@ -25,7 +26,6 @@
import org.eclipse.wst.server.core.internal.PublishServerJob;
import org.eclipse.wst.server.core.internal.Server;
import org.eclipse.wst.server.ui.internal.view.servers.ModuleServer;
-import org.jboss.ide.eclipse.as.core.publishers.PublishUtil;
import org.jboss.ide.eclipse.as.core.server.IDeployableServer;
import org.jboss.ide.eclipse.as.core.util.ModuleUtil;
import org.jboss.ide.eclipse.as.core.util.ServerConverter;
@@ -73,8 +73,10 @@
}
menu.insertBefore(ServerActionProvider.CONTROL_MODULE_SECTION_END_SEPARATOR, incrementalPublishModuleAction);
menu.insertBefore(ServerActionProvider.CONTROL_MODULE_SECTION_END_SEPARATOR, fullPublishModuleAction);
- if( selection.size() > 1 )
+ if( selection.size() > 1 ) {
+ deleteModuleAction.setActionDefinitionId(IWorkbenchCommandConstants.EDIT_DELETE);
menu.insertBefore(ServerActionProvider.CONTROL_MODULE_SECTION_END_SEPARATOR, deleteModuleAction);
+ }
if (selection.size() == 1) {
ModuleServer moduleServer = (ModuleServer) selection.getFirstElement();
IServer server = moduleServer.getServer();
@@ -110,7 +112,7 @@
deleteModuleAction.setText(Messages.DeleteModuleText);
deleteModuleAction.setDescription(Messages.DeleteModuleDescription);
deleteModuleAction.setImageDescriptor(JBossServerUISharedImages.getImageDescriptor(JBossServerUISharedImages.UNPUBLISH_IMAGE));
-
+
fullPublishModuleAction = new Action() {
public void run() {
actionPublish(IServer.PUBLISH_STATE_FULL);
13 years, 11 months
JBoss Tools SVN: r28984 - trunk/deltacloud/plugins/org.jboss.tools.deltacloud.integration/src/org/jboss/tools/deltacloud/integration/wizard.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2011-02-03 16:15:04 -0500 (Thu, 03 Feb 2011)
New Revision: 28984
Modified:
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.integration/src/org/jboss/tools/deltacloud/integration/wizard/RSEandASWizardPage.java
Log:
JBIDE-8093 - trunk - error messages in launch instance wizard
Modified: trunk/deltacloud/plugins/org.jboss.tools.deltacloud.integration/src/org/jboss/tools/deltacloud/integration/wizard/RSEandASWizardPage.java
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud.integration/src/org/jboss/tools/deltacloud/integration/wizard/RSEandASWizardPage.java 2011-02-03 21:11:14 UTC (rev 28983)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud.integration/src/org/jboss/tools/deltacloud/integration/wizard/RSEandASWizardPage.java 2011-02-03 21:15:04 UTC (rev 28984)
@@ -248,17 +248,25 @@
private void verifyPageComplete() {
boolean complete = true;
+ String error = null;
if( createServer.getSelection()) {
if( deployOnlyRadio.getSelection()) {
complete = !deployFolderText.getText().equals("");
+ if( !complete )
+ error = "The deploy folder must not be empty";
} else if( autoScanCheck.getSelection()) {
int index = autoLocalRuntimeCombo.getSelectionIndex();
complete = index != -1 && !remoteDetailsLoc.getText().equals("");
+ if( !complete )
+ error = "Please select a local runtime. The created server will be of the same version as the local runtime.";
} else if( hardCodeServerDetails.getSelection()) {
int index = localRuntimeCombo.getSelectionIndex();
complete = index != -1 && !serverHomeText.getText().equals("") && !serverConfigText.getText().equals("");
+ if( !complete )
+ error = "Please select a local runtime. The created server will be of the same version as the local runtime.";
}
}
+ setErrorMessage(error);
setPageComplete(complete);
}
13 years, 11 months
JBoss Tools SVN: r28983 - trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/src/org/jboss/tools/jsf/vpe/jsf/i18n.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2011-02-03 16:11:14 -0500 (Thu, 03 Feb 2011)
New Revision: 28983
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/src/org/jboss/tools/jsf/vpe/jsf/i18n/JsfLocaleProvider.java
Log:
https://issues.jboss.org/browse/JBIDE-8327: fixed compilation error.
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/src/org/jboss/tools/jsf/vpe/jsf/i18n/JsfLocaleProvider.java
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/src/org/jboss/tools/jsf/vpe/jsf/i18n/JsfLocaleProvider.java 2011-02-03 18:05:50 UTC (rev 28982)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/src/org/jboss/tools/jsf/vpe/jsf/i18n/JsfLocaleProvider.java 2011-02-03 21:11:14 UTC (rev 28983)
@@ -51,7 +51,6 @@
return localeString;
}
- @Override
public Locale getLocale(IProject project) {
if (project !=null) {
13 years, 11 months
JBoss Tools SVN: r28982 - trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/src/org/jboss/tools/vpe/xulrunner/editor.
by jbosstools-commits@lists.jboss.org
Author: yradtsevich
Date: 2011-02-03 13:05:50 -0500 (Thu, 03 Feb 2011)
New Revision: 28982
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/src/org/jboss/tools/vpe/xulrunner/editor/XulRunnerEditor.java
Log:
https://issues.jboss.org/browse/JBIDE-8115 : Support for multiple selection in visual part
- XulRunnerEditor code refactoring
Modified: trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/src/org/jboss/tools/vpe/xulrunner/editor/XulRunnerEditor.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/src/org/jboss/tools/vpe/xulrunner/editor/XulRunnerEditor.java 2011-02-03 17:28:37 UTC (rev 28981)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/src/org/jboss/tools/vpe/xulrunner/editor/XulRunnerEditor.java 2011-02-03 18:05:50 UTC (rev 28982)
@@ -97,10 +97,6 @@
// private nsIDOMElement lastSelectedElement;
private nsIDOMNode lastSelectedNode;
private int lastResizerConstrains;
- /**
- * Scroll selection into view flag
- */
- private boolean scrollRegtangleFlag = false;
private Listener eventListenet = new Listener() {
@@ -282,35 +278,14 @@
if (getFlasher() == null) {
return;
}
+ setLastSelectedNode(node);
- nsIDOMElement element = getSelectedElementForNode(node);
-
+ nsIDOMElement element = getLastSelectedElement();
if (element != null) {
repaint();
-
- scrollToElement(element);
- scrollRegtangleFlag = true;
-
- if (isVisible(element)) {
- if (element.getAttribute(VPE_INVISIBLE_ELEMENT) == null
- || (!element.getAttribute(VPE_INVISIBLE_ELEMENT)
- .equals(Boolean.TRUE.toString()))) {
- getFlasher().setColor(FLASHER_VISUAL_ELEMENT_COLOR);
- } else {
- getFlasher().setColor(FLASHER_HIDDEN_ELEMENT_COLOR);
- }
-
- drawElementOutline(element);
- } else {
- getFlasher().setColor(FLASHER_HIDDEN_ELEMENT_COLOR);
- nsIDOMElement domElement = findVisibleParentElement(element);
-
- if (domElement != null) {
- drawElementOutline(domElement);
- }
- }
-
+ scrollToElement(element);
}
+ showSelectionRectangle();
if (xulRunnerVpeResizer != null) {
if (element != null && resizerConstrains != 0) {
@@ -320,8 +295,6 @@
}
}
- // setLastSelectedElement(element);
- setLastSelectedNode(node);
lastResizerConstrains = resizerConstrains;
fireSelectionListeners();
@@ -450,11 +423,6 @@
public void showSelectionRectangle() {
nsIDOMElement element = getLastSelectedElement();
if (element != null) {
- if (scrollRegtangleFlag) {
- scrollToElement(element);
- scrollRegtangleFlag = false;
- }
-
if (isVisible(element)) {
if (element.getAttribute(VPE_INVISIBLE_ELEMENT) == null
|| (!element.getAttribute(VPE_INVISIBLE_ELEMENT)
@@ -468,7 +436,7 @@
} else {
getFlasher().setColor(FLASHER_HIDDEN_ELEMENT_COLOR);
nsIDOMElement domElement = findVisibleParentElement(element);
-
+
if (domElement != null) {
drawElementOutline(domElement);
}
13 years, 11 months
JBoss Tools SVN: r28981 - in trunk/deltacloud/plugins: org.jboss.tools.deltacloud.ui and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2011-02-03 12:28:37 -0500 (Thu, 03 Feb 2011)
New Revision: 28981
Modified:
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/AbstractCloudElementFilter.java
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/ICloudElementFilter.java
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/IInstanceFilter.java
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/ImageFilter.java
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/InstanceFilter.java
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/ChangeLog
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/deltacloud/ui/views/cloudelements/AbstractCloudElementTableView.java
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/deltacloud/ui/views/cloudelements/ImageView.java
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/deltacloud/ui/views/cloudelements/InstanceView.java
Log:
[JBIDE-8323] updating filtered label now on cloud change and on filter change.
Modified: trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/AbstractCloudElementFilter.java
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/AbstractCloudElementFilter.java 2011-02-03 17:00:38 UTC (rev 28980)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/AbstractCloudElementFilter.java 2011-02-03 17:28:37 UTC (rev 28981)
@@ -116,8 +116,8 @@
}
public boolean isFiltering() {
- return idRule.isMatchesAll()
- && nameRule.isMatchesAll();
+ return !idRule.isMatchesAll()
+ || !nameRule.isMatchesAll();
}
}
Modified: trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/ICloudElementFilter.java
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/ICloudElementFilter.java 2011-02-03 17:00:38 UTC (rev 28980)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/ICloudElementFilter.java 2011-02-03 17:28:37 UTC (rev 28981)
@@ -34,4 +34,6 @@
public IFieldMatcher getNameRule();
public IFieldMatcher getIdRule();
+
+ public boolean isFiltering();
}
Modified: trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/IInstanceFilter.java
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/IInstanceFilter.java 2011-02-03 17:00:38 UTC (rev 28980)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/IInstanceFilter.java 2011-02-03 17:28:37 UTC (rev 28981)
@@ -22,5 +22,4 @@
public IFieldMatcher getKeyNameRule();
public IFieldMatcher getRealmRule();
public IFieldMatcher getProfileRule();
- public boolean isFiltering();
}
Modified: trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/ImageFilter.java
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/ImageFilter.java 2011-02-03 17:00:38 UTC (rev 28980)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/ImageFilter.java 2011-02-03 17:28:37 UTC (rev 28981)
@@ -80,7 +80,7 @@
public boolean isFiltering() {
return super.isFiltering()
- && archRule.isMatchesAll()
- && descRule.isMatchesAll();
+ || !archRule.isMatchesAll()
+ || !descRule.isMatchesAll();
}
}
Modified: trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/InstanceFilter.java
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/InstanceFilter.java 2011-02-03 17:00:38 UTC (rev 28980)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/InstanceFilter.java 2011-02-03 17:28:37 UTC (rev 28981)
@@ -130,11 +130,11 @@
public boolean isFiltering() {
return super.isFiltering()
- && aliasRule.isMatchesAll()
- && imageIdRule.isMatchesAll()
- && keyNameRule.isMatchesAll()
- && ownerIdRule.isMatchesAll()
- && profileRule.isMatchesAll()
- && realmRule.isMatchesAll();
+ || !aliasRule.isMatchesAll()
+ || !imageIdRule.isMatchesAll()
+ || !keyNameRule.isMatchesAll()
+ || !ownerIdRule.isMatchesAll()
+ || !profileRule.isMatchesAll()
+ || !realmRule.isMatchesAll();
}
}
Modified: trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/ChangeLog
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/ChangeLog 2011-02-03 17:00:38 UTC (rev 28980)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/ChangeLog 2011-02-03 17:28:37 UTC (rev 28981)
@@ -1,5 +1,9 @@
2011-02-03 André Dietisheim <André Dietisheim@adietisheim-thinkpad>
+ * src/org/jboss/tools/deltacloud/ui/views/cloudelements/InstanceView.java (propertyChange):
+ * src/org/jboss/tools/deltacloud/ui/views/cloudelements/ImageView.java (propertyChange):
+ * src/org/jboss/tools/deltacloud/ui/views/cloudelements/AbstractCloudElementTableView.java (updateFilteredLabel):
+ [JBIDE-8323] updating filtered label now on cloud change and on filter change.
* src/org/jboss/tools/deltacloud/ui/views/DeltaCloudInstanceColumns.java (DeltaCloudInstanceColumns):
* src/org/jboss/tools/internal/deltacloud/ui/wizards/WizardMessages.properties:
[JBIDE-8319] added columns imageId, ownerId, key, realm and profile to instance view.
Modified: trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/deltacloud/ui/views/cloudelements/AbstractCloudElementTableView.java
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/deltacloud/ui/views/cloudelements/AbstractCloudElementTableView.java 2011-02-03 17:00:38 UTC (rev 28980)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/deltacloud/ui/views/cloudelements/AbstractCloudElementTableView.java 2011-02-03 17:28:37 UTC (rev 28981)
@@ -46,6 +46,7 @@
import org.jboss.tools.deltacloud.core.DeltaCloud;
import org.jboss.tools.deltacloud.core.DeltaCloudException;
import org.jboss.tools.deltacloud.core.DeltaCloudManager;
+import org.jboss.tools.deltacloud.core.ICloudElementFilter;
import org.jboss.tools.deltacloud.core.IDeltaCloudElement;
import org.jboss.tools.deltacloud.core.IDeltaCloudManagerListener;
import org.jboss.tools.deltacloud.core.IInstanceFilter;
@@ -77,10 +78,12 @@
private Combo currentCloudSelector;
private Label currentCloudSelectorLabel;
+ private Label filteredLabel;
+ private Composite container;
private TableViewer viewer;
private DeltaCloud currentCloud;
+
private StringPreferenceValue lastSelectedCloudPref;
- private Composite container;
private ModifyListener currentCloudModifyListener = new ModifyListener() {
@@ -101,6 +104,7 @@
@Override
public void run() {
+ updateFilteredLabel();
setViewerInput(currentCloud);
}
});
@@ -173,9 +177,10 @@
createCloudSelector(container);
initCloudSelector(lastSelectedCloudPref.get(), currentCloudSelector, clouds);
- Label filterLabel = new Label(container, SWT.NULL);
- filterLabel.setText(CVMessages.getString(FILTERED_LABEL));
- filterLabel.setToolTipText(CVMessages.getString(FILTERED_TOOLTIP));
+ this.filteredLabel = new Label(container, SWT.NULL);
+ filteredLabel.setText(CVMessages.getString(FILTERED_LABEL));
+ filteredLabel.setToolTipText(CVMessages.getString(FILTERED_TOOLTIP));
+ updateFilteredLabel();
Composite tableArea = new Composite(container, SWT.NULL);
viewer = createTableViewer(tableArea);
@@ -183,7 +188,7 @@
currentCloud = getCloud(currentCloudSelector.getSelectionIndex(), clouds);
addPropertyChangeListener(currentCloud);
setViewerInput(currentCloud);
- setFilterLabelVisible(currentCloud, filterLabel);
+ setFilterLabelVisible(currentCloud, filteredLabel);
Point p1 = currentCloudSelectorLabel.computeSize(SWT.DEFAULT, SWT.DEFAULT);
Point p2 = currentCloudSelector.computeSize(SWT.DEFAULT, SWT.DEFAULT);
@@ -202,7 +207,7 @@
f = new FormData();
f.top = new FormAttachment(0, 5 + centering);
f.right = new FormAttachment(100, -10);
- filterLabel.setLayoutData(f);
+ filteredLabel.setLayoutData(f);
f = new FormData();
f.top = new FormAttachment(currentCloudSelector, 8);
@@ -210,7 +215,7 @@
f.right = new FormAttachment(100, 0);
f.bottom = new FormAttachment(100, 0);
tableArea.setLayoutData(f);
-
+
// Create the help context id for the viewer's control
PlatformUI.getWorkbench().getHelpSystem().setHelp(viewer.getControl(), "org.jboss.tools.deltacloud.ui.viewer");
hookContextMenu(viewer.getControl());
@@ -458,4 +463,21 @@
return super.getAdapter(adapter);
}
}
+
+ protected void updateFilteredLabel() {
+ filteredLabel.getDisplay().syncExec(new Runnable() {
+
+ @Override
+ public void run() {
+ boolean visible = false;
+ if (currentCloud != null) {
+ ICloudElementFilter<CLOUDELEMENT> filter = getFilter(currentCloud);
+ visible = filter.isFiltering();
+ }
+ filteredLabel.setVisible(visible);
+ }
+ });
+ }
+
+ protected abstract ICloudElementFilter<CLOUDELEMENT> getFilter(DeltaCloud cloud);
}
Modified: trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/deltacloud/ui/views/cloudelements/ImageView.java
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/deltacloud/ui/views/cloudelements/ImageView.java 2011-02-03 17:00:38 UTC (rev 28980)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/deltacloud/ui/views/cloudelements/ImageView.java 2011-02-03 17:28:37 UTC (rev 28981)
@@ -10,8 +10,11 @@
*******************************************************************************/
package org.jboss.tools.deltacloud.ui.views.cloudelements;
+import java.beans.PropertyChangeEvent;
+
import org.jboss.tools.deltacloud.core.DeltaCloud;
import org.jboss.tools.deltacloud.core.DeltaCloudImage;
+import org.jboss.tools.deltacloud.core.ICloudElementFilter;
import org.jboss.tools.deltacloud.ui.IDeltaCloudPreferenceConstants;
/**
@@ -45,10 +48,23 @@
}
@Override
+ public void propertyChange(PropertyChangeEvent event) {
+ super.propertyChange(event);
+ if (DeltaCloud.PROP_IMAGES.equals(event.getPropertyName())) {
+ updateFilteredLabel();
+ }
+ }
+
+ @Override
protected void addPropertyChangeListener(DeltaCloud cloud) {
if (cloud != null) {
super.addPropertyChangeListener(cloud);
cloud.addPropertyChangeListener(DeltaCloud.PROP_IMAGES, this);
}
}
+
+ @Override
+ protected ICloudElementFilter<DeltaCloudImage> getFilter(DeltaCloud cloud) {
+ return cloud.getImageFilter();
+ }
}
Modified: trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/deltacloud/ui/views/cloudelements/InstanceView.java
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/deltacloud/ui/views/cloudelements/InstanceView.java 2011-02-03 17:00:38 UTC (rev 28980)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/deltacloud/ui/views/cloudelements/InstanceView.java 2011-02-03 17:28:37 UTC (rev 28981)
@@ -10,10 +10,13 @@
*******************************************************************************/
package org.jboss.tools.deltacloud.ui.views.cloudelements;
+import java.beans.PropertyChangeEvent;
+
import org.eclipse.ui.PlatformUI;
import org.eclipse.ui.services.IEvaluationService;
import org.jboss.tools.deltacloud.core.DeltaCloud;
import org.jboss.tools.deltacloud.core.DeltaCloudInstance;
+import org.jboss.tools.deltacloud.core.ICloudElementFilter;
import org.jboss.tools.deltacloud.ui.IDeltaCloudPreferenceConstants;
/**
@@ -51,10 +54,24 @@
}
@Override
+ public void propertyChange(PropertyChangeEvent event) {
+ super.propertyChange(event);
+ if (DeltaCloud.PROP_INSTANCES.equals(event.getPropertyName())) {
+ updateFilteredLabel();
+ }
+ }
+
+ @Override
protected void addPropertyChangeListener(DeltaCloud cloud) {
if (cloud != null) {
super.addPropertyChangeListener(cloud);
cloud.addPropertyChangeListener(DeltaCloud.PROP_INSTANCES, this);
}
}
+
+ @Override
+ protected ICloudElementFilter<DeltaCloudInstance> getFilter(DeltaCloud cloud) {
+ return cloud.getInstanceFilter();
+ }
+
}
13 years, 11 months
JBoss Tools SVN: r28980 - trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/deltacloud/ui/views/cloudelements.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2011-02-03 12:00:38 -0500 (Thu, 03 Feb 2011)
New Revision: 28980
Modified:
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/deltacloud/ui/views/cloudelements/AbstractCloudElementTableView.java
Log:
[JBIDE-8324]
Modified: trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/deltacloud/ui/views/cloudelements/AbstractCloudElementTableView.java
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/deltacloud/ui/views/cloudelements/AbstractCloudElementTableView.java 2011-02-03 16:42:26 UTC (rev 28979)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/deltacloud/ui/views/cloudelements/AbstractCloudElementTableView.java 2011-02-03 17:00:38 UTC (rev 28980)
@@ -312,6 +312,7 @@
}
tableLayout.setColumnData(tc, new ColumnWeightData(c.getWeight(), true));
tc.setText(c.getName());
+ tc.setMoveable(true);
tc.addSelectionListener(new ColumnListener(i));
}
}
13 years, 11 months
JBoss Tools SVN: r28979 - trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/deltacloud/ui/views/cloudelements.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2011-02-03 11:42:26 -0500 (Thu, 03 Feb 2011)
New Revision: 28979
Modified:
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/deltacloud/ui/views/cloudelements/AbstractCloudElementTableView.java
Log:
[JBIDE-8324]
Modified: trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/deltacloud/ui/views/cloudelements/AbstractCloudElementTableView.java
===================================================================
--- trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/deltacloud/ui/views/cloudelements/AbstractCloudElementTableView.java 2011-02-03 16:10:53 UTC (rev 28978)
+++ trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/deltacloud/ui/views/cloudelements/AbstractCloudElementTableView.java 2011-02-03 16:42:26 UTC (rev 28979)
@@ -210,7 +210,7 @@
f.right = new FormAttachment(100, 0);
f.bottom = new FormAttachment(100, 0);
tableArea.setLayoutData(f);
-
+
// Create the help context id for the viewer's control
PlatformUI.getWorkbench().getHelpSystem().setHelp(viewer.getControl(), "org.jboss.tools.deltacloud.ui.viewer");
hookContextMenu(viewer.getControl());
@@ -223,20 +223,17 @@
private TableViewer createTableViewer(Composite tableArea) {
TableColumnLayout tableLayout = new TableColumnLayout();
tableArea.setLayout(tableLayout);
-
- TableViewer viewer = new TableViewer(tableArea,
- SWT.FULL_SELECTION | SWT.H_SCROLL | SWT.V_SCROLL | SWT.BORDER | SWT.MULTI);
+ TableViewer viewer = new TableViewer(
+ tableArea, SWT.FULL_SELECTION | SWT.H_SCROLL | SWT.V_SCROLL | SWT.BORDER | SWT.MULTI);
Table table = viewer.getTable();
table.setHeaderVisible(true);
table.setLinesVisible(true);
ITableContentAndLabelProvider<CLOUDELEMENT> provider = getContentAndLabelProvider();
viewer.setContentProvider(provider);
viewer.setLabelProvider(provider);
- createColumns(provider, tableLayout, table);
-
+ createColumns(provider.getColumns(), tableLayout, table);
viewer.setComparator(new TableViewerColumnComparator());
table.setSortDirection(SWT.NONE);
-
return viewer;
}
@@ -306,18 +303,15 @@
return clouds[cloudIndex];
}
- private void createColumns(ITableContentAndLabelProvider<CLOUDELEMENT> provider, TableColumnLayout tableLayout,
- Table table) {
- Columns<CLOUDELEMENT> columns = provider.getColumns();
-
+ private void createColumns(Columns<CLOUDELEMENT> columns, TableColumnLayout tableLayout, Table table) {
for (int i = 0; i < columns.getSize(); ++i) {
Column<CLOUDELEMENT> c = columns.getColumn(i);
TableColumn tc = new TableColumn(table, SWT.NONE);
if (i == 0) {
table.setSortColumn(tc);
}
- tc.setText(c.getName());
tableLayout.setColumnData(tc, new ColumnWeightData(c.getWeight(), true));
+ tc.setText(c.getName());
tc.addSelectionListener(new ColumnListener(i));
}
}
13 years, 11 months
JBoss Tools SVN: r28978 - trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/marker.
by jbosstools-commits@lists.jboss.org
Author: dazarov
Date: 2011-02-03 11:10:53 -0500 (Thu, 03 Feb 2011)
New Revision: 28978
Modified:
trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/marker/MarkerResolutionUtils.java
Log:
https://issues.jboss.org/browse/JBIDE-7635
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/marker/MarkerResolutionUtils.java
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/marker/MarkerResolutionUtils.java 2011-02-03 16:05:05 UTC (rev 28977)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.ui/src/org/jboss/tools/cdi/ui/marker/MarkerResolutionUtils.java 2011-02-03 16:10:53 UTC (rev 28978)
@@ -292,7 +292,10 @@
String annotation = getShortName(qualifierName);
if(duplicant)
annotation = qualifierName;
- b.append(AT+annotation+SPACE);
+ if(qualifierName.equals(CDIConstants.NAMED_QUALIFIER_TYPE_NAME))
+ b.append(AT+annotation+"(\""+parameter.getName()+"\")"+SPACE);
+ else
+ b.append(AT+annotation+SPACE);
}
}
b.append(parameter.getType()+SPACE);
13 years, 11 months
JBoss Tools SVN: r28977 - trunk/jst/plugins/org.jboss.tools.jst.web.ui/templates.
by jbosstools-commits@lists.jboss.org
Author: dmaliarevich
Date: 2011-02-03 11:05:05 -0500 (Thu, 03 Feb 2011)
New Revision: 28977
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.ui/templates/xhtmldefault-templates.properties
Log:
https://issues.jboss.org/browse/JBIDE-8140 , ${cursor} was added to all the templates.
Modified: trunk/jst/plugins/org.jboss.tools.jst.web.ui/templates/xhtmldefault-templates.properties
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.ui/templates/xhtmldefault-templates.properties 2011-02-03 16:03:28 UTC (rev 28976)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.ui/templates/xhtmldefault-templates.properties 2011-02-03 16:05:05 UTC (rev 28977)
@@ -1,23 +1,23 @@
Templates.xhtml.blank.facelet = Blank Facelet Page
Templates.xhtml.blank.facelet.desc = XHTML Blank Facelet Page Template
-Templates.xhtml.facelet.blank.content =<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml"\n xmlns:ui="http://java.sun.com/jsf/facelets"\n xmlns:f="http://java.sun.com/jsf/core"\n xmlns:h="http://java.sun.com/jsf/html">\n\n <ui:composition template="">\n </ui:composition>\n</html>
+Templates.xhtml.facelet.blank.content =<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml"\n xmlns:ui="http://java.sun.com/jsf/facelets"\n xmlns:f="http://java.sun.com/jsf/core"\n xmlns:h="http://java.sun.com/jsf/html">\n\n <ui:composition template="${cursor}">\n </ui:composition>\n</html>
Templates.xhtml.facelet.common = Common Facelet Page
Templates.xhtml.facelet.common.desc = Common Facelet Page Template
-Templates.xhtml.facelet.commont.content = <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml"\n xmlns:ui="http://java.sun.com/jsf/facelets"\n xmlns:h="http://java.sun.com/jsf/html"\n xmlns:f="http://java.sun.com/jsf/core">\n \n <f:loadBundle basename="resources" var="msg" />\n <head>\n <title><ui:insert name="pageTitle">Page Title</ui:insert></title>\n <style type="text/css">\n body {\n font-family: Verdana, Arial, Helvetica, sans-serif;\n font-size: 14px;\n }\n .header {\n font-family: Verdana, Arial, Helvetica, sans-serif;\n font-size: 18px;\n }\n .bottom {\n font-family: Verdana, Arial, Helvetica, sans-serif;\n font-size: 9px;\n text-align: center;\n vertical-align: middle;\n color: #8E969D;\n }\n </style>\n </head>\n\n<body bgcolor="#ffffff">\n<table style="border:1px solid!
#CAD6E0" align="center" cellpadding="0" cellspacing="0" border="0" width="400">\n<tbody>\n\n <tr>\n <td class="header" height="42" align="center" valign="middle" width="100%" bgcolor="#E4EBEB">\n <ui:insert name="pageHeader">Page Header</ui:insert>\n </td>\n </tr>\n <tr>\n <td height="1" width="100%" bgcolor="#CAD6E0"></td>\n </tr> \n\n <tr>\n <td width="100%" colspan="2">\n <table width="100%" style="height:150px" align="left" cellpadding="0" cellspacing="0" border="0">\n <tbody>\n <tr>\n <td align="center" width="100%" valign="middle">\n \n <ui:insert name="body">Page Body</ui:insert>\n \n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr> \n \n <tr>\n <td colspan="2" valign="bottom" height="1" width="100%" bgcolor="#CAD6E0"></td>\n </tr>\n</tbody>\n</table>\n</body>\n \n</html>
+Templates.xhtml.facelet.commont.content = <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml"\n xmlns:ui="http://java.sun.com/jsf/facelets"\n xmlns:h="http://java.sun.com/jsf/html"\n xmlns:f="http://java.sun.com/jsf/core">\n \n <f:loadBundle basename="resources" var="msg" />\n <head>\n <title><ui:insert name="pageTitle">Page Title</ui:insert></title>\n <style type="text/css">\n body {\n font-family: Verdana, Arial, Helvetica, sans-serif;\n font-size: 14px;\n }\n .header {\n font-family: Verdana, Arial, Helvetica, sans-serif;\n font-size: 18px;\n }\n .bottom {\n font-family: Verdana, Arial, Helvetica, sans-serif;\n font-size: 9px;\n text-align: center;\n vertical-align: middle;\n color: #8E969D;\n }\n </style>\n </head>\n\n<body bgcolor="#ffffff">\n<table style="border:1px solid!
#CAD6E0" align="center" cellpadding="0" cellspacing="0" border="0" width="400">\n<tbody>\n\n <tr>\n <td class="header" height="42" align="center" valign="middle" width="100%" bgcolor="#E4EBEB">\n <ui:insert name="pageHeader">Page Header${cursor}</ui:insert>\n </td>\n </tr>\n <tr>\n <td height="1" width="100%" bgcolor="#CAD6E0"></td>\n </tr> \n\n <tr>\n <td width="100%" colspan="2">\n <table width="100%" style="height:150px" align="left" cellpadding="0" cellspacing="0" border="0">\n <tbody>\n <tr>\n <td align="center" width="100%" valign="middle">\n \n <ui:insert name="body">Page Body</ui:insert>\n \n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr> \n \n <tr>\n <td colspan="2" valign="bottom" height="1" width="100%" bgcolor="#CAD6E0"></td>\n </tr>\n</tbody>\n</table>\n</body>\n \n</html>
Templates.xhtml.facelet.form = Form Facelet Page
Templates.xhtml.facelet.form.desc = Form Facelet Page Template
-Templates.xhtml.facelet.form.content = <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml"\n xmlns:ui="http://java.sun.com/jsf/facelets"\n xmlns:f="http://java.sun.com/jsf/core"\n xmlns:h="http://java.sun.com/jsf/html">\n\n <!-- \n Replace path to template, title, header and body\n with actual data.\n -->\n <ui:composition template="/templates/common.xhtml">\n <ui:define name="pageTitle">Title</ui:define>\n <ui:define name="pageHeader">Header</ui:define>\n <ui:define name="body">\n <form jsfc="h:form" id="Form">\n \n </form>\n </ui:define>\n </ui:composition>\n\n</html>
+Templates.xhtml.facelet.form.content = <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml"\n xmlns:ui="http://java.sun.com/jsf/facelets"\n xmlns:f="http://java.sun.com/jsf/core"\n xmlns:h="http://java.sun.com/jsf/html">\n\n <!-- \n Replace path to template, title, header and body\n with actual data.\n -->\n <ui:composition template="/templates/common.xhtml">\n <ui:define name="pageTitle">Title</ui:define>\n <ui:define name="pageHeader">Header</ui:define>\n <ui:define name="body">\n <form jsfc="h:form" id="Form">\n ${cursor}\n </form>\n </ui:define>\n </ui:composition>\n\n</html>
Templates.xhtml.jsf2.composite.component = JSF Composite Component
Templates.xhtml.jsf2.composite.component.desc = New JSF Composite Component Template
-Templates.xhtml.jsf2.composite.component.content = <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"\n"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml"\nxmlns:h="http://java.sun.com/jsf/html"\nxmlns:f="http://java.sun.com/jsf/core"\nxmlns:ui="http://java.sun.com/jsf/facelets"\nxmlns:composite="http://java.sun.com/jsf/composite">\n<head>\n<title>Not present in rendered output</title>\n</head>\n<body>\n<composite:interface>\n\n</composite:interface>\n<composite:implementation>\n\n</composite:implementation>\n</body>\n</html>
+Templates.xhtml.jsf2.composite.component.content = <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"\n"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml"\nxmlns:h="http://java.sun.com/jsf/html"\nxmlns:f="http://java.sun.com/jsf/core"\nxmlns:ui="http://java.sun.com/jsf/facelets"\nxmlns:composite="http://java.sun.com/jsf/composite">\n<head>\n<title>Not present in rendered output</title>\n</head>\n<body>\n<composite:interface>\n${cursor}\n</composite:interface>\n<composite:implementation>\n\n</composite:implementation>\n</body>\n</html>
Templates.xhtml.jsf = Blank JSF Page
Templates.xhtml.jsf.desc = Simple JSF page without facelets
-Templates.xhtml.jsf.content = <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> \n<html xmlns="http://www.w3.org/1999/xhtml" \n xmlns:h="http://java.sun.com/jsf/html" \n xmlns:f="http://java.sun.com/jsf/core" \n xmlns:ui="http://java.sun.com/jsf/facelets"> \n\n<h:head></h:head> \n<body> \n\n</body> \n</html>\n
+Templates.xhtml.jsf.content = <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> \n<html xmlns="http://www.w3.org/1999/xhtml" \n xmlns:h="http://java.sun.com/jsf/html" \n xmlns:f="http://java.sun.com/jsf/core" \n xmlns:ui="http://java.sun.com/jsf/facelets"> \n\n<h:head></h:head> \n<body> \n${cursor}\n</body> \n</html>\n
Templates.xhtml.jsf.richfaces = Blank RichFaces Page
Templates.xhtml.jsf.richfaces.desc = Simple RichFaces Page
-Templates.xhtml.jsf.richfaces.content = <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> \n<html xmlns="http://www.w3.org/1999/xhtml" \n xmlns:h="http://java.sun.com/jsf/html" \n xmlns:f="http://java.sun.com/jsf/core" \n xmlns:ui="http://java.sun.com/jsf/facelets" \n xmlns:a4j="http://richfaces.org/a4j" \n xmlns:rich="http://richfaces.org/rich"> \n\n<h:head></h:head> \n<body>\n <rich:panel>\n <f:facet name="header">\n Write your own custom rich components with built-in AJAX support\n </f:facet>\n <h:outputText value="Panel Body" /> \n </rich:panel>\n</body> \n</html>\n
\ No newline at end of file
+Templates.xhtml.jsf.richfaces.content = <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> \n<html xmlns="http://www.w3.org/1999/xhtml" \n xmlns:h="http://java.sun.com/jsf/html" \n xmlns:f="http://java.sun.com/jsf/core" \n xmlns:ui="http://java.sun.com/jsf/facelets" \n xmlns:a4j="http://richfaces.org/a4j" \n xmlns:rich="http://richfaces.org/rich"> \n\n<h:head></h:head> \n<body>\n <rich:panel>\n <f:facet name="header">\n Write your own custom rich components with built-in AJAX support${cursor}\n </f:facet>\n <h:outputText value="Panel Body" /> \n </rich:panel>\n</body> \n</html>\n
\ No newline at end of file
13 years, 11 months