|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IEnvironment | |
---|---|
org.eclipse.wst.common.environment | |
org.eclipse.wst.common.frameworks.datamodel | This package includes API for Data Model Provider framework for builing executable and undoable operations using data models, their providers and provider interfaces that contain the properties used by the providers to set and retrieve these propertiese. |
Uses of IEnvironment in org.eclipse.wst.common.environment |
---|
Methods in org.eclipse.wst.common.environment that return IEnvironment | |
---|---|
static IEnvironment |
EnvironmentService.getEclipseConsoleEnvironment()
|
Uses of IEnvironment in org.eclipse.wst.common.frameworks.datamodel |
---|
Methods in org.eclipse.wst.common.frameworks.datamodel that return IEnvironment | |
---|---|
IEnvironment |
IDataModelOperation.getEnvironment()
Returns the IEvironment set in IDataModelOperation.setEnvironment(IEnvironment) } |
IEnvironment |
AbstractDataModelOperation.getEnvironment()
An operation can call this method to get the environment that has been set by the operations framework. |
Methods in org.eclipse.wst.common.frameworks.datamodel with parameters of type IEnvironment | |
---|---|
void |
IDataModelOperation.setEnvironment(IEnvironment environment)
The framework will set the environment on this operation before it is executed. |
void |
AbstractDataModelOperation.setEnvironment(IEnvironment env)
The framework will set the environment on this operation before it is executed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |