Class SwtTabFolderView

    • Constructor Detail

      • SwtTabFolderView

        public SwtTabFolderView()
    • Method Detail

      • createControl

        protected org.eclipse.swt.widgets.Composite createControl​(org.eclipse.swt.widgets.Composite parent,
                                                                  TabFolderViewModel viewModel)
        Description copied from class: SwtStandardView
        Creates a native control for the view without decorations.
        Specified by:
        createControl in class SwtStandardView<TabFolderViewModel,​org.eclipse.swt.widgets.Composite>
        Parameters:
        parent - the parent composite to place a control in.
        viewModel - the view mode to create a control for.
        Returns:
        the newly created control
      • bind

        protected void bind​(TabFolderViewModel viewModel,
                            org.eclipse.swt.widgets.Composite nativeControl)
        Description copied from class: View
        Binds the view model and native control together to this view. Override this method to customize the binding.
        Overrides:
        bind in class SwtStandardView<TabFolderViewModel,​org.eclipse.swt.widgets.Composite>
        Parameters:
        viewModel - the view model to bind.
        nativeControl - the native control to bind.
      • unbind

        protected void unbind​(TabFolderViewModel viewModel,
                              org.eclipse.swt.widgets.Composite nativeControl)
        Description copied from class: View
        Unbinds the view model and the native control from this view. Override this method to customize the unbinding.
        Overrides:
        unbind in class View<SwtRenderingParameters,​TabFolderViewModel,​org.eclipse.swt.widgets.Composite>
        Parameters:
        viewModel - the view mode to unbind.
        nativeControl - the native control to unbind.