|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.commands.common.EventManager
org.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.ViewPart
org.eclipse.ui.part.PageBookView
org.eclipse.debug.ui.AbstractDebugView
org.eclipse.cdt.debug.internal.ui.views.AbstractDebugEventHandlerView
org.eclipse.cdt.debug.internal.ui.views.signals.SignalsView
public class SignalsView
Displays signals.
Nested Class Summary | |
---|---|
class |
SignalsView.SignalsViewLabelProvider
|
Field Summary |
---|
Fields inherited from interface org.eclipse.debug.ui.IDebugView |
---|
COPY_ACTION, CUT_ACTION, DOUBLE_CLICK_ACTION, FIND_ACTION, PASTE_ACTION, REMOVE_ACTION, SELECT_ALL_ACTION |
Fields inherited from interface org.eclipse.ui.IWorkbenchPart |
---|
PROP_TITLE |
Constructor Summary | |
---|---|
SignalsView()
|
Method Summary | |
---|---|
void |
dispose()
|
void |
handleException(org.eclipse.debug.core.DebugException e)
Handles the given debug exception. |
void |
propertyChange(org.eclipse.jface.util.PropertyChangeEvent event)
|
void |
selectionChanged(org.eclipse.ui.IWorkbenchPart part,
org.eclipse.jface.viewers.ISelection selection)
|
Methods inherited from class org.eclipse.debug.ui.AbstractDebugView |
---|
add, addContextMenuManager, asyncExec, createPartControl, doubleClick, getAction, getAdapter, getContextMenuManager, getContextMenuManagers, getPresentation, getPresentationAttributes, getViewer, init, isAvailable, isVisible, remove, setAction, showMessage, showViewer, syncExec, updateObjects |
Methods inherited from class org.eclipse.ui.part.PageBookView |
---|
getCurrentPage, getDefaultPage, init, partActivated, partBroughtToTop, partClosed, partDeactivated, partOpened, setFocus |
Methods inherited from class org.eclipse.ui.part.ViewPart |
---|
getViewSite, saveState, setInitializationData |
Methods inherited from class org.eclipse.ui.part.WorkbenchPart |
---|
addPropertyListener, getContentDescription, getOrientation, getPartName, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, showBusy |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.ui.IViewPart |
---|
getViewSite, init, saveState |
Methods inherited from interface org.eclipse.ui.IWorkbenchPart |
---|
addPropertyListener, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, setFocus |
Constructor Detail |
---|
public SignalsView()
Method Detail |
---|
public void selectionChanged(org.eclipse.ui.IWorkbenchPart part, org.eclipse.jface.viewers.ISelection selection)
selectionChanged
in interface org.eclipse.ui.ISelectionListener
public void propertyChange(org.eclipse.jface.util.PropertyChangeEvent event)
propertyChange
in interface org.eclipse.jface.util.IPropertyChangeListener
public void handleException(org.eclipse.debug.core.DebugException e)
IDebugExceptionHandler
handleException
in interface IDebugExceptionHandler
e
- debug exceptionpublic void dispose()
dispose
in interface org.eclipse.ui.IWorkbenchPart
dispose
in class AbstractDebugEventHandlerView
IWorkbenchPart#dispose()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |