JavaBeans and Bean Events
文章平均质量分 84
caohong286
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
JavaBean 学习一
32.1 Introduction Every Java user interface class is a JavaBeans component. Understanding JavaBeans will helpyou to learn GUI components. In Chapter 16, “Event-Driven Programming,” you learne...2012-09-19 00:09:23 · 195 阅读 · 0 评论 -
JavaBean 学习二
32.3 Bean Properties Properties are discrete, named attributes of a Java bean that can affect its appearance or behavior. They are often data fields of a bean. For example, the JButton componen...原创 2012-09-21 00:07:54 · 174 阅读 · 0 评论 -
JavaBean学习三
32.4 Java Event Model ReviewA bean may communicate with other beans. The Java event delegation model provides thefoundation for beans to send, receive, and handle events. Let us review the Ja...原创 2012-09-26 22:57:50 · 209 阅读 · 0 评论
分享