C# Class Pushover_plugin.WebhookForwardHandler

Manages the creation and operation of the webhook forwarder.
Inheritance: IForwardDestinationHandler
ファイルを表示 Open project: Vorror/GrowlForWindowsPushover

Public Methods

Method Description
GetListItems ( ) : List

Gets the list of DestinationListItems to display as choices when the user chooses 'Add Forward'.

GetSettingsPanel ( Growl.Destinations.DestinationBase db ) : Growl.Destinations.DestinationSettingsPanel

Gets the settings panel associated with this forwarder.

This is called when a user is editing an existing forwarder.

GetSettingsPanel ( Growl.Destinations.DestinationListItem dbli ) : Growl.Destinations.DestinationSettingsPanel

Gets the settings panel associated with this forwarder.

This is called when a user is adding a new forwarding destination.

Register ( ) : List

Registers the forwarder with Growl.

Private Methods

Method Description
GetIcon ( ) : System.Drawing.Image

Gets the icon associated with this forwarder.

Method Details

GetListItems() public method

Gets the list of DestinationListItems to display as choices when the user chooses 'Add Forward'.
public GetListItems ( ) : List
return List

GetSettingsPanel() public method

Gets the settings panel associated with this forwarder.
This is called when a user is editing an existing forwarder.
public GetSettingsPanel ( Growl.Destinations.DestinationBase db ) : Growl.Destinations.DestinationSettingsPanel
db Growl.Destinations.DestinationBase The of an exiting forwarder
return Growl.Destinations.DestinationSettingsPanel

GetSettingsPanel() public method

Gets the settings panel associated with this forwarder.
This is called when a user is adding a new forwarding destination.
public GetSettingsPanel ( Growl.Destinations.DestinationListItem dbli ) : Growl.Destinations.DestinationSettingsPanel
dbli Growl.Destinations.DestinationListItem The as selected by the user
return Growl.Destinations.DestinationSettingsPanel

Register() public method

Registers the forwarder with Growl.
public Register ( ) : List
return List