C# 클래스 ZeroInstall.Commands.WinForms.SelectionsControl

Visualizes Selections and allows modifications to FeedPreferences and InterfacePreferences.
상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: 0install/0install-win

공개 메소드들

메소드 설명
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