Package gda.rcp.views

Interface CompositeFactory

All Known Subinterfaces:
TabCompositeFactory
All Known Implementing Classes:
AcquireComposite, AcquisitionCompositeFactory, AcquisitionsBrowserCompositeFactory, ActionBtnCompositeFactory, ApertureSelectionControlProvider, AttenuationCompositeFactory, AuxiliaryProceduresCompositeFactory, BatonStatusCompositeFactory, BeamlineEnergyCompositeFactory, CameraConfigurationFactory, CameraConfigurationTabs, ClientScrollableContainer, DetectorAwareEnergyAndDetectorCompositeFactory, DetectorDistanceCompositeFactory, DoseCompositeFactory, EnergyAndDetectorCompositeFactory, EnumCheckboxCompositeFactory, EnumPositionerCompositeFactory, ExperimentModeCompositeFactory, ExperimentProgressCompositeFactory, FeedbackCompositeFactory, FindableGroupCompositeFactory, FSwitchBeamSizeSelectionControlProvider, GroupCompositeFactory, HealthCheckCompositeFactory, I19HutchStateCompositeFactory, LatestFileNameCompositeFactory, LinearPositionerCompositeFactory, MachineStatusCompositeFactory, MetadataObjectCompositeFactory, MonitorCompositeFactory, MotorCompositeFactory, MotorPositionViewerCompositeFactory, OpenViewCompositeFactory, OpenViewListBoxCompositeFactory, ProcessingRequestComposite, QueueCommandCompositeFactory, ReadonlyScannableCompositeFactory, RunCommandCompositeFactory, SampleChangerOptionsCompositeFactory, SampleChangerStatusCompositeFactory, SampleDisplayCompositeFactory, SampleProviderCompositeFactory, ScannableCompositeFactory, ScannablesCollectiveStatusCompositeFactory, SelectableAcquisitionCompositeFactory, ShutterControlCompositeFactory, StageCompositeFactory, StreamControlCompositeFactory, StringManagedScannableCompositeFactory, TabCompositeFactoryImpl, TabFolderBuilder.TabFolderCompositeFactory, TabFolderCompositeFactory, UserControlPanelCompositeFactory

public interface CompositeFactory
Interface for Factories that create composites. Part of work to allow views to be configured in Spring
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Defines a well specific property in Widget.getData(String) which identifies a composite instance as parent for the contained children.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.swt.widgets.Composite
    createComposite(org.eclipse.swt.widgets.Composite parent, int style)
     
  • Field Details

    • COMPOSITE_ROOT

      static final String COMPOSITE_ROOT
      Defines a well specific property in Widget.getData(String) which identifies a composite instance as parent for the contained children.
      See Also:
  • Method Details

    • createComposite

      org.eclipse.swt.widgets.Composite createComposite(org.eclipse.swt.widgets.Composite parent, int style)