Interface | Description |
---|---|
DashboardDisplayer |
A DashboardDisplayer handles rendering and display of
DashboardWidget s registered in a particular category. |
DashboardDisplayer.Panel |
A panel implementation provides the link between a dashboard displayer
and each display of a widget.
|
DashboardWidget |
A widget for display on the dashboard.
|
Class | Description |
---|---|
DashboardDisplayer.WidgetReference |
A reference linking a widget to a particular display registration.
|
WidgetElement |
Elements that can be provided by a dashboard widget from
DashboardWidget.elements(org.netbeans.spi.dashboard.DashboardDisplayer.Panel) . |
WidgetElement.ActionElement |
Action element.
|
WidgetElement.ComponentElement |
Component element.
|
WidgetElement.ImageElement |
Image element.
|
WidgetElement.LinkElement |
Link element.
|
WidgetElement.SeparatorElement |
Separator element.
|
WidgetElement.TextElement |
Text element.
|
Enum | Description |
---|---|
WidgetElement.TextElement.Kind |
The type of text element.
|