Interface SeparatorViewModel

All Superinterfaces:
ControlViewModel, org.eclipse.emf.ecore.EObject, IControlViewModel, IViewModel, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
SeparatorViewModelImpl

public interface SeparatorViewModel extends ControlViewModel
A representation of the model object 'Separator View Model'. The separator view model.

The following features are supported:

See Also:
  • Method Details

    • isHorizontal

      boolean isHorizontal()
      Returns the value of the 'Horizontal' attribute. The default value is "true". If true the separator is horizontal. Otherwise - it is vertical.
      Returns:
      the value of the 'Horizontal' attribute.
      See Also:
    • setHorizontal

      void setHorizontal(boolean value)
      Sets the value of the 'Horizontal' attribute.
      Parameters:
      value - the new value of the 'Horizontal' attribute.
      See Also: