net.sf.jguiraffe.gui.builder.components.model.package.html Maven / Gradle / Ivy
Show all versions of jguiraffe Show documentation
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 192 2010-08-22 16:15:22Z oheger $