Package com.togethersoft.openapi.util.enum

Class Diagram Summary
enum 
 

Interface Summary
AbstractButtonEnumerationEnumeration of Swing's AbstractButtons.
KeyStrokeEnumerationEnumeration of KeyStrokes.
LightEnumerationPresents light version of enumeration.
PointEnumerationEnumeration of Points.
StringEnumerationEnumeration of Strings.
 

Class Summary
AbstractButtonEnumerationAdapterMinimal implementation of enumeration of AbstractButtons .
ArrayEnumerationPresents array of Objects as an enumeration.
CompositeEnumerationRepresents enumeration of enumerations.
CompositeEnumeration.Light 
DoubleEnumerationPresents two Objects as an enumeration.
EmptyEnumerationThis class presents always empty enumeration.
EnumerationCopyPresents enumeration on the base of existing enumeration.
FilterEnumerationPresents enumeration with filter which is a specified unary operation.
KeyStrokeEnumerationAdapterContents minimal implementation to work with enumeration of KeyStrokes.
LightEnumerationAdapterAdapts light enumeration to stadard enumeration.
OrderedDiffEnumerationRepresents enumeration constructed from two others.
OrderedMergerEnumerationRepresents enumeration which built from two others.
PointEnumerationAdapterAdaptes existing enumeration to the enumeration of AWT Points.
SequenceEnumerationHandles two or three enumerations as one.
SingleEnumerationPresents enumeration contains only one element as an Object.
StringEnumerationAdapterMinimal implementation enumeration of a Strings.