Back to Server.Gumps

AdminGump : Gump

Nested Types: AccountComparer, AddCommentPrompt, AddTagNamePrompt, AddTagValuePrompt, NetStateComparer, SharedAccountComparer

(static) void AccountDelete_Callback( Mobile from, bool okay, object state )
(static) void Admin_OnCommand( CommandEventArgs e )
(static) void BanShared_Callback( Mobile from, bool okay, object state )
(static) void Firewall_Callback( Mobile from, bool okay, object state )
(static) void FirewallShared_Callback( Mobile from, bool okay, object state )
(static) string FormatAccessLevel( AccessLevel level )
(static) string FormatByteAmount( long totalBytes )
(static) string FormatTimeSpan( TimeSpan ts )
(static) void GetAccountInfo( Account a, out AccessLevel accessLevel, out bool online )
(static) ArrayList GetAllSharedAccounts()
(static) int GetHueFor( Mobile m )
(static) ArrayList GetSharedAccounts( IPAddress[] ipAddresses )
(static) ArrayList GetSharedAccounts( IPAddress ipAddress )
(static) void Initialize()
(static) void Marked_Callback( Mobile from, bool okay, object state )
(static) void RemoveLoginIP_Callback( Mobile from, bool okay, object state )
(static) void RemoveLoginIPs_Callback( Mobile from, bool okay, object state )
(static) void ResendGump_Callback( Mobile from, object state )
(ctor) AdminGump( Mobile from, AdminGumpPage pageType, int listPage, ArrayList list, string notice, object state )
void AddAccountHeader()
void AddBlackAlpha( int x, int y, int width, int height )
void AddButtonLabeled( int x, int y, int buttonID, string text )
void AddClientHeader()
void AddFirewallHeader()
void AddPageButton( int x, int y, int buttonID, string text, AdminGumpPage page, AdminGumpPage[] subPages )
void AddSelectedButton( int x, int y, int buttonID, string text, bool isSelection )
void AddTextField( int x, int y, int width, int height, int index )
string Center( string text )
string Color( string text, int color )
int GetButtonID( int type, int index )
void InvokeCommand( string c )
virtual void OnResponse( NetState sender, RelayInfo info )
void Shutdown( bool restart, bool save )