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

W

wait(Object) - Static method in class ecologylab.concurrent.Monitor
Short-hand form: wait for the Object.
wait(Object, int) - Static method in class ecologylab.concurrent.Monitor
Short-hand form: wait for the Object.
WAIT_BEWTEEN_RECONNECT_ATTEMPTS - Static variable in interface ecologylab.services.distributed.common.ClientConstants
Number of milliseconds to sleep bewteen attempts to reconnect.
waitForConnect() - Method in class ecologylab.services.distributed.client.NIOClient
Try and connect to the server.
waitForConnect() - Method in class ecologylab.services.distributed.legacy.ServicesClientBase
Try and connect to the server.
waitForDone() - Method in class ecologylab.concurrent.Monitor
If this is not yet done, then wait(); else return immediately.
waitForDownload() - Method in class ecologylab.io.ZipDownload
 
waitIfPaused(Thread) - Static method in class ecologylab.concurrent.ThreadDebugger
 
waitIfTooManyPending() - Method in class ecologylab.concurrent.DownloadMonitor
 
waitingLock() - Method in class ecologylab.concurrent.RaiseMonitor
 
waitingToDoRun() - Method in class ecologylab.concurrent.RaiseMonitor
Checks if RaiseMonitor is currently waiting to execute doRaise()
waitingToDownload() - Method in class ecologylab.concurrent.DownloadMonitor
 
waitThenShow() - Method in class ecologylab.concurrent.RaiseMonitor
Raise after a suitable delay, unless a cancel comes in first().
warning(CharSequence) - Method in class ecologylab.generic.Debug
Print a message about a warning, starting with this.toString().
warning(Object, CharSequence) - Static method in class ecologylab.generic.Debug
Print a message about a warning, starting with that.toString().
WEB_START_APP_SERVICES_PORT - Static variable in interface ecologylab.services.distributed.common.ServicesHostsAndPorts
Normal port for web application services.
WebLaunchAppServer - Class in ecologylab.services.distributed.server.varieties
A server that runs on an application that uses web launch, listening for commands from the web browser that launched it.
WEIERP - Static variable in interface ecologylab.xml.SpecialCharacterEntities
 
weight - Variable in class ecologylab.collections.FloatSetElement
Cached version of weight.
weightAt(int) - Method in class ecologylab.collections.WeightSet
Fetches the weight of the i'th element in the sorted list.
WeightingStrategy<E> - Class in ecologylab.collections
 
WeightingStrategy() - Constructor for class ecologylab.collections.WeightingStrategy
 
WeightSet<E extends AbstractSetElement> - Class in ecologylab.collections
Provides the facility of efficient weighted random selection from a set elements, each of whicn includes a characterizing floating point weight.
WeightSet(int, int, WeightingStrategy<E>) - Constructor for class ecologylab.collections.WeightSet
 
WeightSet(WeightingStrategy<E>) - Constructor for class ecologylab.collections.WeightSet
 
WeightSet(int, ThreadMaster, WeightingStrategy<E>) - Constructor for class ecologylab.collections.WeightSet
 
WeightSet.FloatWeightComparator - Class in ecologylab.collections
 
WeightSet.FloatWeightComparator(WeightingStrategy<E>) - Constructor for class ecologylab.collections.WeightSet.FloatWeightComparator
 
weird(CharSequence) - Method in class ecologylab.generic.Debug
Print a message about something that should never happen, starting with this.toString().
weird(Object, CharSequence) - Static method in class ecologylab.generic.Debug
Print a message about something that should never happen, starting with that.toString().
widgetIsCheckBox() - Method in class ecologylab.appframework.types.prefs.MetaPref
Returns whether or not a widget uses check boxes.
widgetIsColorChooser() - Method in class ecologylab.appframework.types.prefs.MetaPref
Returns whether or not a widget uses a color chooser.
widgetIsDropDown() - Method in class ecologylab.appframework.types.prefs.MetaPref
Returns whether or not a widget uses a drop down menu.
widgetIsFileChooser() - Method in class ecologylab.appframework.types.prefs.MetaPref
Returns whether or not a widget uses a file chooser.
widgetIsRadio() - Method in class ecologylab.appframework.types.prefs.MetaPref
Returns whether or not a widget uses radio buttons.
widgetIsSlider() - Method in class ecologylab.appframework.types.prefs.MetaPref
Returns whether or not a widget uses a slider.
widgetIsSpinner() - Method in class ecologylab.appframework.types.prefs.MetaPref
Returns whether or not a widget uses a spinner.
widgetIsTextField() - Method in class ecologylab.appframework.types.prefs.MetaPref
Returns whether or not a widget uses one or more text fields.
WidgetTypes - Interface in ecologylab.appframework.types.prefs
Types of graphical user interface components for interactive setting / editing Preference values.
windowActivated(WindowEvent) - Method in class ecologylab.appframework.types.prefs.gui.PrefsEditor
 
windowActivated(WindowEvent) - Method in class ecologylab.services.logging.playback.LogPlayer
 
windowActivated(WindowEvent) - Method in class ecologylab.tutorials.oodss.chat.ChatClientWindow
 
windowClosed(WindowEvent) - Method in class ecologylab.appframework.types.prefs.gui.PrefsEditor
 
windowClosed(WindowEvent) - Method in class ecologylab.services.logging.playback.LogPlayer
 
windowClosed(WindowEvent) - Method in class ecologylab.tutorials.oodss.chat.ChatClientWindow
 
windowClosing(WindowEvent) - Method in class ecologylab.appframework.types.prefs.gui.PrefsEditor
Altered behavior: print that we are closing save our window location
windowClosing(WindowEvent) - Method in class ecologylab.services.logging.playback.LogPlayer
Sends the server notification that we are logging-out, then shuts down the program.
windowClosing(WindowEvent) - Method in class ecologylab.tutorials.oodss.chat.ChatClientWindow
 
