Interface IEUICompBase

    • Method Detail

      • getCNImage

        org.eclipse.swt.graphics.Image getCNImage​(boolean isMobile)
        Gets the image for the Common Navigator.
        Parameters:
        isMobile - Mobile theme flag.
        Returns:
        Image or null if there is no image.
      • getCNDescriptionType

        java.lang.String getCNDescriptionType()
        Provide a type description for the status bar view, if available.
        Returns:
        A type description for the status bar view, or null if not available.
      • getPossibleContainerParents

        default java.lang.Class<?>[] getPossibleContainerParents()
        Gets the supported containers the component can be placed inside.
        Returns:
        An array of UIContainer classes, or null for any.
      • isValidContainer

        default boolean isValidContainer​(UIContainer cnr)
        Verifies if this component can be added in a specific container.
        Parameters:
        cnr - The container.
        Returns:
        true by default.