C# Класс MonoDevelop.StyleCop.ProjectOptionsPanelBase

Наследование: Gtk.Bin, IOptionsPanel
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

ApplyChanges() публичный Метод

Applies the changes.
public ApplyChanges ( ) : void
Результат void

CreatePanelWidget() публичный Метод

Creates the options panel widget.
Will only be called if the user really gets to see the options panel.
public CreatePanelWidget ( ) : Control
Результат Control

Dispose() публичный Метод

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
Результат void

Initialize() публичный Метод

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).
Результат void

IsVisible() публичный Метод

Determines whether this instance is visible.
public IsVisible ( ) : bool
Результат bool

ValidateChanges() публичный Метод

Validates the changes.
public ValidateChanges ( ) : bool
Результат bool