C# Class Amoeba.Windows.InformationControl

InformationControl.xaml の相互作用ロジック
Inheritance: System.Windows.Controls.UserControl
Show file Open project: Alliance-Network/Amoeba Class Usage Examples

Public Methods

Method Description
InformationControl ( AmoebaManager amoebaManager, BufferManager bufferManager ) : System

Private Methods

Method Description
Execute_Copy ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
Execute_Paste ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
ShowAmoebaInfomation ( ) : void
ShowConnectionInfomation ( ) : void
Sort ( IEnumerable collection, string sortBy, ListSortDirection direction ) : IEnumerable
Sort ( ) : void
Sort ( string sortBy, ListSortDirection direction ) : void
_infomationListViewCopyMenuItem_Click ( object sender, RoutedEventArgs e ) : void
_infomationListView_ContextMenuOpening ( object sender, System.Windows.Controls.ContextMenuEventArgs e ) : void
_listViewCopyMenuItem_Click ( object sender, RoutedEventArgs e ) : void
_listViewPasteMenuItem_Click ( object sender, RoutedEventArgs e ) : void
_listView_ContextMenuOpening ( object sender, System.Windows.Controls.ContextMenuEventArgs e ) : void
_listView_GridViewColumnHeader_Click ( object sender, RoutedEventArgs e ) : void

Method Details

InformationControl() public method

public InformationControl ( AmoebaManager amoebaManager, BufferManager bufferManager ) : System
amoebaManager Library.Net.Amoeba.AmoebaManager
bufferManager Library.BufferManager
return System