C# Class MonoDevelop.StyleCop.ProjectOptionsPanelBase

Inheritance: Gtk.Bin, IOptionsPanel
Mostra file Open project: DarkCloud14/MonoDevelop.StyleCop

Public Methods

Method Description
ApplyChanges ( ) : void

Applies the changes.

CreatePanelWidget ( ) : Control

Creates the options panel widget.

Will only be called if the user really gets to see the options panel.

Dispose ( ) : void

Releases all resource used by the MonoDevelop.StyleCop.ProjectOptionsPanelBase object.

Call Dispose() when you are finished using the MonoDevelop.StyleCop.ProjectOptionsPanelBase. The Dispose() method leaves the MonoDevelop.StyleCop.ProjectOptionsPanelBase in an unusable state. After calling Dispose(), you must release all references to the MonoDevelop.StyleCop.ProjectOptionsPanelBase so the garbage collector can reclaim the memory that the MonoDevelop.StyleCop.ProjectOptionsPanelBase was occupying.

Initialize ( MonoDevelop.Ide.Gui.Dialogs.OptionsDialog dialog, object dataObject ) : void

Initializes the OptionsPanel.

IsVisible ( ) : bool

Determines whether this instance is visible.

ValidateChanges ( ) : bool

Validates the changes.

Method Details

ApplyChanges() public method

Applies the changes.
public ApplyChanges ( ) : void
return void

CreatePanelWidget() public method

Creates the options panel widget.
Will only be called if the user really gets to see the options panel.
public CreatePanelWidget ( ) : Control
return Control

Dispose() public method

Releases all resource used by the MonoDevelop.StyleCop.ProjectOptionsPanelBase object.
Call Dispose() when you are finished using the MonoDevelop.StyleCop.ProjectOptionsPanelBase. The Dispose() method leaves the MonoDevelop.StyleCop.ProjectOptionsPanelBase in an unusable state. After calling Dispose(), you must release all references to the MonoDevelop.StyleCop.ProjectOptionsPanelBase so the garbage collector can reclaim the memory that the MonoDevelop.StyleCop.ProjectOptionsPanelBase was occupying.
public Dispose ( ) : void
return void

Initialize() public method

Initializes the OptionsPanel.
public Initialize ( MonoDevelop.Ide.Gui.Dialogs.OptionsDialog dialog, object dataObject ) : void
dialog MonoDevelop.Ide.Gui.Dialogs.OptionsDialog Parent dialog.
dataObject object Data object (should be the project in our case).
return void

IsVisible() public method

Determines whether this instance is visible.
public IsVisible ( ) : bool
return bool

ValidateChanges() public method

Validates the changes.
public ValidateChanges ( ) : bool
return bool