|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.eclipse.debug.ui.contexts.DebugContextEvent
A debug context event. Debug context events are generated by debug context providers. A debug context is represented by a selection and flags (bit mask) describing how the context has changed.
Clients may instantiate this class; not intended to be subclassed.
IDebugContextListener
,
IDebugContextProvider
,
Serialized FormField Summary | |
---|---|
static int |
ACTIVATED
Change constant (bit mask) indicating a context has been activated. |
static int |
STATE
Change constant (bit mask) indicating the state of a context has changed. |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
DebugContextEvent(IDebugContextProvider source,
ISelection context,
int flags)
Constructs a new debug context event. |
Method Summary | |
---|---|
ISelection |
getContext()
Returns the debug context associated with this event. |
IDebugContextProvider |
getDebugContextProvider()
Returns the context provider that initiated this event. |
int |
getFlags()
Returns flags which describe in more detail how a context has changed. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int ACTIVATED
public static final int STATE
Constructor Detail |
public DebugContextEvent(IDebugContextProvider source, ISelection context, int flags)
source
- source of the event - a debug context providercontext
- the relevant contextflags
- bit mask indicating how the context has changed - see change constants
defined in this classMethod Detail |
public ISelection getContext()
public int getFlags()
public IDebugContextProvider getDebugContextProvider()
|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.