Widget Component SDK
AggreGate Widget Component SDK is a part of AggreGate SDK that allows to implement AggreGate widget components in Java programming language.
AggreGate Widget Component is a special type of AggreGate plugin. Technically, it includes at least five elements:
Main Plugin Class extends
ComponentPluginclass. This is a main plugin class that provide access to component classes.Component Class extends
WAbstractComponentclass. It contains component properties.Context Class extends
WAbstractContextclass. This class represents widget component as context.Renderer Class extends
DefaultSwingComponentRendererclass. Renderer Class is used to represent widget component in Swing style.
Component plugin descriptor that defines component plugin properties and its place in AggreGate Server or AggreGate Client plugins hierarchy.
![]() | AggreGate SDK bundle includes an open-source example of AggreGate Widget Component implementation called Custom Progress Bar. It is located in
To try the driver:
|
Was this page helpful?
