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.
|
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 |