net.aavalla.utils.gui.docbrowser
Class IndexData

java.lang.Object
  extended by net.aavalla.utils.gui.docbrowser.IndexData

public class IndexData
extends java.lang.Object

Author:
Lari Natri

Field Summary
static java.lang.String ANAME_FILE
           
static java.lang.String ANAME_ID
           
static java.lang.String ANAME_NAME
           
static java.lang.String ANAME_URL
           
static java.lang.String ENAME_PAGE
           
 
Constructor Summary
IndexData(java.net.URL docRoot, java.lang.String indexFileName)
           
 
Method Summary
 java.lang.Throwable getLastError()
           
 boolean hasErrors()
           
 boolean isLoadingIndex()
           
 void loadIndexInBackground()
           
 void waitForIndex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENAME_PAGE

public static final java.lang.String ENAME_PAGE
See Also:
Constant Field Values

ANAME_FILE

public static final java.lang.String ANAME_FILE
See Also:
Constant Field Values

ANAME_NAME

public static final java.lang.String ANAME_NAME
See Also:
Constant Field Values

ANAME_ID

public static final java.lang.String ANAME_ID
See Also:
Constant Field Values

ANAME_URL

public static final java.lang.String ANAME_URL
See Also:
Constant Field Values
Constructor Detail

IndexData

public IndexData(java.net.URL docRoot,
                 java.lang.String indexFileName)
Method Detail

loadIndexInBackground

public void loadIndexInBackground()

hasErrors

public boolean hasErrors()

getLastError

public java.lang.Throwable getLastError()

isLoadingIndex

public boolean isLoadingIndex()

waitForIndex

public void waitForIndex()