Class FontNameControlContribution

  • All Implemented Interfaces:
    EventListener, org.eclipse.jface.action.IContributionItem, org.eclipse.swt.events.SelectionListener, org.eclipse.swt.internal.SWTEventListener

    public class FontNameControlContribution
    extends org.eclipse.ui.menus.WorkbenchWindowControlContribution
    implements org.eclipse.swt.events.SelectionListener
    Contribution for HtmlMultiPageEditor added font name combo box control.
    • Method Detail

      • dispose

        public void dispose()
        Specified by:
        dispose in interface org.eclipse.jface.action.IContributionItem
        Overrides:
        dispose in class org.eclipse.jface.action.ContributionItem
      • isEnabled

        public boolean isEnabled()
        Specified by:
        isEnabled in interface org.eclipse.jface.action.IContributionItem
        Overrides:
        isEnabled in class org.eclipse.jface.action.ContributionItem
      • widgetSelected

        public void widgetSelected​(org.eclipse.swt.events.SelectionEvent e)
        Specified by:
        widgetSelected in interface org.eclipse.swt.events.SelectionListener
      • widgetDefaultSelected

        public void widgetDefaultSelected​(org.eclipse.swt.events.SelectionEvent e)
        Specified by:
        widgetDefaultSelected in interface org.eclipse.swt.events.SelectionListener
      • createControl

        protected org.eclipse.swt.widgets.Control createControl​(org.eclipse.swt.widgets.Composite parent)
        Specified by:
        createControl in class org.eclipse.jface.action.ControlContribution