public class ProcessListView extends org.eclipse.ui.part.ViewPart implements IProcessListView
| Constructor and Description |
|---|
ProcessListView() |
| 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.
|
void |
createPartControl(org.eclipse.swt.widgets.Composite parent) |
void |
dispose() |
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 |
setFocus() |
void |
setListsEnabled(boolean enabled) |
checkSite, getViewSite, init, init, saveState, setContentDescription, setInitializationData, setPartNameaddPartPropertyListener, addPropertyListener, firePartPropertyChanged, firePropertyChange, getAdapter, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, getTitleToolTip, removePartPropertyListener, removePropertyListener, setPartProperty, setSite, setTitle, setTitleImage, setTitleToolTip, showBusyaddListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void createPartControl(org.eclipse.swt.widgets.Composite parent)
createPartControl in interface org.eclipse.ui.IWorkbenchPartcreatePartControl in class org.eclipse.ui.part.WorkbenchPartpublic void dispose()
dispose in interface org.eclipse.ui.IWorkbenchPartdispose in class org.eclipse.ui.part.WorkbenchPartpublic void clientIsConnected(boolean connected)
IProcessListViewclientIsConnected in interface IProcessListViewconnected - true if connectedpublic void setFocus()
setFocus in interface org.eclipse.ui.IWorkbenchPartsetFocus in class org.eclipse.ui.part.WorkbenchPartpublic void setListsEnabled(boolean enabled)
public void refreshLists()
IProcessListViewrefreshLists in interface IProcessListViewpublic void refreshLists(boolean updateLabels)
IProcessListViewStructuredViewer.refresh(boolean) for the underlying TableViewersrefreshLists in interface IProcessListViewpublic org.eclipse.swt.widgets.Shell getViewShell()
getViewShell in interface IProcessListViewCopyright © 2018. All rights reserved.