windowDeactivated(WindowEvent) - Method in class ecologylab.appframework.types.prefs.gui.PrefsEditor
 
windowDeactivated(WindowEvent) - Method in class ecologylab.services.logging.playback.LogPlayer
 
windowDeactivated(WindowEvent) - Method in class ecologylab.tutorials.oodss.chat.ChatClientWindow
 
windowDeiconified(WindowEvent) - Method in class ecologylab.appframework.types.prefs.gui.PrefsEditor
 
windowDeiconified(WindowEvent) - Method in class ecologylab.services.logging.playback.LogPlayer
 
windowDeiconified(WindowEvent) - Method in class ecologylab.tutorials.oodss.chat.ChatClientWindow
 
windowIconified(WindowEvent) - Method in class ecologylab.appframework.types.prefs.gui.PrefsEditor
 
windowIconified(WindowEvent) - Method in class ecologylab.services.logging.playback.LogPlayer
 
windowIconified(WindowEvent) - Method in class ecologylab.tutorials.oodss.chat.ChatClientWindow
 
windowOpened(WindowEvent) - Method in class ecologylab.appframework.types.prefs.gui.PrefsEditor
 
windowOpened(WindowEvent) - Method in class ecologylab.services.logging.playback.LogPlayer
 
windowOpened(WindowEvent) - Method in class ecologylab.tutorials.oodss.chat.ChatClientWindow
 
WindowState - Class in ecologylab.xml.library.xaml
ecologylab.xml representation of the Window WPF element for translating to XAML.
WindowState(String) - Constructor for class ecologylab.xml.library.xaml.WindowState
 
withArgs(String) - Method in class ecologylab.net.ParsedURL
Form a new ParsedURL from this, and the args passed in.
WpfImageState - Class in ecologylab.xml.library.xaml
ecologylab.xml representation of the Image WPF element for translating to XAML.
WpfImageState(ParsedURL) - Constructor for class ecologylab.xml.library.xaml.WpfImageState
 
WRAP - Static variable in class ecologylab.xml.library.xaml.TextBlockState
 
WRAP_OUT - Static variable in class ecologylab.standalone.xmlpolymorph.Schmannel
 
wrapInHTMLTags(String) - Static method in class ecologylab.xml.XMLTools
Wrap the passed in argument in HTML tags, so it can be parsed as XML.
WRAPPER - Static variable in interface ecologylab.xml.FieldTypes
 
wrapSingleAddress(InetAddress) - Static method in class ecologylab.net.NetTools
Convienence method for getting a single-element array of InetAddresses for servers that normally take an array, but when only one is available.
write(BufferedImage, float, OutputStream) - Static method in class ecologylab.generic.ImageTools
Borrowed code from : http://forums.sun.com/thread.jspa?threadID=524460 Allows determining the byte size of a compressed image.
write(String) - Method in class ecologylab.io.Files
 
write(BufferedWriter, String) - Static method in class ecologylab.io.Files
 
writeElementStart(StringBuilder) - Method in class ecologylab.xml.FieldDescriptor
 
writeElementStart(Appendable) - Method in class ecologylab.xml.FieldDescriptor
 
writeErrorMsg(Throwable, Object) - Static method in class ecologylab.io.Files
 
writeErrorMsg(Throwable, File) - Static method in class ecologylab.io.Files
 
writeErrorMsg(Throwable, String) - Static method in class ecologylab.io.Files
 
writeFile(RenderedImage, File, String) - Static method in class ecologylab.generic.ImageTools
 
writeFile(File, StringBuilder) - Static method in class ecologylab.io.NIOTools
 
writeJpegFile(RenderedImage, String, float) - Static method in class ecologylab.generic.ImageTools
Take the RenderedImage passed in, compress it, and writes it to a file created from outfileName.
writeJpegFile(RenderedImage, File, float) - Static method in class ecologylab.generic.ImageTools
Take the RenderedImage passed in, compress it, and writes it to outfile.
writeJpegFile(BufferedImage, String, float, int, int) - Static method in class ecologylab.generic.ImageTools
Take the RenderedImage passed in, compress it, and writes it to a file created from outfileName.
writeLine(String) - Method in class ecologylab.io.Files
 
writeLine(BufferedWriter, String) - Static method in class ecologylab.io.Files
 
writeMemoryMapped(File, StringBuilder) - Static method in class ecologylab.io.NIOTools
 
writePngFile(RenderedImage, File) - Static method in class ecologylab.generic.ImageTools
 
writePrettyXML(String) - Method in class ecologylab.xml.ElementState
Translate to XML, then write the result to a file, while formatting nicely.
writePrettyXML(File) - Method in class ecologylab.xml.ElementState
Translate to XML, then write the result to a file.
writePrettyXML(OutputStream) - Method in class ecologylab.xml.ElementState
Translate to XML, then write the result to a file.
writePrettyXML(Document, File) - Static method in class ecologylab.xml.XMLTools
Pretty printing XML, properly indented according to hierarchy.
writePrettyXML(Document, OutputStream) - Static method in class ecologylab.xml.XMLTools
Pretty print XML, properly indented according to hierarchy.
writeTifFile(RenderedImage, File) - Static method in class ecologylab.generic.ImageTools
 
writeWrap(StringBuilder, boolean) - Method in class ecologylab.xml.FieldDescriptor
Write the tags for opening and closing a wrapped collection.
writeWrap(Appendable, boolean) - Method in class ecologylab.xml.FieldDescriptor
Write the tags for opening and closing a wrapped collection.

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