org.netbeans.modules.xml.xam.ui.cookies |
|
Java Source File Name | Type | Comment |
CountChildrenCookie.java | Interface | CountChildrenCookie indicate the number of children a Node has,
ideally without constructing the child nodes, which consumes time
and resources. |
GetComponentCookie.java | Interface | GetComponentCookie returns referenced xam component. |
GetSuperCookie.java | Interface | GetComponentCookie returns referenced xam component's super component. |
GotoCookie.java | Interface | Cookie to be implemented by Nodes that can supply a set of GotoTypes. |
ViewComponentCookie.java | Interface | ViewComponentCookie displays a xam component in a view, opening the
editor as necessary, and switching to the desired view, then
scrolling to or otherwise showing the component. |