A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

B

B - Static variable in interface ecologylab.generic.Colors
 
back() - Method in class ecologylab.services.logging.playback.LogPlaybackControlModel
Moves back one op.
BAD_ACCESS - Static variable in class ecologylab.generic.ReflectionTools
 
BAD_FIELD - Static variable in interface ecologylab.xml.OptimizationTypes
This means we experienced an error while parsing.
BAD_OFFENSE_THRESHOLD - Static variable in exception ecologylab.services.exceptions.BadClientException
 
BadClientException - Exception in ecologylab.services.exceptions
Throw this Exception when we detect that the client is evil or lame.
BadClientException(String, String) - Constructor for exception ecologylab.services.exceptions.BadClientException
Report that the client has behaved badly, by sending an improperly formed message.
BadClientException(String, long, String) - Constructor for exception ecologylab.services.exceptions.BadClientException
Report that the client has behaved badly, by timing out.
badResult() - Method in class ecologylab.net.ConnectionAdapter
Called at the end of processing, if it turns out that something went wrong while opening the connection.
badResult() - Method in interface ecologylab.net.ConnectionHelper
Called at the end of processing, if it turns out that something went wrong while opening the connection.
BadSemanticContentResponse - Class in ecologylab.services.messages
The ResponseMessage send from server to client when the RequestMessage is well-formed, but doesn't make sense in the current context.
BadSemanticContentResponse() - Constructor for class ecologylab.services.messages.BadSemanticContentResponse
 
BadSemanticContentResponse(String) - Constructor for class ecologylab.services.messages.BadSemanticContentResponse
 
BaseStates - Interface in ecologylab.services.distributed.common
States for clients in a networked application.
BasicFloatSet<E extends FloatSetElement> - Interface in ecologylab.collections
Minimal set of functions needed for collections of FloatSetElements.
BaudRateComboModel - Class in ecologylab.standalone.visualizer
 
BaudRateComboModel() - Constructor for class ecologylab.standalone.visualizer.BaudRateComboModel
 
BBC_FRONT_FEED - Static variable in class ecologylab.xml.library.rss.RssState
 
BDQUO - Static variable in interface ecologylab.xml.SpecialCharacterEntities
 
beep() - Static method in class ecologylab.generic.Generic
 
beginLog() - Method in class ecologylab.services.logging.SendPrologue
 
bias(float, float) - Static method in class ecologylab.generic.MathTools
push a to 1 extreme or the other, based on b
bias - Variable in class ecologylab.services.messages.cf.Seed
 
bind(String, T) - Method in class ecologylab.appframework.Scope
Bind an object to a name.
BLUE - Static variable in interface ecologylab.generic.Colors
would be 240 degrees, but we've cheated down toward cyan a bit for legibility.
BLUE_MAGENTA - Static variable in interface ecologylab.generic.Colors
 
Body - Class in ecologylab.xml.library.opml
OPML element
Body() - Constructor for class ecologylab.xml.library.opml.Body
 
Book - Class in ecologylab.xml.library.icdl
Book item in ICDL BookXMLResults response.
Book() - Constructor for class ecologylab.xml.library.icdl.Book
 
BOOLEAN_SCALAR_TYPE - Static variable in class ecologylab.appframework.types.prefs.MetaPrefBoolean
 
booleanFromString(String) - Static method in class ecologylab.generic.Generic
Convert a String to a boolean.
BooleanSlot - Class in ecologylab.generic
Reference version of a boolean type.
BooleanSlot(boolean) - Constructor for class ecologylab.generic.BooleanSlot
 
BooleanType - Class in ecologylab.xml.types.scalar
Type system entry for boolean, a built-in primitive.
BooleanType() - Constructor for class ecologylab.xml.types.scalar.BooleanType
This constructor should only be called once per session, through a static initializer, typically in TypeRegistry.
Bounds - Class in ecologylab.generic
Representation of a bounding box, based on 2 points.
Bounds(int, int, int, int) - Constructor for class ecologylab.generic.Bounds
 
Bounds(Bounds) - Constructor for class ecologylab.generic.Bounds
 
browser() - Method in class ecologylab.appframework.ApplicationEnvironment
 
