| org.netbeans.modules.visualweb.insync.live.DesignBeanNodeLookup
DesignBeanNodeLookup | final class DesignBeanNodeLookup extends AbstractLookup (Code) | | XXX Copied from NB openide/nodes, in order to get the lookup impl.
See also NB issue #81540.
A lookup that represents content of a Node.getCookie and the node itself.
author: Jaroslav Tulach |
NO_COOKIE_CHANGE | final static ThreadLocal NO_COOKIE_CHANGE(Code) | | See #40734 and NodeLookupTest and CookieActionIsTooSlowTest.
When finding action state for FilterNode, the action might been
triggered way to many times, due to initialization in beforeLookup
that triggered LookupListener and PROP_COOKIE change.
|
DesignBeanNodeLookup | public DesignBeanNodeLookup()(Code) | | New flat lookup.
|
beforeLookup | final protected void beforeLookup(Template template)(Code) | | Notifies subclasses that a query is about to be processed.
Parameters: template - the template |
setNode | public void setNode(Node n)(Code) | | |
updateLookupAsCookiesAreChanged | public void updateLookupAsCookiesAreChanged(Class toAdd)(Code) | | |
|
|