C# 클래스 Net.Bertware.Bukkitgui2.AddOn.Console.ConsoleTab

상속: MetroFramework.Controls.MetroUserControl, IAddonTab
파일 보기 프로젝트 열기: Bertware/bukkitgui2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Reference ConsoleTab

공개 메소드들

메소드 설명
ConsoleTab ( ) : System
WriteOut ( string text ) : void

Write output to the console. Will be prefixed with [GUI]

비공개 메소드들

메소드 설명
ConsoleTab_KeyDown ( object sender, KeyEventArgs e ) : void
ContextPlayersBanIp_Click ( object sender, EventArgs e ) : void
ContextPlayersBan_Click ( object sender, EventArgs e ) : void
ContextPlayersDeOp_Click ( object sender, EventArgs e ) : void
ContextPlayersKick_Click ( object sender, EventArgs e ) : void
ContextPlayersOp_Click ( object sender, EventArgs e ) : void
ContextPlayers_Opening ( object sender, System e ) : void
FindPlayerListViewItem ( Player player ) : ListViewItem
GetKnownCommands ( ) : string[]

Known commands for auto completion

HandleCommandSent ( string text ) : void

Handle a commandsent event from the textbox and redirect it to the server

HandlePlayerAddition ( Player player ) : void

Add a player to the listview

HandlePlayerDeletion ( Player player ) : void

Remove a player from the listview

HandleServerStart ( ) : void

Handle starting server, prepare UI and display text

HandleServerStop ( ) : void

Handle stopped server, clear UI.

PrintOutput ( string text, OutputParseResult outputParseResult ) : void

Print output to the console

player_DetailsLoaded ( object sender, EventArgs e ) : void

메소드 상세

ConsoleTab() 공개 메소드

public ConsoleTab ( ) : System
리턴 System

WriteOut() 공개 정적인 메소드

Write output to the console. Will be prefixed with [GUI]
public static WriteOut ( string text ) : void
text string
리턴 void

프로퍼티 상세

Reference 공개적으로 정적으로 프로퍼티

public static ConsoleTab Reference
리턴 ConsoleTab