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

org.jppf.ui.options.xml.JPPFConfigurationPanel.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 node ocnfiguration update dialog.
-->
<opt:main xmlns:opt="http://www.jppf.org/Options.xsd" name="nodeConfigurationUpdatePanel" type="page" i18n="org.jppf.ui.i18n.NodeDataPage">
	<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="forceRestart" type="Checkbox">
			<property name="value" value="true"/>
			<property name="persistent" value="true"/>
		</child>

    <!-- Interrupt if running flag -->
    <child name="nodeConfig.interruptIfRunning" type="Checkbox">
      <property name="persistent" value="true"/>
      <property name="value" value="true"/>
    </child>

		<child name="configProperties" type="CodeEditor">
			<property name="scrollable" value="true"/>
      <property name="language" value="text/properties"/>
			<property name="editable" value="true"/>
			<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"/>

		<child name="updateConfigOK" type="Button"/>

		<child name="updateConfigCancel" type="Button">
			<property name="componentConstraints" value="gap unrel"/>
		</child>
	</child>
</opt:main>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy