Class TableRendererActionBar

  • All Implemented Interfaces:
    ActionBar<org.eclipse.jface.viewers.AbstractTableViewer>

    public class TableRendererActionBar
    extends TableActionBar<org.eclipse.jface.viewers.AbstractTableViewer>
    A customized action bar for the table renderer.
    Since:
    1.18
    Author:
    Mat Hansen
    • Method Detail

      • fillComposite

        public void fillComposite​(org.eclipse.swt.widgets.Composite composite,
                                  org.eclipse.jface.viewers.AbstractTableViewer viewer)
        Description copied from interface: ActionBar
        This method is called to fill the given Composite with action controls.
        Specified by:
        fillComposite in interface ActionBar<org.eclipse.jface.viewers.AbstractTableViewer>
        Overrides:
        fillComposite in class TableActionBar<org.eclipse.jface.viewers.AbstractTableViewer>
        Parameters:
        composite - the composite
        viewer - the AbstractTableViewer
      • addControl

        public void addControl​(java.lang.String id,
                               org.eclipse.swt.widgets.Control control)
        Description copied from class: TableActionBar
        Add a control to the action bar.
        Overrides:
        addControl in class TableActionBar<org.eclipse.jface.viewers.AbstractTableViewer>
        Parameters:
        id - the ID of the control (typically the same as the ID of the bound action)
        control - the control instance