| Package | Description |
|---|---|
| com.google.gwt.debugpanel.models | |
| com.google.gwt.debugpanel.widgets |
| Modifier and Type | Class and Description |
|---|---|
class |
DebugStatisticsModel<T extends DebugStatisticsValue>
A model of a tree of
statistics values. |
static class |
DebugStatisticsModel.Node<T extends DebugStatisticsValue>
A node in the tree of this model.
|
interface |
DebugStatisticsModelListener<T extends DebugStatisticsValue>
Listener to changes in the
DebugStatisticsModel. |
| Modifier and Type | Class and Description |
|---|---|
class |
GwtDebugStatisticsValue
GWT implementation of the .
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DebugPanelFilter.include(DebugStatisticsValue value) |
| Modifier and Type | Class and Description |
|---|---|
class |
DebugStatisticsView<T extends DebugStatisticsValue>
View that shows the statistics from a
DebugStatisticsModel. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GwtDebugPanelFilters.TimeFilter.include(DebugStatisticsValue value) |
boolean |
GwtDebugPanelFilters.DurationFilter.include(DebugStatisticsValue value) |
boolean |
GwtDebugPanelFilters.RpcFilter.include(DebugStatisticsValue value) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.