Interface IClientAreaProvider

All Known Implementing Classes:
AreaProviderFixture, ClientAreaAdapter, NatTable, NatTableFixture, NatTableFixture

public interface IClientAreaProvider
Specifies the rectangular area available to an ILayer Note: All layers get the client area from NatTable which implements this interface.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final IClientAreaProvider
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.swt.graphics.Rectangle
     
  • Field Details

  • Method Details

    • getClientArea

      org.eclipse.swt.graphics.Rectangle getClientArea()