![]() |
The Java Developers Almanac 1.4Order this book from Amazon. |
e4. Instantiating a Beantry { MyBean bean = (MyBean)Beans.instantiate(ClassLoader.getSystemClassLoader(), "MyBean"); } catch (ClassNotFoundException e) { } catch (IOException e) { }
e2. Implementing a Bound Property e3. Implementing a Constrained Property e5. Listing the Property Names of a Bean e6. Getting and Setting a Property of a Bean
© 2002 Addison-Wesley. |