Package com.ds.fw.types

Interface Summary
FwAssociationIF I am used to represent simple key/value pairs for various implementations which do not need a more specialized implementation but which not not readily fit into a pattern that can utilize a Map.
FwBooleanIF I am used to wrap the boolean primitive.
FwCodeIF  
FwCopyableIF I define the basic methods used to create shallow and deep copies of objects and object graphs.
FwDisplayableIF The methods defined by this interface are intended for debugging purposes only.
FwIdIF  
FwIntegerIF  
FwSimpleObjectIF I am meant to be used as a convenient superclass for classes that want to implement various simple interfaces.
FwUniqueObjectIF  
 

Class Summary
FwAssociation  
FwBoolean  
FwByteArrayDataSource A simple DataSource.
FwComponent  
FwCopyable I provide a simple example of how to implement FwCopyableIF.
FwDisplayable I provide a simple example of how to implement FwDisplayableIF.
FwDocument A Class class.
FwEventArgs  
FwHashVector  
FwInteger  
FwMenyItem  
FwSimpleObject I am meant to be used as a convenient superclass for classes that want to implement various simple interfaces.
FwUniqueObject  
FwValue