| org.netbeans.modules.vmd.api.inspector.InspectorPositionController
All known Subclasses: org.netbeans.modules.vmd.midp.inspector.controllers.ComponentsCategoryByReferencesPC, org.netbeans.modules.vmd.midp.inspector.controllers.ListElementEventSourceCategoryPC, org.netbeans.modules.vmd.midp.inspector.controllers.PointPC, org.netbeans.modules.vmd.midp.inspector.controllers.ComponentsCategoryPC, org.netbeans.modules.vmd.midp.inspector.controllers.GaugePC, org.netbeans.modules.vmd.midp.inspector.controllers.DisplayablePC, org.netbeans.modules.vmd.midp.inspector.controllers.ChildrenByTypePC, org.netbeans.modules.vmd.midp.inspector.controllers.ResourcePC, org.netbeans.modules.vmd.midp.inspector.controllers.CategoryPC, org.netbeans.modules.vmd.api.inspector.InspectorFolder, org.netbeans.modules.vmd.midp.inspector.controllers.RootPC,
InspectorPositionController | public interface InspectorPositionController (Code) | | This class controls position of particular folder in the tree structure of
Mobility Visual Designer Navigator. It is possible to have more that one
InspectorPositionController for one InspectorFolder. If there is more
that one InspectorPositionControllers it simply means that the same folder will be
visible more that ones in the tree structure of the Visual Designer Navigator according to
position provided by the InspectorPositionControllers.
|
isInside | boolean isInside(InspectorFolderPath path, InspectorFolder folder, DesignComponent component)(Code) | | This method checks if InspectorFolder connected with this position controller
belongs to the particular place inside of the Mobility Visual Designer Navigator tree structure.
Parameters: path - current navigator tree path Parameters: folder - current inspector folder Parameters: component - current component Boolean.TRUE belongs to the particular place in the navigator structure,Boolean.FALS doesn't belong to the particular place in the navigator structure |
|
|