C# Class QuickLaunch.Managers.QuickLaunchProvider

An abstract base class that is extended to create new QuickLaunch Providers.
Exibir arquivo Open project: JoeRobich/fd-quicklaunch

Public Methods

Method Description
FindItems ( string search ) : GroupItems

Finds the items within this provider than matches the search string.

QuickLaunchProvider ( string name, string shortcut ) : QuickLaunch.Controls

Constructs a new QuickLaunchProvider

Method Details

FindItems() public abstract method

Finds the items within this provider than matches the search string.
public abstract FindItems ( string search ) : GroupItems
search string The text to search for.
return QuickLaunch.Controls.GroupItems

QuickLaunchProvider() public method

Constructs a new QuickLaunchProvider
public QuickLaunchProvider ( string name, string shortcut ) : QuickLaunch.Controls
name string The name of this provider.
shortcut string The shortcut for this provider.
return QuickLaunch.Controls