All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jppf.ui.options.xml.ServerCharts.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<!--
	JPPF.
	 Copyright (C) 2005-2019 JPPF Team. 
	http://www.jppf.org

	Licensed under the Apache License, Version 2.0 (the "License");
	you may not use this file except in compliance with the License.
	You may obtain a copy of the License at

		 http://www.apache.org/licenses/LICENSE-2.0

	Unless required by applicable law or agreed to in writing, software
	distributed under the License is distributed on an "AS IS" BASIS,
	WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
	See the License for the specific language governing permissions and
	limitations under the License.
-->

<!--
  XML descriptor for the tabbed pane that contains the user-defined charts.
-->
<opt:main xmlns:opt="http://www.jppf.org/Options.xsd" name="ChartsPage" type="page" i18n="org.jppf.ui.i18n.ChartsConfigPage">
	<!-- test comment for save -->
	<property name="label" value="Charts"/>
  <property name="icon" value="/org/jppf/ui/resources/chart-curve-go.png"/>
	<script language="groovy">BASE = "org.jppf.ui.i18n.ChartsPage"</script>

	<child name="ChartsBuilder" type="Java">
    <property name="class" value="org.jppf.ui.monitoring.charts.config.JPPFChartBuilder"/>
    <initializer type="script">
      <script language="groovy">option.getUIComponent().createInitialCharts()</script>
    </initializer>
    <finalizer type="script">
      <script language="groovy">option.getUIComponent().getStorage().saveAll()</script>
    </finalizer>
	</child>

</opt:main>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy