| Interface | Description |
|---|---|
| CookieModel |
A model of the cookies of a page.
|
| CookieModelListener |
Listens to changes in the
CookieModel. |
| DebugPanelFilter |
Filters nodes in the debug panel's table.
|
| DebugPanelFilter.Config.View |
The view of the
filter configuration. |
| DebugPanelFilterModel |
A model for the list of filters displayed and applied on the debug panel.
|
| DebugPanelFilterModelListener |
Listens to events generated by the
DebugPanelFilterModel. |
| DebugStatisticsModelListener<T extends DebugStatisticsValue> |
Listener to changes in the
DebugStatisticsModel. |
| ExceptionModel |
A model of the intercepted exceptions.
|
| ExceptionModelListener |
Listens to events on the
ExceptionModel. |
| GwtDebugStatisticsModel.EventHandler |
Handles the
events and builds/updates the nodes in
the tree of the given model. |
| Class | Description |
|---|---|
| DebugPanelFilter.Config |
A
filter's configuration. |
| DebugStatisticsModel<T extends DebugStatisticsValue> |
A model of a tree of
statistics values. |
| DebugStatisticsModel.Node<T extends DebugStatisticsValue> |
A node in the tree of this model.
|
| DebugStatisticsValue |
The value of a statistics key-value pair.
|
| ExceptionModel.ExceptionEvent |
An event signaling the occurrence of an exception in a given module at a given time.
|
| GwtCookieModel |
GWT implementation of the
CookieModel. |
| GwtDebugPanelFilterModel |
The GWT implementation of the
DebugPanelFilterModel. |
| GwtDebugStatisticsModel |
GWT implementation of the
DebugStatisticsModel. |
| GwtDebugStatisticsModel.GwtNode |
A node that has a
GwtDebugStatisticsValue as its value. |
| GwtDebugStatisticsValue |
GWT implementation of the .
|
| GwtExceptionModel |
Gwt implementation of the
ExceptionModel. |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.