C# Class AspNetEdit.UI.PropertyEditors.CollectionEditor

Inheritance: BaseEditor
Afficher le fichier Open project: mono/aspeditor

Méthodes publiques

Méthode Description
CollectionEditor ( GridRow parentRow, Type type ) : System
GetDisplayWidget ( ) : Gtk.Widget
LaunchDialogue ( ) : void

Méthodes protégées

Méthode Description
NewItemTypes ( ) : System.Type[]

Private Methods

Méthode Description
CreateTransaction ( object obj ) : DesignerTransaction
EndTransaction ( object obj, DesignerTransaction tran, object oldValue, object newValue, bool commit ) : void
IterPrev ( TreeModel model, Gtk.TreeIter &iter ) : bool
Selection_Changed ( object sender, EventArgs e ) : void
UpdateIndices ( ) : void
UpdateName ( Gtk.TreeIter iter ) : void
addButton_Clicked ( object sender, EventArgs e ) : void
downButton_Clicked ( object sender, EventArgs e ) : void
removeButton_Clicked ( object sender, EventArgs e ) : void
upButton_Clicked ( object sender, EventArgs e ) : void

Method Details

CollectionEditor() public méthode

public CollectionEditor ( GridRow parentRow, Type type ) : System
parentRow GridRow
type System.Type
Résultat System

GetDisplayWidget() public méthode

public GetDisplayWidget ( ) : Gtk.Widget
Résultat Gtk.Widget

LaunchDialogue() public méthode

public LaunchDialogue ( ) : void
Résultat void

NewItemTypes() protected méthode

protected NewItemTypes ( ) : System.Type[]
Résultat System.Type[]