public interface VmMemoryView extends View
Modifier and Type | Interface and Description |
---|---|
static class |
VmMemoryView.Action |
Modifier and Type | Method and Description |
---|---|
void |
addActionListener(ActionListener<VmMemoryView.Action> listener) |
void |
addRegion(String humanReadableName) |
Component |
getUiComponent() |
void |
removeActionListener(ActionListener<VmMemoryView.Action> listener) |
void |
removeAllRegions() |
void |
updateRegionSize(String name,
int percentageUsed,
String currentlyUsed,
String currentlyAvailable,
String allocatable) |
void addActionListener(ActionListener<VmMemoryView.Action> listener)
void removeActionListener(ActionListener<VmMemoryView.Action> listener)
void addRegion(String humanReadableName)
void removeAllRegions()
void updateRegionSize(String name, int percentageUsed, String currentlyUsed, String currentlyAvailable, String allocatable)
Component getUiComponent()
Copyright © 2012. All Rights Reserved.