org.netbeans.modules.visualweb.outline |
|
Java Source File Name | Type | Comment |
InsyncAccessor.java | Class | XXX Utility class accessing insync. |
OutlineManagerListener.java | Class | Listener which listens on outline panel explorer manager's node selection
changes, and notifies corresponding designer window component accordingly. |
OutlinePanel.java | Class | Component showing the outline of the specified DesignBean
It works the way, it looks for the DesignBean instance
in the provided Lookup , and then it finds its root bean
and corresponding DesignContext , which is used to retrieve
the relevant beans and their Node represenations. |
OutlinePanelProvider.java | Class | Implementation of NavigatorPanel , which provides the
outline component. |
OutlineUtilities.java | Class | Utilities for outline module. |