Package net.sf.sdedit.ui.components.configuration

Interface Summary
DataObject An interface tagged with/extending DataObject should only have get-, set- and is-methods allowing access to (virtual) attributes like a Java bean.
StringSelectionProvider<T> An interface for objects that dynamically provide an array of strings each representing a potential value for a string property (annotated with Adjustable.stringSelectionProvided()) of a data object managed by a Bean.
 

Class Summary
Bean<T extends DataObject> A Bean provides a single instance of a "data object" that implements the T interface which should only define get-, set-, and is-methods like a Java bean.
BeanConverter  
ConfigurationAction<T extends DataObject>  
ConfigurationDialog  
ConfigurationUI<C extends DataObject> A component for configuring the properties of a Bean.
Configurator<T,C extends DataObject> An abstract base class for the components used by ConfigurationUI for configuring properties of a Bean.
ConfiguratorFactory<C extends DataObject> A ConfiguratorFactory creates specialized Configurator objects, depending on the type of property to be configured.
NullValueProvider  
 

Annotation Types Summary
Adjustable This annotation is intended for write methods of Bean subclasses.
 



Copyright © 2011. All Rights Reserved.