Uses of Interface
org.eclipse.ui.services.IEvaluationReference
-
Uses of IEvaluationReference in org.eclipse.ui.services
Modifier and TypeMethodDescriptionIEvaluationService.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.Modifier and TypeMethodDescriptionvoid
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.