C# Class MonoDevelop.StyleCop.ProjectOptionsPanelBase

Inheritance: Gtk.Bin, IOptionsPanel
Afficher le fichier Open project: DarkCloud14/MonoDevelop.StyleCop

Méthodes publiques

Méthode 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 méthode

Applies the changes.
public ApplyChanges ( ) : void
Résultat void

CreatePanelWidget() public méthode

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

Dispose() public méthode

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
Résultat void

Initialize() public méthode

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).
Résultat void

IsVisible() public méthode

Determines whether this instance is visible.
public IsVisible ( ) : bool
Résultat bool

ValidateChanges() public méthode

Validates the changes.
public ValidateChanges ( ) : bool
Résultat bool