Interface ActionBarProvider<T extends org.eclipse.jface.viewers.AbstractTableViewer>

  • Type Parameters:
    T - the concrete table viewer to use
    All Known Subinterfaces:
    TableViewerSWTCustomization<T>
    All Known Implementing Classes:
    DefaultTableControlSWTCustomization

    public interface ActionBarProvider<T extends org.eclipse.jface.viewers.AbstractTableViewer>
    An action bar provider interface.
    Author:
    Mat Hansen
    • Method Detail

      • getActionBar

        Optional<ActionBar<T>> getActionBar()
        Returns the action bar instance (if any).
        Returns:
        the action bar