|
From: <de...@us...> - 2012-05-15 17:16:58
|
Revision: 7209
http://fudaa.svn.sourceforge.net/fudaa/?rev=7209&view=rev
Author: deniger
Date: 2012-05-15 17:16:52 +0000 (Tue, 15 May 2012)
Log Message:
-----------
Modified Paths:
--------------
trunk/soft/fudaa-crue/ui-branding/src/main/resources/org/fudaa/fudaa/crue/branding/layer.xml
trunk/soft/fudaa-crue/ui-modelling/src/main/java/org/fudaa/fudaa/crue/modelling/ModellingVisualTopComponent.java
Added Paths:
-----------
trunk/soft/fudaa-crue/ui-branding/src/main/resources/org/fudaa/fudaa/crue/branding/modelling-computeWsmode.xml
trunk/soft/fudaa-crue/ui-branding/src/main/resources/org/fudaa/fudaa/crue/branding/modelling-editorWsmode.xml
Modified: trunk/soft/fudaa-crue/ui-branding/src/main/resources/org/fudaa/fudaa/crue/branding/layer.xml
===================================================================
--- trunk/soft/fudaa-crue/ui-branding/src/main/resources/org/fudaa/fudaa/crue/branding/layer.xml 2012-05-15 17:07:26 UTC (rev 7208)
+++ trunk/soft/fudaa-crue/ui-branding/src/main/resources/org/fudaa/fudaa/crue/branding/layer.xml 2012-05-15 17:16:52 UTC (rev 7209)
@@ -45,7 +45,7 @@
</folder>
<folder name="Toolbars">
<file name="Standard.xml_hidden"/>
- <file name="toolbar.xml" url="toolbar.xml">
+ <file name="toolbar.xml" url="toolbar.xml">
<attr intvalue="1" name="position"/>
</file>
<file name="Clipboard_hidden"/>
@@ -63,6 +63,8 @@
<file name="sutdy-modeles.wsmode" url="sutdy-modelesWsmode.xml"/>
<file name="sutdy-sousmodeles.wsmode" url="sutdy-sousmodelesWsmode.xml"/>
<file name="modelling-emh.wsmode" url="modelling-emhWsmode.xml"/>
+ <file name="modelling-compute.wsmode" url="modelling-computeWsmode.xml"/>
+ <file name="modelling-editor.wsmode" url="modelling-editorWsmode.xml"/>
<file name="modelling-branches.wsmode" url="modelling-branchesWsmode.xml"/>
<file name="post-reports.wsmode" url="post-reportsWsmode.xml"/>
<file name="post-emh.wsmode" url="post-emhWsmode.xml"/>
Copied: trunk/soft/fudaa-crue/ui-branding/src/main/resources/org/fudaa/fudaa/crue/branding/modelling-computeWsmode.xml (from rev 7205, trunk/soft/fudaa-crue/ui-branding/src/main/resources/org/fudaa/fudaa/crue/branding/modelling-emhWsmode.xml)
===================================================================
--- trunk/soft/fudaa-crue/ui-branding/src/main/resources/org/fudaa/fudaa/crue/branding/modelling-computeWsmode.xml (rev 0)
+++ trunk/soft/fudaa-crue/ui-branding/src/main/resources/org/fudaa/fudaa/crue/branding/modelling-computeWsmode.xml 2012-05-15 17:16:52 UTC (rev 7209)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<mode version="2.4">
+ <name unique="modelling-compute"/>
+ <kind type="view"/>
+ <state type="joined"/>
+ <constraints>
+ <path orientation="horizontal" number="2" weight="0.14712778429073858"/>
+ <path orientation="vertical" number="1" weight="0.5"/>
+ </constraints>
+ <bounds x="192" y="228" width="614" height="520"/>
+ <frame state="0"/>
+
+ <empty-behavior permanent="true"/>
+</mode>
Copied: trunk/soft/fudaa-crue/ui-branding/src/main/resources/org/fudaa/fudaa/crue/branding/modelling-editorWsmode.xml (from rev 7205, trunk/soft/fudaa-crue/ui-branding/src/main/resources/org/fudaa/fudaa/crue/branding/study-scenariosWsmode.xml)
===================================================================
--- trunk/soft/fudaa-crue/ui-branding/src/main/resources/org/fudaa/fudaa/crue/branding/modelling-editorWsmode.xml (rev 0)
+++ trunk/soft/fudaa-crue/ui-branding/src/main/resources/org/fudaa/fudaa/crue/branding/modelling-editorWsmode.xml 2012-05-15 17:16:52 UTC (rev 7209)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<mode version="2.4">
+ <name unique="modelling-editor"/>
+ <kind type="editor"/>
+ <state type="joined"/>
+ <constraints>
+ <path orientation="vertical" number="0" weight="0.5"/>
+ </constraints>
+ <bounds x="0" y="0" width="0" height="0"/>
+ <frame state="0"/>
+
+ <empty-behavior permanent="true"/>
+</mode>
Modified: trunk/soft/fudaa-crue/ui-modelling/src/main/java/org/fudaa/fudaa/crue/modelling/ModellingVisualTopComponent.java
===================================================================
--- trunk/soft/fudaa-crue/ui-modelling/src/main/java/org/fudaa/fudaa/crue/modelling/ModellingVisualTopComponent.java 2012-05-15 17:07:26 UTC (rev 7208)
+++ trunk/soft/fudaa-crue/ui-modelling/src/main/java/org/fudaa/fudaa/crue/modelling/ModellingVisualTopComponent.java 2012-05-15 17:16:52 UTC (rev 7209)
@@ -17,7 +17,7 @@
@TopComponent.Description(preferredID = ModellingVisualTopComponent.TOPCOMPONENT_ID,
iconBase = "org/fudaa/fudaa/crue/modelling/rond-orange_16.png",
persistenceType = TopComponent.PERSISTENCE_ALWAYS)
-@TopComponent.Registration(mode = "editor", openAtStartup = false)
+@TopComponent.Registration(mode = "modelling-editor", openAtStartup = false)
@ActionID(category = "Window", id = "org.fudaa.fudaa.crue.modelling.ModellingVisualTopComponent")
@TopComponent.OpenActionRegistration(displayName = ModellingVisualTopComponent.TOPCOMPONENT_ACTION_DISPLAYNAME,
preferredID = ModellingVisualTopComponent.TOPCOMPONENT_ID)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|