public interface MainView
Modifier and Type | Interface and Description |
---|---|
static class |
MainView.Action |
Modifier and Type | Method and Description |
---|---|
void |
addActionListener(ActionListener<MainView.Action> capture) |
void |
addMenu(MenuAction action)
Adds a menu item to the window.
|
String |
getHostVmTreeFilterText() |
Ref |
getSelectedHostOrVm() |
void |
hideMainWindow() |
void |
removeMenu(MenuAction action)
Removes a menu item to the window.
|
void |
setSubView(Component view) |
void |
setWindowTitle(String title) |
void |
showMainWindow() |
void |
showVMContextActions(List<VMContextAction> actions,
MouseEvent e) |
void |
updateTree(List<Filter> filter,
List<ReferenceDecorator> decorators,
HostsVMsLoader any) |
void addActionListener(ActionListener<MainView.Action> capture)
void updateTree(List<Filter> filter, List<ReferenceDecorator> decorators, HostsVMsLoader any)
String getHostVmTreeFilterText()
void setWindowTitle(String title)
void showMainWindow()
void hideMainWindow()
Ref getSelectedHostOrVm()
void setSubView(Component view)
void addMenu(MenuAction action)
void removeMenu(MenuAction action)
void showVMContextActions(List<VMContextAction> actions, MouseEvent e)
Copyright © 2012. All Rights Reserved.