自动UI框架 AutoUI

码农软件 · 软件分类 · GUI开发框架 · 2019-08-10 16:59:43

软件介绍

AutoUI 是一个根据 Java 5 的 Annotation 自动根据 Java 类生成对应的图形用户界面的工具,示例代码如下:

        @editable(uiName = "Project", orderBase = 0)
public class Project implements Comparable < Project > {
String pk;

/**
* name of the project
*/
@label(uiLabel = "Name: ")
@editor(gridwidth = GridBagConstraints.REMAINDER)
String name;

/**
* a description of the project
*/
@label(uiLabel = "Description: ")
@editor(gridwidth = GridBagConstraints.REMAINDER)
@string(variant = TextInputType.MULTI_LINE, cols = 20, rows = 5)
String description;
}

本文地址:https://codercto.com/soft/d/12072.html

Adobe Dreamweaver CS5中文版经典教程

Adobe Dreamweaver CS5中文版经典教程

Adobe公司 / 陈宗斌 / 人民邮电 / 2011-1 / 45.00元

《Adobe Dreamweaver CS5中文版经典教程》由Adobe公司的专家编写,是AdobeDreamweavelCS5软件的官方指定培训教材。全书共分为17课,每一课先介绍重要的知识点,然后借助具体的示例进行讲解,步骤详细、重点明确,手把手教你如何进行实际操作。全书是一个有机的整体,它涵盖了Dreamweavercs5的基础知识、HTML基础、CSS基础、创建页面布局、使用层叠样式表、使......一起来看看 《Adobe Dreamweaver CS5中文版经典教程》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

html转js在线工具
html转js在线工具

html转js在线工具