public interface HostMemoryView extends View
Modifier and Type | Interface and Description |
---|---|
static class |
HostMemoryView.Action |
static interface |
HostMemoryView.GraphVisibilityChangeListener |
Modifier and Type | Method and Description |
---|---|
void |
addActionListener(ActionListener<HostMemoryView.Action> listener) |
void |
addGraphVisibilityListener(HostMemoryView.GraphVisibilityChangeListener listener) |
void |
addMemoryChart(String tag,
String humanReadableName) |
void |
addMemoryData(String tag,
List<DiscreteTimeData<? extends Number>> data) |
void |
clearMemoryData(String tag) |
Component |
getUiComponent() |
void |
hideMemoryChart(String tag) |
void |
removeActionListener(ActionListener<HostMemoryView.Action> listener) |
void |
removeGraphVisibilityListener(HostMemoryView.GraphVisibilityChangeListener listener) |
void |
removeMemoryChart(String tag) |
void |
setTotalMemory(String totalMemory) |
void |
showMemoryChart(String tag) |
void setTotalMemory(String totalMemory)
void removeMemoryChart(String tag)
void showMemoryChart(String tag)
void hideMemoryChart(String tag)
void addMemoryData(String tag, List<DiscreteTimeData<? extends Number>> data)
void clearMemoryData(String tag)
void addActionListener(ActionListener<HostMemoryView.Action> listener)
void removeActionListener(ActionListener<HostMemoryView.Action> listener)
void addGraphVisibilityListener(HostMemoryView.GraphVisibilityChangeListener listener)
void removeGraphVisibilityListener(HostMemoryView.GraphVisibilityChangeListener listener)
Component getUiComponent()
Copyright © 2012. All Rights Reserved.