Skip to content
Snippets Groups Projects
Commit 6eceba53 authored by Nils Christian Ehmke's avatar Nils Christian Ehmke
Browse files

Reversed the changes for the example-page.

parent be4bbe0f
No related branches found
No related tags found
No related merge requests found
...@@ -21,20 +21,6 @@ public class AvailablePluginsBean { ...@@ -21,20 +21,6 @@ public class AvailablePluginsBean {
final TreeNode readerNode = new DefaultTreeNode("Reader", root); final TreeNode readerNode = new DefaultTreeNode("Reader", root);
final TreeNode analysisPluginsNode = new DefaultTreeNode("AnalysisPlugins", root); final TreeNode analysisPluginsNode = new DefaultTreeNode("AnalysisPlugins", root);
TreeNode node00 = new DefaultTreeNode("FSReader", readerNode);
TreeNode node01 = new DefaultTreeNode("JMXReader", readerNode);
TreeNode node10 = new DefaultTreeNode("DummyRecordConsumer", analysisPluginsNode);
TreeNode node11 = new DefaultTreeNode("SilentCountingRecordConsumer", analysisPluginsNode);
TreeNode node12 = new DefaultTreeNode("TraceEquivalenceClassFilter", analysisPluginsNode);
TreeNode node13 = new DefaultTreeNode("ExecutionRecordTransformationFilter", analysisPluginsNode);
TreeNode node14 = new DefaultTreeNode("ResourceUtilizationPlugin", analysisPluginsNode);
TreeNode node15 = new DefaultTreeNode("TraceReconstructionPlugin", analysisPluginsNode);
TreeNode node16 = new DefaultTreeNode("CPUGraphPlugin", analysisPluginsNode);
TreeNode node17 = new DefaultTreeNode("SequenceDiagramPlugin", analysisPluginsNode);
TreeNode node18 = new DefaultTreeNode("DependencyGraphPlugin", analysisPluginsNode);
TreeNode node19 = new DefaultTreeNode("PerformanceAnomalyPlugin", analysisPluginsNode);
TreeNode node20 = new DefaultTreeNode("AnomalyGraphPlugin", analysisPluginsNode);
return root; return root;
} }
} }
...@@ -35,33 +35,13 @@ public class AvailableProjectsBean { ...@@ -35,33 +35,13 @@ public class AvailableProjectsBean {
} }
public synchronized TreeNode getProjectsRoot() { public synchronized TreeNode getProjectsRoot() {
/* TreeNode root = new DefaultTreeNode("Root", null); TreeNode root = new DefaultTreeNode("Root", null);
for (final MIProject project : projects) { for (final MIProject project : projects) {
final TreeNode projectNode = new DefaultTreeNode("project", project, root); final TreeNode projectNode = new DefaultTreeNode("project", project, root);
final TreeNode dependenciesNode = new DefaultTreeNode("dependencies", "Dependencies", projectNode); final TreeNode dependenciesNode = new DefaultTreeNode("dependencies", "Dependencies", projectNode);
final TreeNode usedPluginsNode = new DefaultTreeNode("usedPlugins", "Used Plugins", projectNode); final TreeNode usedPluginsNode = new DefaultTreeNode("usedPlugins", "Used Plugins", projectNode);
}*/ }
TreeNode root = new DefaultTreeNode("Root", null);
TreeNode node0 = new DefaultTreeNode("dependencies", "JPetStore Analysis", root);
TreeNode node1 = new DefaultTreeNode("dependencies", "Bookstore Analysis", root);
TreeNode node2432 = new DefaultTreeNode("dependencies", "Dependency", node0);
TreeNode node2 = new DefaultTreeNode("dependencies", "Dependency", node1);
TreeNode node3 = new DefaultTreeNode("dependencies", "Kieker.jar", node2);
TreeNode node4 = new DefaultTreeNode("dependencies", "Used Plugins", node1);
TreeNode node11 = new DefaultTreeNode("dependencies", "Reader", node4);
TreeNode node12 = new DefaultTreeNode("dependencies", "Analysis Plugins", node4);
TreeNode node5 = new DefaultTreeNode("dependencies", "FSReader", node11);
TreeNode node6 = new DefaultTreeNode("dependencies", "PerformanceAnomalyPlugin", node12);
TreeNode node7 = new DefaultTreeNode("dependencies", "TraceReconstructionPlugin", node12);
TreeNode node8 = new DefaultTreeNode("dependencies", "AnomalyGraphPlugin", node12);
TreeNode node9 = new DefaultTreeNode("dependencies", "SequenceDiagramPlugin", node12);
TreeNode node10 = new DefaultTreeNode("dependencies", "DependencyGraphPlugin", node12);
return root; return root;
} }
......
...@@ -62,41 +62,6 @@ ...@@ -62,41 +62,6 @@
<!-- The following layout unit is within the center and used for the graph. --> <!-- The following layout unit is within the center and used for the graph. -->
<p:layoutUnit position="center"> <p:layoutUnit position="center">
<p:panel style="font-size:15px;width:150px" id="handlepnl" header="FSReader">
<h:outputText style="width: fit-content" value="myReader" />
</p:panel>
<p:draggable for="handlepnl" handle=".ui-panel-titlebar" grid="40,40"/>
<p:resizable for="handlepnl" grid="40" />
<p:panel style="font-size:15px;width:350px" id="handlepn2" header="PerformanceAnomalyPlugin">
<h:outputText value="PerformanceAnomalyPlugin" />
</p:panel>
<p:draggable for="handlepn2" handle=".ui-panel-titlebar" grid="40,40"/>
<p:resizable for="handlepn2" grid="40" />
<p:panel style="font-size:15px;width:350px" id="handlepn3" header="TraceReconstructionPlugin">
<h:outputText value="TraceReconstruction" />
</p:panel>
<p:draggable for="handlepn3" handle=".ui-panel-titlebar" grid="40,40"/>
<p:resizable for="handlepn3" grid="40" />
<p:panel style="font-size:15px;width:350px" id="handlepn4" header="AnomalyGraphPlugin">
<h:outputText value="AnomalyGraphPlugin" />
</p:panel>
<p:draggable for="handlepn4" handle=".ui-panel-titlebar" grid="40,40"/>
<p:resizable for="handlepn4" grid="40" />
<p:panel style="font-size:15px;width:350px" id="handlepn5" header="SequenceDiagramPlugin">
<h:outputText value="SequenceDiagramPlugin" />
</p:panel>
<p:draggable for="handlepn5" handle=".ui-panel-titlebar" grid="40,40"/>
<p:resizable for="handlepn5" grid="40" />
<p:panel style="font-size:15px;width:350px" id="handlepn6" header="DependencyGraphPlugin">
<h:outputText value="DependencyGraphPlugin" />
</p:panel>
<p:draggable for="handlepn6" handle=".ui-panel-titlebar" grid="40,40"/>
<p:resizable for="handlepn6" grid="40"/>
</p:layoutUnit> </p:layoutUnit>
<!-- The following layout unit is located at the bottom and will be used for properties. --> <!-- The following layout unit is located at the bottom and will be used for properties. -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment