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

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

There is a newer version: 6.3-alpha
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<!--
	JPPF.
	 Copyright (C) 2005-2015 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 node ocnfiguration update dialog.
-->
<opt:main xmlns:opt="http://www.jppf.org/Options.xsd" name="nodeConfigurationUpdatePanel" type="page">
	<property name="label" value="Update number of threads and priority"/>
	<property name="layoutConstraints" value="flowy, fill"/>
	<property name="componentConstraints" value=""/>

	<!-- ===================================================================== -->
	<!--                          Text area                                    -->
	<!-- ===================================================================== -->

	<child name="mainArea" type="page">
		<property name="layoutConstraints" value="fill, flowy"/>
		<property name="componentConstraints" value="grow, push"/>
		<property name="bordered" value="true"/>

		<child name="forceReconnect" type="Checkbox">
			<property name="label" value="Force Reconnection"/>
			<property name="tooltip" value="Determines whether the node should reconnect after its configuration is updated"/>
			<property name="value" value="true"/>
			<property name="persistent" value="true"/>
		</child>

		<child name="configProperties" type="TextArea">
			<property name="scrollable" value="true"/>
			<property name="editable" value="true"/>
			<property name="label" value="JPPF Configuration"/>
			<property name="tooltip" value="Properties of the JPPF configuration"/>
			<property name="value" value=""/>
			<property name="componentConstraints" value="gaptop unrel, grow, push, w 400, h 300"/>
		</child>

	</child>

	<child name="configButtons" type="page">
		<property name="layoutConstraints" value="fill"/>
		<property name="componentConstraints" value="growx 0"/>
		<property name="tooltip" value="Validate or cancel the updates"/>

		<child name="nodeThreadsOK" type="Button">
			<property name="label" value="Update"/>
			<property name="tooltip" value="Apply new settings by sending them to the node"/>
		</child>

		<child name="nodeThreadsCancel" type="Button">
			<property name="label" value="Cancel"/>
			<property name="tooltip" value="Close this dialog without applying any settings"/>
			<property name="componentConstraints" value="gap unrel"/>
		</child>

	</child>

</opt:main>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy