C# Класс ZeroInstall.Commands.WinForms.SelectionsControl

Visualizes Selections and allows modifications to FeedPreferences and InterfacePreferences.
Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

Открытые методы

Метод Описание
BeginCustomizeSelections ( Func solveCallback ) : void

Allows the user to modify the InterfacePreferences and rerun the ISolver if desired.

This method must not be called from a background thread.

This method must not be called before Control.Handle has been created.

EndCustomizeSelections ( ) : void

Removes the additional UI added by BeginCustomizeSelections.

SelectionsControl ( ) : System

Creates a new Selections control.

SetSelections ( [ selections, [ feedManager ) : void

Shows the user the Selections made by the ISolver.

This method must not be called from a background thread.

This method must not be called before Control.Handle has been created.

Приватные методы

Метод Описание
BuildTable ( ) : void
CreateLinkLabel ( FeedUri interfaceUri ) : System.Windows.Forms.LinkLabel
CreateLinkLabels ( ) : void
CreateTaskControls ( ManifestDigest manifestDigest ) : TaskControl

Описание методов

BeginCustomizeSelections() публичный Метод

Allows the user to modify the InterfacePreferences and rerun the ISolver if desired.

This method must not be called from a background thread.

This method must not be called before Control.Handle has been created.

public BeginCustomizeSelections ( Func solveCallback ) : void
solveCallback Func Called after preferences have been changed and the needs to be rerun.
Результат void

EndCustomizeSelections() публичный Метод

Removes the additional UI added by BeginCustomizeSelections.
public EndCustomizeSelections ( ) : void
Результат void

SelectionsControl() публичный Метод

Creates a new Selections control.
public SelectionsControl ( ) : System
Результат System

SetSelections() публичный Метод

Shows the user the Selections made by the ISolver.

This method must not be called from a background thread.

This method must not be called before Control.Handle has been created.

public SetSelections ( [ selections, [ feedManager ) : void
selections [ The as provided by the .
feedManager [ The feed manager used to retrieve feeds for additional information about implementations.
Результат void