Package chrriis.uihierarchy.compatibility

Classes that help ensuring compatibility between different Java versions.

See:
          Description

Interface Summary
Collection The Collection compatible version.
List The interface of the list types of collections.
Map The Map compatible version.
Set The Set compatible version.
 

Class Summary
ArrayList The arrayList compatible version.
Compatibility A class that centralizes compatibility information.
Component A class that centralizes the components related settings.
HashMap The HashMap compatible version.
HashSet The HashSet compatible version.
SwingUtilities The SwingUtilities compatible version.
 

Package chrriis.uihierarchy.compatibility Description

Classes that help ensuring compatibility between different Java versions.