How to make and test a Java Bean
|
Bean Properties |
Hooking up Bean Events |
Other issues: Serialization, BeanInfo, Customization |
001 Java Bean Stroll 002 Java Bean Examples 003 Our first example: HelloBean! 004 The rest of the HelloBean example 005 Make it a JAR file 006 Test with the BeanBox 007 Using the Bean 008 Method design patterns for Properties 009 Indexed Properties 010 Bound Properties 011 Constrained Properties 012 Object Serialization 013 Hooking up Beans with events 014 Example Adapter File 015 BeanInfo 016 BeanInfo Interface Methods 017 Property Editors and Customizers