| |
|
| java.lang.Object org.netbeans.modules.vmd.api.inspector.InspectorRegistry
InspectorRegistry | final public class InspectorRegistry (Code) | | 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. After end of the update registry all DesignComponents are removed from registry.
Mobility Visual Designer Navigator updates its self automatically on following events:
- DesignComponent removed from the DesignDocument
- DesignComponent added to the DesignDocument
- DesignComponent chenged in the DesignDocument
- DesignComponent added to the DesignDocument
If it's necessary to update some DesignComponents in the Navigator at some
other event or any other reason, simply add necessary DesignComponents to this registry
|
addComponent | public void addComponent(DesignComponent component)(Code) | | Add DesignComponent to update in the Mobility Designer Navigator.
Parameters: DesignComponent - component to update |
cleanUpRegistry | public void cleanUpRegistry()(Code) | | DO NOT USE THIS METHOD. This method is only accessible from class InspectorWrapperTree.
|
getComponentsToUpdate | public Collection<DesignComponent> getComponentsToUpdate()(Code) | | Returns Collection of DesignComponents to update.
Collection of DesignComponents to update or Collections.EMTY_SET when registry is empty |
remove | public void remove(Collection<DesignComponent> components)(Code) | | DO NOT USE THIS METHOD. This method is only accessible from class InspectorWrapperTree.
|
|
|
|