Interface Tables.ParentBuilder<T,R>
- All Known Implementing Classes:
Tables.Builder
- Enclosing class:
Tables
public static interface Tables.ParentBuilder<T,R>
-
Method Summary
Modifier and TypeMethodDescriptionparent(org.eclipse.swt.widgets.Composite parent) Set up the table parent element
-
Method Details
-
parent
Set up the table parent element- Parameters:
parent- the parent control- Returns:
- builder object
-