C# 클래스 Net.Bertware.Bukkitgui2.UI.MainForm

파일 보기 프로젝트 열기: Bertware/bukkitgui2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FormTitle string
Reference MainForm

공개 메소드들

메소드 설명
GoToTab ( string name ) : void

Go to a certain tabpage

MainForm ( ) : System
ShowForm ( ) : void
UpdateTitle ( ) : void

비공개 메소드들

메소드 설명
GetTabDisplayId ( string tab ) : int

Get the priority of each tab, lower values will show first

HandleOutput ( string text, OutputParseResult result ) : void

Handle output from the server and print it to the bottom of the screen

HandleServerStatusChange ( ServerState currentState ) : void
Initialize ( ) : void
LoadTabs ( ) : void

Load all tabpages to the mainform

MainForm_FormClosing ( object sender, FormClosingEventArgs e ) : void

Check if a server is still running before closing the GUI

SafeFormClose ( ) : void

Close this form thread-safe

ToolStripBtnRestart_Click ( object sender, EventArgs e ) : void
ToolStripBtnStartStop_Click ( object sender, EventArgs e ) : void

메소드 상세

GoToTab() 공개 메소드

Go to a certain tabpage
public GoToTab ( string name ) : void
name string The name of the tab to go to. Case insensitive.
리턴 void

MainForm() 공개 메소드

public MainForm ( ) : System
리턴 System

ShowForm() 공개 메소드

public ShowForm ( ) : void
리턴 void

UpdateTitle() 공개 메소드

public UpdateTitle ( ) : void
리턴 void

프로퍼티 상세

FormTitle 공개적으로 프로퍼티

public string FormTitle
리턴 string

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

public static MainForm,Net.Bertware.Bukkitgui2.UI Reference
리턴 MainForm