browser() - Method in interface ecologylab.appframework.Environment
Find out which browser we're running in.
BROWSER_SERVICES_CLIENT - Static variable in interface ecologylab.services.distributed.common.SessionObjects
 
BROWSER_SERVICES_PORT - Static variable in interface ecologylab.services.distributed.common.ServicesHostsAndPorts
Normal port for browser services.
BROWSER_SERVICES_TRANSLATIONS - Static variable in interface ecologylab.services.distributed.common.SessionObjects
 
BrowserServices - Class in ecologylab.services.distributed.legacy
Provide socket based browser services.
BrowserServices(int, Scope) - Constructor for class ecologylab.services.distributed.legacy.BrowserServices
Creates a new instance of the BrowserServer listening on the default port
BrowserServices(Scope) - Constructor for class ecologylab.services.distributed.legacy.BrowserServices
Creates a new instance of the BrowserServer listening on the default port
BrowserServices(int, TranslationSpace, Scope) - Constructor for class ecologylab.services.distributed.legacy.BrowserServices
 
buffer - Variable in class ecologylab.generic.StringInputStream
The string from which bytes are read.
bufferPool - Variable in class ecologylab.generic.StringBuffersPool
Deprecated.  
bufferToLog - Variable in class ecologylab.services.logging.LogRequestMessage
 
bufferToLog() - Method in class ecologylab.services.logging.LogRequestMessage
Stuff to write to the log file based on the contents of this message.
buildDOM(URL) - Static method in class ecologylab.xml.ElementState
This method creates a DOM Document from the XML file at a given URL.
buildDOM(ParsedURL) - Static method in class ecologylab.xml.ElementState
 
buildDOM(File) - Static method in class ecologylab.xml.ElementState
This method creates a DOM Document from the local XML file.
buildDOM(String) - Static method in class ecologylab.xml.ElementState
This method creates a DOM Document from the XML file at a given URI, which could be a local file or a URL.
buildDOM(InputStream) - Static method in class ecologylab.xml.ElementState
This method creates a DOM Document from the XML file at a given URI, which could be a local file or a URL.
buildDOMFromXMLCharSequence(CharSequence, int) - Static method in class ecologylab.xml.ElementState
This method creates a DOM Document from an XML-formatted String.
buildDOMFromXMLString(CharSequence) - Static method in class ecologylab.xml.ElementState
This method creates a DOM Document from an XML-formatted String, encoded as UTF8.
buildHashMap(T[][]) - Static method in class ecologylab.collections.CollectionTools
Create a HashMap, and popuplate with entries from the passed in array of key value pairs.
buildHashMapFromLCStrings(String[]) - Static method in class ecologylab.collections.CollectionTools
Create a HashMap, and populate with entries from the passed in array of Strings.
buildHashMapFromStrings(String[]) - Static method in class ecologylab.collections.CollectionTools
Create a HashMap, and populate with entries from the passed in array of Strings.
buildMap(Map<T, T>, T[][]) - Static method in class ecologylab.collections.CollectionTools
 
buildMapFromLCStrings(Map<String, String>, String[]) - Static method in class ecologylab.collections.CollectionTools
Populate a HashMap from the supplied array of Strings.
buildMapFromStrings(Map<String, String>, String[]) - Static method in class ecologylab.collections.CollectionTools
Populate a HashMap from the supplied array of Strings.
buildNumberHashMapFromStrings(String[]) - Static method in class ecologylab.collections.CollectionTools
 
buildNumberMapFromStrings(Map<String, Integer>, String[]) - Static method in class ecologylab.collections.CollectionTools
 
BULL - Static variable in interface ecologylab.xml.SpecialCharacterEntities
 
ByteBufferPool - Class in ecologylab.io
This class maintains a collection of ByteBuffers, which may be acquir()'ed for temporary use.
ByteBufferPool(int, int, int) - Constructor for class ecologylab.io.ByteBufferPool
Instantiates a new, empty ByteBufferPool.
byteBufferPool - Variable in class ecologylab.services.distributed.impl.NIONetworking
 
ByteType - Class in ecologylab.xml.types.scalar
Type system entry for byte, a built-in primitive.
ByteType() - Constructor for class ecologylab.xml.types.scalar.ByteType
This constructor should only be called once per session, through a static initializer, typically in TypeRegistry.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _