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

org.swixml.examples.wizard.GenerateBeanPage.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="windows-1252"?>

<panel resizable="false" title="Generate bean"  >

<vbox gap="10">
	
	<checkbox text="generate bean" bindWith="generateBean" />

	<hbox border="TitledBorder(Output dir)" >
	<textfield columns="20" bindWith="outputDir" editable="false"/>
	<button text="choose" action="selectOutputDir"/>
	</hbox>

	<hbox>
	<label text="Package"/><textfield columns="30" bindWith="packageName"/>
	</hbox>
		
	<scrollpane>
		<table bindList="${generateBeanList}" bindClass="${generateBeanClass}" />
	</scrollpane>	
	
</vbox>

</panel>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy