public class InspectorView
extends org.eclipse.ui.part.ViewPart
implements org.eclipse.ui.IPartListener, org.eclipse.jface.viewers.ISelectionChangedListener
| Modifier and Type | Class and Description |
|---|---|
class |
InspectorView.InfoItem |
| Constructor and Description |
|---|
InspectorView() |
| Modifier and Type | Method and Description |
|---|---|
void |
createPartControl(org.eclipse.swt.widgets.Composite parent) |
void |
dispose() |
void |
partActivated(org.eclipse.ui.IWorkbenchPart part) |
void |
partBroughtToTop(org.eclipse.ui.IWorkbenchPart part) |
void |
partClosed(org.eclipse.ui.IWorkbenchPart part) |
void |
partDeactivated(org.eclipse.ui.IWorkbenchPart part) |
void |
partOpened(org.eclipse.ui.IWorkbenchPart part) |
void |
selectionChanged(org.eclipse.jface.viewers.SelectionChangedEvent event) |
void |
setFocus() |
getViewSite, init, init, saveState, setInitializationDataaddPartPropertyListener, addPropertyListener, getAdapter, getContentDescription, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, getTitleToolTip, removePartPropertyListener, removePropertyListener, setPartProperty, showBusyequals, 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 setFocus()
setFocus in interface org.eclipse.ui.IWorkbenchPartsetFocus in class org.eclipse.ui.part.WorkbenchPartpublic void partActivated(org.eclipse.ui.IWorkbenchPart part)
partActivated in interface org.eclipse.ui.IPartListenerpublic void partBroughtToTop(org.eclipse.ui.IWorkbenchPart part)
partBroughtToTop in interface org.eclipse.ui.IPartListenerpublic void partClosed(org.eclipse.ui.IWorkbenchPart part)
partClosed in interface org.eclipse.ui.IPartListenerpublic void partDeactivated(org.eclipse.ui.IWorkbenchPart part)
partDeactivated in interface org.eclipse.ui.IPartListenerpublic void partOpened(org.eclipse.ui.IWorkbenchPart part)
partOpened in interface org.eclipse.ui.IPartListenerpublic void selectionChanged(org.eclipse.jface.viewers.SelectionChangedEvent event)
selectionChanged in interface org.eclipse.jface.viewers.ISelectionChangedListener