|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.ui.contexts.ContextManagerEvent
An instance of this class describes changes to an instance of IContextManager.
This class is not intended to be extended by clients.
Constructor Summary | |
ContextManagerEvent(IContextManager contextManager,
boolean definedContextIdsChanged,
boolean enabledContextIdsChanged,
Set previouslyDefinedContextIds,
Set previouslyEnabledContextIds)
Creates a new instance of this class. |
Method Summary | |
IContextManager | getContextManager()
Returns the instance of the interface that changed. |
Set | getPreviouslyDefinedContextIds()
Returns the set of identifiers to previously defined contexts. |
Set | getPreviouslyEnabledContextIds()
Returns the set of identifiers to previously enabled contexts. |
boolean | haveDefinedContextIdsChanged()
Returns whether or not the definedContextIds property changed. |
boolean | haveEnabledContextIdsChanged()
Returns whether or not the enabledContextIds property changed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ContextManagerEvent(IContextManager contextManager, boolean definedContextIdsChanged, boolean enabledContextIdsChanged, Set previouslyDefinedContextIds, Set previouslyEnabledContextIds)
Method Detail |
public IContextManager getContextManager()
public Set getPreviouslyDefinedContextIds()
public Set getPreviouslyEnabledContextIds()
public boolean haveDefinedContextIdsChanged()
public boolean haveEnabledContextIdsChanged()
|
Eclipse Platform Release 3.0 | ||||||||||
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, 2004. All rights reserved.