Package gda.rcp.views

Class TabFolderCompositeFactory

java.lang.Object
gda.rcp.views.TabFolderCompositeFactory
All Implemented Interfaces:
CompositeFactory, org.springframework.beans.factory.InitializingBean

@Deprecated(since="GDA 9.16") public class TabFolderCompositeFactory extends Object implements CompositeFactory, org.springframework.beans.factory.InitializingBean
Deprecated.
A better option is to use TabFolderBuilder to assemble this factory, consequently in future this class may be implemented as inner private calls of TabFolderBuilder
Generates a Composite containing a set of tabs.
  • Field Details

  • Constructor Details

    • TabFolderCompositeFactory

      public TabFolderCompositeFactory()
      Deprecated.
  • Method Details

    • createComposite

      public org.eclipse.swt.widgets.Composite createComposite(org.eclipse.swt.widgets.Composite parent, int style)
      Deprecated.
      Specified by:
      createComposite in interface CompositeFactory
    • setFactories

      public void setFactories(TabCompositeFactory[] factories)
      Deprecated.
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Deprecated.
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception