Uses of Interface
org.eclipse.ui.services.IEvaluationReference
-
Packages that use IEvaluationReference Package Description org.eclipse.ui.services Classes for service support. -
-
Uses of IEvaluationReference in org.eclipse.ui.services
Methods in org.eclipse.ui.services that return IEvaluationReference Modifier and Type Method Description IEvaluationReference
IEvaluationService. addEvaluationListener(Expression expression, IPropertyChangeListener listener, String property)
Add a listener that can be notified when the workbench application context causes the expression evaluation value to change.Methods in org.eclipse.ui.services with parameters of type IEvaluationReference Modifier and Type Method Description void
IEvaluationService. addEvaluationReference(IEvaluationReference ref)
Re-add a property change listener that has already been removed byIEvaluationService.removeEvaluationListener(IEvaluationReference)
.void
IEvaluationService. removeEvaluationListener(IEvaluationReference ref)
Remove the listener represented by the evaluation reference.
-