Class UserVisibilityDialog

    • Constructor Detail

      • UserVisibilityDialog

        public UserVisibilityDialog​(org.eclipse.swt.widgets.Shell shell,
                                    AdjustableBoolean model,
                                    IV8Project v8project,
                                    String dialogTitle,
                                    String rolesLabel,
                                    String isCommonButtonText,
                                    boolean readonly)
        Creates a new dialog
        Parameters:
        shell - is the shell.
        model - is AdjustableBoolean model.
        v8project - the V8 project
        DialogTitle - is the dialog title.
        RolesLabel - is the roles label text.
        IsCommonButtonText - is the isCommon button text.
        readonly - is the read-only flag.
      • UserVisibilityDialog

        public UserVisibilityDialog​(org.eclipse.swt.widgets.Shell shell,
                                    AdjustableBoolean model,
                                    IV8Project v8project,
                                    boolean readonly)
        Creates a new dialog
        Parameters:
        shell - the the shell.
        model - the AdjustableBoolean model.
        v8project - the V8 project
        readonly - the read-only flag.
    • Method Detail

      • dispose

        public void dispose()
        Disposes this dialog.
      • isCommon

        public boolean isCommon()
        The 'common visibility' value. It is filled after dialog is closed.
        Returns:
      • getValue

        public List<ForRoleType> getValue()
        The collection of ForRoleType objects. It is filled after dialog is closed.
        Returns: