Interface IVirtualizedMonitorPanelProvider

    • Method Detail

      • canEditProperties

        default boolean canEditProperties()
        Returns if the properties should be shown in the property editor.
        Returns:
        true by default.
      • canShowPanelPart

        default boolean canShowPanelPart()
        Returns if the right panel part can be shown.
        Returns:
        false by default, override to handle panel parts.
      • showPanelPart

        default void showPanelPart​(org.eclipse.swt.widgets.Composite parent)
        Requests to show the panel part. When called, the composite is initialized to a grid layout of 1 column with standard margins.
        Parameters:
        parent - The parent composite.