Package net.sf.jguiraffe.gui.builder.components.model

In this package interfaces for specialized component handlers can be found.

The ComponentHandler interface defines some basic operations common to all components. For complex components additional operations may be available. This package contains extended handler interfaces for these components. The interfaces defined here typically extend the ComponentHandler interface and then add further operations specific to the represented component type.

The createXXXX() methods of the ComponentManager interface will return these extended interfaces for the components affected. So an application can cast the handlers returned by the ComponentManager to the types defined in this package and make use of the extended functionality.

$Id: package.html 205 2012-01-29 18:29:57Z oheger $