| Package | Description |
|---|---|
| com.google.gwt.debugpanel.models | |
| com.google.gwt.debugpanel.widgets |
| Modifier and Type | Class and Description |
|---|---|
static class |
GwtDebugStatisticsModel.GwtNode
A node that has a
GwtDebugStatisticsValue as its value. |
| Modifier and Type | Method and Description |
|---|---|
DebugStatisticsModel.Node<T> |
DebugStatisticsModel.Node.getChild(int index) |
DebugStatisticsModel.Node<T> |
DebugStatisticsModel.Node.getParent() |
DebugStatisticsModel.Node<T> |
DebugStatisticsModel.getRoot() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DebugStatisticsModel.Node.addChild(DebugStatisticsModel.Node<T> node,
int idx) |
void |
DebugStatisticsModel.addNode(DebugStatisticsModel.Node<T> parent,
DebugStatisticsModel.Node<T> child,
int idx) |
void |
DebugStatisticsModel.addNode(DebugStatisticsModel.Node<T> parent,
DebugStatisticsModel.Node<T> child,
int idx) |
void |
DebugStatisticsModelListener.nodeAdded(DebugStatisticsModel.Node<T> parent,
DebugStatisticsModel.Node<T> node,
int idx)
The given key-value pair was added to the model.
|
void |
DebugStatisticsModelListener.nodeAdded(DebugStatisticsModel.Node<T> parent,
DebugStatisticsModel.Node<T> node,
int idx)
The given key-value pair was added to the model.
|
void |
DebugStatisticsModelListener.nodeChanged(DebugStatisticsModel.Node<T> node,
T value)
The given key-value pair was modified in the model.
|
protected void |
DebugStatisticsModel.Node.setParent(DebugStatisticsModel.Node<T> parent) |
void |
DebugStatisticsModel.updateNode(DebugStatisticsModel.Node<T> node,
T value) |
| Modifier and Type | Method and Description |
|---|---|
void |
DebugStatisticsView.nodeAdded(DebugStatisticsModel.Node<T> parent,
DebugStatisticsModel.Node<T> node,
int idx) |
void |
DebugStatisticsView.nodeAdded(DebugStatisticsModel.Node<T> parent,
DebugStatisticsModel.Node<T> node,
int idx) |
void |
DebugStatisticsView.nodeChanged(DebugStatisticsModel.Node<T> key,
T value) |
| Constructor and Description |
|---|
DebugStatisticsView(DebugStatisticsModel.Node<T> root,
DebugPanelFilterModel filters) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.