Uses of Interface
org.openbp.common.generic.Copyable

Packages that use Copyable
org.openbp.common.generic.description General-purpose object definitions for named and described objects that serve as a basis to extend from. 
org.openbp.common.generic.propertybrowser Object and object property descriptor mechanism. 
org.openbp.common.generic.taggedvalue Simple name-string value objects that represents a tagged value that can be bound to an object. 
 

Uses of Copyable in org.openbp.common.generic.description
 

Classes in org.openbp.common.generic.description that implement Copyable
 class DescriptionObjectImpl
          An object that has a name and a description.
 class DisplayObjectImpl
          An object that has a name, a display name and a description.
 class DisplayTreeObjectImpl
          An object that has a name, a display name and a description and a leaf node flag for display in tree-like structures.
 

Uses of Copyable in org.openbp.common.generic.propertybrowser
 

Classes in org.openbp.common.generic.propertybrowser that implement Copyable
 class CollectionDescriptor
          The collection descriptor defines the type and settings of a collection property.
 class ObjectDescriptor
          An object descriptor describes an object that can be edited by an property browser.
 class PropertyDescriptor
          Property description for the standard property browser.
 

Uses of Copyable in org.openbp.common.generic.taggedvalue
 

Classes in org.openbp.common.generic.taggedvalue that implement Copyable
 class TaggedValue
          A tagged value consists of a name and a string value.
 



Copyright © 2011. All Rights Reserved.