This extension point is used to declare the status handler bindings. <p> <b>Note:</b> For the enablement expression evaluation, note that only the default variable and "context" is set and it is non-iterable. The default variable and "context" is set to the handler context, which is typically the object calling the status handler. Declares a status handler binding. The unique id of the status handler binding contribution. The unique id of the referenced status handler. Target Explorer 1.0.0 <pre> <extension point="org.eclipse.tcf.te.runtime.statushandler.bindings"> <binding id="org.eclipse.tcf.te.ui.statushandler.binding.NotificationPopupStatusHandler" handlerId="org.eclipse.tcf.te.ui.statushandler.NotificationPopupStatusHandler"> <enablement> ... </enablement> </binding> </extension> </pre> Copyright (c) 2011 Wind River Systems, Inc. and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html.