Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

XInterface.Browser_Page

Extends
UT2K3TabPanel

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- XInterface.GUITabPanel
               |   
               +-- XInterface.UT2K3TabPanel
                  |   
                  +-- XInterface.Browser_Page

Direct Known Subclasses:

Browser_IRC, Browser_MOTD, Browser_Prefs, Browser_ServerListPageBase

Variables Summary
stringAuthFailString
ServerBrowserBrowser
stringConnFailString
stringConnTimeoutString
stringPageCaption
stringQueryCompleteString
stringReadyString
stringRefreshCompleteString
stringStartQueryString
Inherited Variables from XInterface.GUITabPanel
bFillHeight, FadeInTime, MyButton, PanelCaption

Functions Summary
function OnCloseBrowser ()
Inherited Functions from XInterface.GUITabPanel
CanShowPanel, Free, InitPanel, OnDestroyPanel, Refresh, ShowPanel


Variables Detail

AuthFailString Source code

var localized string AuthFailString;

Browser Source code

var ServerBrowser Browser;

ConnFailString Source code

var localized string ConnFailString;

ConnTimeoutString Source code

var localized string ConnTimeoutString;

PageCaption Source code

var localized string PageCaption;

QueryCompleteString Source code

var localized string QueryCompleteString;

ReadyString Source code

var localized string ReadyString;

RefreshCompleteString Source code

var localized string RefreshCompleteString;

StartQueryString Source code

var localized string StartQueryString;


Functions Detail

OnCloseBrowser Source code

function OnCloseBrowser ( )


Defaultproperties

defaultproperties
{
     StartQueryString="Querying Master Server"
     AuthFailString="Authentication Failed"
     ConnFailString="Connection Failed - Retrying"
     ConnTimeoutString="Connection Timed Out"
     QueryCompleteString="Query Complete!"
     RefreshCompleteString="Refresh Complete!"
     ReadyString="Ready"
     bFillHeight=True
     WinTop=0.150000
     WinHeight=0.850000
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:15:52.656 - Created with UnCodeX