All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.jguiraffe.gui.builder.components.model.package.html Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version








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 $





© 2015 - 2024 Weber Informatics LLC | Privacy Policy