Class GridTableViewerFactory

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static GridTableViewerSWTBuilder fillDefaults​(org.eclipse.swt.widgets.Composite composite, int swtStyleBits, java.lang.Object input)
      Use this method if you want to customize any behavior of the GridTableViewerComposite.
      static GridTableViewerSWTBuilder fillDefaults​(org.eclipse.swt.widgets.Composite composite, int swtStyleBits, java.lang.Object input, java.lang.String title, java.lang.String tooltip)
      Use this method if you want to customize any behavior of the GridTableViewerComposite.
      static GridTableViewerSWTBuilder fillDefaults​(org.eclipse.swt.widgets.Composite composite, int swtStyleBits, java.lang.Object input, org.eclipse.core.databinding.observable.value.IObservableValue title, org.eclipse.core.databinding.observable.value.IObservableValue tooltip)
      Use this method if you want to customize any behavior of the GridTableViewerComposite.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GridTableViewerFactory

        public GridTableViewerFactory()
        Default constructor.
    • Method Detail

      • fillDefaults

        public static GridTableViewerSWTBuilder fillDefaults​(org.eclipse.swt.widgets.Composite composite,
                                                             int swtStyleBits,
                                                             java.lang.Object input)
        Use this method if you want to customize any behavior of the GridTableViewerComposite. This will return a GridTableViewerSWTBuilder which allows to customize certain aspects.
        Parameters:
        composite - the parent composite
        swtStyleBits - the style bits which will be passed to the GridTableViewerComposite
        input - the input object
        Returns:
        the builder
      • fillDefaults

        public static GridTableViewerSWTBuilder fillDefaults​(org.eclipse.swt.widgets.Composite composite,
                                                             int swtStyleBits,
                                                             java.lang.Object input,
                                                             org.eclipse.core.databinding.observable.value.IObservableValue title,
                                                             org.eclipse.core.databinding.observable.value.IObservableValue tooltip)
        Use this method if you want to customize any behavior of the GridTableViewerComposite. This will return a GridTableViewerSWTBuilder which allows to customize certain aspects.
        Parameters:
        composite - the parent composite
        swtStyleBits - the style bits which will be passed to the GridTableViewerComposite
        input - the input object
        title - the title
        tooltip - the tooltip
        Returns:
        the builder
      • fillDefaults

        public static GridTableViewerSWTBuilder fillDefaults​(org.eclipse.swt.widgets.Composite composite,
                                                             int swtStyleBits,
                                                             java.lang.Object input,
                                                             java.lang.String title,
                                                             java.lang.String tooltip)
        Use this method if you want to customize any behavior of the GridTableViewerComposite. This will return a GridTableViewerSWTBuilder which allows to customize certain aspects.
        Parameters:
        composite - the parent composite
        swtStyleBits - the style bits which will be passed to the GridTableViewerComposite
        input - the input object
        title - the title
        tooltip - the tooltip
        Returns:
        the builder