Package gda.rcp.views

Interface TabCompositeFactory

All Superinterfaces:
CompositeFactory
All Known Implementing Classes:
TabCompositeFactoryImpl

public interface TabCompositeFactory extends CompositeFactory
  • Method Details

    • getTooltip

      String getTooltip()
      Return a user-friendly name for this mode
      Returns:
      String name
    • getImage

      org.eclipse.swt.graphics.Image getImage()
      Returns the image to be used when displaying the tab for this mode.

      It is up to the mode to dispose of any image resources created.

      Returns:
      a tab image, or null to use default image
    • getLabel

      String getLabel()
      The label displayed on the tab
    • isEnabled

      boolean isEnabled()
    • isVisible

      default boolean isVisible()