Package com.togethersoft.openapi.util.enum

This package represents a lot of advanced enumerations.

See
          Description

Class Diagram Summary
enum 
 

Interface Summary
AbstractButtonEnumeration Enumeration of Swing's AbstractButtons.
KeyStrokeEnumeration Enumeration of KeyCombinations.
LightEnumeration Presents light version of enumeration.
PointEnumeration Enumeration of Points.
StringEnumeration Enumeration of Strings.
 

Class Summary
AbstractButtonEnumerationAdapter Minimal implementation of enumeration of AbstractButtons .
ArrayEnumeration Presents array of Objects as an enumeration.
CompositeEnumeration Represents enumeration of enumerations.
DoubleEnumeration Presents two Objects as an enumeration.
EmptyEnumeration This class presents always empty enumeration.
EnumerationCopy Presents enumeration on the base of existing enumeration.
FilterEnumeration Presents enumeration with filter which is a specified unary operation.
KeyStrokeEnumerationAdapter Contents minimal implementation to work with enumeration of KeyStrokes.
LightEnumerationAdapter Adapts light enumeration to stadard enumeration.
OrderedDiffEnumeration Represents enumeration constructed from two others.
OrderedMergerEnumeration Represents enumeration which built from two others.
PointEnumerationAdapter Adaptes existing enumeration to the enumeration of AWT Points.
SequenceEnumeration Handles two or three enumerations as one.
SingleEnumeration Presents enumeration contains only one element as an Object.
StringEnumerationAdapter Minimal implementation enumeration of a Strings.
 

Package com.togethersoft.openapi.util.enum Description

This package represents a lot of advanced enumerations.