C# Класс Net.Bertware.Bukkitgui2.UI.MainForm

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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