Package com.atomikos.beans

Interface Summary
Editor An Editor for getting and setting properties based on UI interaction.
IndexedProperty This class describes information of a bean's indexed properties.
MemberFilter A filter for restricting which members (fields, constructors, methods) are returned by the ClassInspector.
Property A property allows details to be retrieved and set for individual bean properties.
PropertyEditorComponent A generic GUI type for editing properties.
 

Class Summary
AbstractPropertyEditorComponent An abstract implementation of PropertyEditorComponent.
BeanInspector A bean inspector is capable of detecting what properties can be set in a bean, setting or getting any such values and returning useful information about the bean.
BeanWizard A GUI setup tool for configuring arbitrary bean instances.
BeanWizardResourceBundle The locale-specific values for the BeanWizard GUI utility.
CheckboxComponent An editor component that allows editing of boolean values.
ClassInspector An inspector class for finding and filtering information about general classes (not just beans).
ComboBoxComponent A property editor component for a combo list of values.
DefaultMemberFilter A member filter implementation that accepts all be default.
DefaultPropertyEditor A default Property Editor.
HtmlBeanWizard A wizard class for HTML platforms.
MainMethodFilter A filter class for main static methods (application entry points).
MemberChooser This class offers a GUI dialog for choosing methods, constructors or fields from a given class.
MemberChooserResourceBundle  
PrimitiveClasses A utility class for primitive class manipulation.
PropertyUtils Smart reflection helper without the need for GUI classes (works on headless servers too).
TableComponent A component for editing indexed properties as a whole.
TextFieldComponent An editor component that displays a property in a text field.
 

Exception Summary
ClassNotPrimitiveException An exception for the conversion of primitive values to their wrapper objects.
PropertyException An exception indicating a failure to set or get a bean property.
ReadOnlyException An exception for signalling an attempt to use an unsupported set operation.
 



Copyright © 2011. All Rights Reserved.