org.netbeans.modules.vmd.api.inspector |
|
Java Source File Name | Type | Comment |
InspectorFolder.java | Class | This class suits as a descriptor for the Mobility Visual Designer Navigator node. |
InspectorFolderCategoryPresenter.java | Class | Implementation of InspectorFolderPresenter. |
InspectorFolderComponentPresenter.java | Class | Default implementation of InspectorFolderPresenter. |
InspectorFolderPath.java | Class | This class keep tracking status of of the Mobility Visual Designer Navigator structure tree. |
InspectorFolderPresenter.java | Class | This class connects DesignComponent and particular InspectorFolder. |
InspectorOrderingController.java | Interface | This class controls order of the InspectorFolder in the branch of the Mobility
Visual Designer Navigator tree. |
InspectorOrderingPresenter.java | Class | This abstract class attaches InspectorOrderingControllers to the DesignComponent through presenter. |
InspectorPositionController.java | Interface | This class controls position of particular folder in the tree structure of
Mobility Visual Designer Navigator. |
InspectorPositionPresenter.java | Class | This abstract class attaches InspectorPossitionControllers to the DesignComponent through presenter. |
InspectorRegistry.java | Class | This class store information about DesigneComponents to update in the Mobility Visual Designer Navigator.
When registry contains any DesignComponents then scans all DesignComponents for
folders attached to the added DesignComponents through InspectorFolderPresenter and
updating them in the structure of Navigator. |