C# Class MonoDevelop.Ide.Gui.Pads.ProjectPad.ProjectFileNodeCommandHandler

Inheritance: MonoDevelop.Ide.Gui.Components.NodeCommandHandler
Afficher le fichier Open project: LogosBible/monodevelop Class Usage Examples

Méthodes publiques

Méthode Description
ActivateItem ( ) : void
ActivateMultipleItems ( ) : void
CanDeleteItem ( ) : bool
CanDragNode ( ) : DragOperation
CanDropNode ( object dataObject, DragOperation operation ) : bool
OnMultipleNodeDrop ( object dataObjects, DragOperation operation ) : void
OnRenameStarting ( int &selectionStart, int &selectionLength ) : void
RenameItem ( string newName ) : void

Private Methods

Méthode Description
DeleteMultipleItems ( ) : void
Drop ( ProjectFile pf, DragOperation operation, HashSet projectsToSave ) : void
OnCopyToOutputDirectory ( ) : void
OnCopyToOutputDirectoryUpdate ( MonoDevelop.Components.Commands.CommandInfo info ) : void
OnOpenWith ( object ob ) : void
OnOpenWithUpdate ( MonoDevelop.Components.Commands.CommandArrayInfo info ) : void
OnSetBuildAction ( object ob ) : void
OnSetBuildActionUpdate ( MonoDevelop.Components.Commands.CommandArrayInfo info ) : void
OnShowProperties ( ) : void
PopulateOpenWithViewers ( MonoDevelop.Components.Commands.CommandArrayInfo info, Project project, string filePath ) : void
UpdateRemoveItem ( MonoDevelop.Components.Commands.CommandInfo info ) : void

Method Details

ActivateItem() public méthode

public ActivateItem ( ) : void
Résultat void

ActivateMultipleItems() public méthode

public ActivateMultipleItems ( ) : void
Résultat void

CanDeleteItem() public méthode

public CanDeleteItem ( ) : bool
Résultat bool

CanDragNode() public méthode

public CanDragNode ( ) : DragOperation
Résultat DragOperation

CanDropNode() public méthode

public CanDropNode ( object dataObject, DragOperation operation ) : bool
dataObject object
operation DragOperation
Résultat bool

OnMultipleNodeDrop() public méthode

public OnMultipleNodeDrop ( object dataObjects, DragOperation operation ) : void
dataObjects object
operation DragOperation
Résultat void

OnRenameStarting() public méthode

public OnRenameStarting ( int &selectionStart, int &selectionLength ) : void
selectionStart int
selectionLength int
Résultat void

RenameItem() public méthode

public RenameItem ( string newName ) : void
newName string
Résultat void