Interface ActionControlCreator<C extends org.eclipse.swt.widgets.Control>

  • Type Parameters:
    C - the type of the control to be created
    All Known Implementing Classes:
    TableActionIconButton

    public interface ActionControlCreator<C extends org.eclipse.swt.widgets.Control>
    Used to create new action controls.
    Author:
    Mat Hansen
    • Method Detail

      • createControl

        C createControl​(org.eclipse.swt.widgets.Composite parent,
                        Action action)
        Creates a new control.
        Parameters:
        parent - the parent composite to create on
        action - the action to bind the control to
        Returns:
        a new control