C# Class Bricklayer.Client.Interface.ServerWindow

A small window containing the server list and editing controls
Inheritance: TomShane.Neoforce.Controls.Dialog
Show file Open project: Cyral/Bricklayer Class Usage Examples

Public Properties

Property Type Description
Pinger Bricklayer.Client.Networking.ServerPinger
ServerListCtrl ControlList
Servers List

Public Methods

Method Description
AddServer ( ServerSaveData server ) : void
EditServer ( int index, ServerSaveData server ) : void
ServerWindow ( TomShane.Neoforce.Controls.Manager manager ) : System.Collections.Generic

Private Methods

Method Description
Disconnected ( string message, string title ) : void
RefreshServerList ( ) : void
validateUsername ( ) : void

Method Details

AddServer() public method

public AddServer ( ServerSaveData server ) : void
server ServerSaveData
return void

EditServer() public method

public EditServer ( int index, ServerSaveData server ) : void
index int
server ServerSaveData
return void

ServerWindow() public method

public ServerWindow ( TomShane.Neoforce.Controls.Manager manager ) : System.Collections.Generic
manager TomShane.Neoforce.Controls.Manager
return System.Collections.Generic

Property Details

Pinger public property

public ServerPinger,Bricklayer.Client.Networking Pinger
return Bricklayer.Client.Networking.ServerPinger

ServerListCtrl public property

public ControlList ServerListCtrl
return ControlList

Servers public property

public List Servers
return List