public abstract class WatchPropertyDescriptor extends VariableBasedAction
This action is enabled on object properties and builds JavaScript watch expression "Object.getOwnPropertyDescriptor(<object>, <propertyName>) that is hard to build manually every time.
User will have to manually remove old expressions.
Modifier and Type | Class and Description |
---|---|
static class |
WatchPropertyDescriptor.ForExpression |
static class |
WatchPropertyDescriptor.ForVariable |
VariableBasedAction.ElementHandler, VariableBasedAction.VariableWrapper
EXPRESSION_VIEW_ELEMENT_HANDLER, VARIABLE_VIEW_ELEMENT_HANDLER
Modifier | Constructor and Description |
---|---|
protected |
WatchPropertyDescriptor(VariableBasedAction.ElementHandler elementHandler) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Runnable |
createRunnable(VariableBasedAction.VariableWrapper wrapper) |
dispose, init, run, runWithEvent, selectionChanged, setActivePart
protected WatchPropertyDescriptor(VariableBasedAction.ElementHandler elementHandler)
protected java.lang.Runnable createRunnable(VariableBasedAction.VariableWrapper wrapper)
createRunnable
in class VariableBasedAction
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.