&& (p.y >= locationOnScreen.y) && (p.y < locationOnScreen.y + getHeight());
}
public View changeToView(ViewInfo view, MCTViewManifestationInfo newInfo) {
AbstractComponent comp = wrappedManifestation.getManifestedComponent();
MCTViewManifestationInfo info = CanvasManifestation.getManifestationInfo(wrappedManifestation);
// Compare the list of owned view properties and determine if a new view needs to be created.
if (viewChanged(wrappedManifestation.getInfo(), info, newInfo)) {
View manifestation = CanvasViewStrategy.CANVAS_OWNED.createViewFromManifestInfo(view, comp, ((View) panelSelectionProvider).getManifestedComponent(), info);
attachManifestationToPanel(manifestation);