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