public interface IProcessListView
| Modifier and Type | Method and Description |
|---|---|
void |
clientIsConnected(boolean connected)
set all stuff to a state, where the client is connected or disconnected
(e.g.
|
org.eclipse.swt.widgets.Shell |
getViewShell() |
void |
refreshLists()
forces the table views to refresh, e.g.
|
void |
refreshLists(boolean updateLabels)
calls the method
StructuredViewer.refresh(boolean) for the underlying TableViewers |
void clientIsConnected(boolean connected)
connected - true if connectedvoid refreshLists()
void refreshLists(boolean updateLabels)
StructuredViewer.refresh(boolean) for the underlying TableViewersupdateLabels - org.eclipse.swt.widgets.Shell getViewShell()
Copyright © 2018. All rights reserved.