UIHierarchy 1.2.5

This document is the API specification for UIHierarchy.

See:
          Description

Packages
chrriis.uihierarchy The core package of the UIHierarchy library.
chrriis.uihierarchy.accessor Accessor related extensions are located in this package.
chrriis.uihierarchy.compatibility Classes that help ensuring compatibility between different Java versions.
chrriis.uihierarchy.constraints Package containing the layout Constraints classes, which are associated to components in order to lay them out correctly.
chrriis.uihierarchy.creator Package containing the creators, which are used to create components from some object representations.
chrriis.uihierarchy.debug The debug package contains Classes that help the debugging of component hierarchies.
chrriis.uihierarchy.layout Layouts that map existing ones to add functionalities such as unit handling.
chrriis.uihierarchy.unit Unit handling, with implementations for basic units.
chrriis.uihierarchy.util All the possible utilities for various manipulations go to this package.
chrriis.uihierarchy.xml The base package for all XML-related handling.
chrriis.uihierarchy.xml.resolver Package containing the component resolvers, used by the XML parser to link some component definitions to the instances.

 

This document is the API specification for UIHierarchy. UIHierarchy is a Java library that simplifies the development, maintenance and readability of code to design user interfaces in AWT or Swing.