Uses of Interface
org.eclipse.ui.contexts.IContext
-
Packages that use IContext Package Description org.eclipse.ui.contexts Provides support for integrating contexts into the Eclipse workbench. -
-
Uses of IContext in org.eclipse.ui.contexts
Methods in org.eclipse.ui.contexts that return IContext Modifier and Type Method Description IContextContextEvent. getContext()Deprecated.Returns the instance of the interface that changed.IContextIContextManager. getContext(String contextId)Deprecated.Returns an instance ofIContextgiven an identifier.Constructors in org.eclipse.ui.contexts with parameters of type IContext Constructor Description ContextEvent(IContext context, boolean definedChanged, boolean enabledChanged, boolean nameChanged, boolean parentIdChanged)Deprecated.Creates a new instance of this class.
-