public interface ObjectRootsView extends View, UIComponent
Modifier and Type | Interface and Description |
---|---|
static class |
ObjectRootsView.Action |
Modifier and Type | Method and Description |
---|---|
void |
addActionListener(ActionListener<ObjectRootsView.Action> listener) |
void |
hideView() |
void |
removeActionListener(ActionListener<ObjectRootsView.Action> listener) |
void |
setObjectDetails(String information) |
void |
setPathToRoot(List<HeapObjectUI> pathToRoot) |
void |
showView() |
void addActionListener(ActionListener<ObjectRootsView.Action> listener)
void removeActionListener(ActionListener<ObjectRootsView.Action> listener)
void showView()
void hideView()
void setPathToRoot(List<HeapObjectUI> pathToRoot)
void setObjectDetails(String information)
Copyright © 2014. All rights reserved.