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) |
String |
getHostVmTreeFilter() |
Ref |
getSelectedHostOrVm() |
void |
hideMainWindow() |
void |
setSubView(Component view) |
void |
setWindowTitle(String title) |
void |
showMainWindow() |
void |
updateTree(String eq,
HostsVMsLoader any) |
void addActionListener(ActionListener<MainView.Action> capture)
void updateTree(String eq, HostsVMsLoader any)
void setWindowTitle(String title)
void showMainWindow()
void hideMainWindow()
String getHostVmTreeFilter()
Ref getSelectedHostOrVm()
void setSubView(Component view)
Copyright © 2012. All Rights Reserved.