Class ContainerRevealProvider

    • Constructor Detail

      • ContainerRevealProvider

        public ContainerRevealProvider()
    • Method Detail

      • canReveal

        public java.lang.Double canReveal​(VElement element)
        I bid on the element if it is a VContainer or a VView.
        Parameters:
        element - the element to bid on
        Returns:
        my bid
      • reveal

        public RevealStep reveal​(VElement element,
                                 org.eclipse.emf.ecore.EObject object,
                                 RevealHelper helper)
        Create an intermediate reveal step to drill down into a container element.
        Parameters:
        element - the container in which to drill down
        object - the object to reveal
        helper - the reveal helper for drill-down
        Returns:
        the drill-down reveal step