Scott Stanchfield
Home
Videos
Articles
Tools
Publications
About
JavaDude.com
Categories
Articles (12)
Videos (12)
Tools (8)
Tags
android (2)
android-studio (1)
antlr (3)
beans (2)
code-generation (1)
design (6)
dsl (4)
eclipse (3)
java (28)
kotlin (1)
language (12)
parsing (5)
patterns (2)
xtext (2)
beans
2 posts
2000.3
Creating JavaBean Property Editors
Mar 4, 2000
Property editors are a way to make your bean more user-friendly. Bean builder tools can determine quite a lot about your bean just by looking at it and its corresponding BeanInfo class, but they usually have only very simple methods of editing the properties in the bean. ......
Articles
java
beans
design
The JavaBean Component Model
Mar 4, 2000
The basics of the JavaBean Component Model ......
Articles
java
beans
design