|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ecologylab.generic | |
|---|---|
| ecologylab.appframework | Interface Ecology Lab Application Development Framework makes interfacing with the runtime platform easier. |
| ecologylab.appframework.types | Type declarations for the Interface Ecology Lab Application Development Framework. |
| ecologylab.appframework.types.prefs | Type declarations for preferences, in the Interface Ecology Lab Application Development Framework. |
| ecologylab.appframework.types.prefs.gui | GUI elements for manipulating preferences within applications. |
| ecologylab.collections | Objects for managing collections. |
| ecologylab.generic | Basic library building blocks of underlying functionality, in modules not large enough to warrant individual packages. |
| ecologylab.io | Infrastructural classes that provide a more usable API for I/O. |
| ecologylab.net | Infrastructural classes that provide a more powerful API for network programming. |
| ecologylab.projection | |
| ecologylab.sensor.gps | |
| ecologylab.sensor.gps.data | |
| ecologylab.sensor.gps.listener | |
| ecologylab.services.authentication | Interface Ecology Lab Distributed Computing Services framework - Authentication Enables the use of authentication for client-server relationships. |
| ecologylab.services.authentication.logging | Interface Ecology Lab Distributed Authentication Framework Logging subsystem. |
| ecologylab.services.authentication.messages | Interface Ecology Lab Distributed Services Authentication Framework -- authentication messages. |
| ecologylab.services.authentication.nio | NIO versions of authentication server / client. |
| ecologylab.services.distributed.client | Clients for distributed computing services. |
| ecologylab.services.distributed.impl | |
| ecologylab.services.distributed.legacy | |
| ecologylab.services.distributed.server | Interface Ecology Lab Distributed Services Framework -- NIO servers. |
| ecologylab.services.distributed.server.clientmanager | Base and custom context managers for NIO-based servers. |
| ecologylab.services.distributed.server.contextmanager | |
| ecologylab.services.distributed.server.varieties | |
| ecologylab.services.logging | Interface Ecology Lab Logging. |
| ecologylab.services.logging.playback | Program elements for building log playback applications. |
| ecologylab.services.messages | Messages passed in the ecologylab.services Distributed Computing Framework (DCF). |
| ecologylab.services.messages.cf | Messages for combinFormation client services. |
| ecologylab.standalone | Stand-alone applications for demonstrating Interface Ecology Lab components. |
| ecologylab.standalone.visualizer | |
| ecologylab.tests | Stand-alone applications for testing Interface Ecology Lab Fundamental components. |
| ecologylab.tutorials | Stand-alone applications for teaching about the use of Interface Ecology Lab Fundamental components. |
| ecologylab.xml | Provides facilities to translate trees of nested Java objects to equivalent XML DOMs, and vice versa. |
| ecologylab.xml.library.dc | ElementState
subclasses that enable translation of XML entities from the
Dublin-Core namespace. |
| ecologylab.xml.library.endnote | |
| ecologylab.xml.library.feedburner | ElementState
subclasses that enable translation of XML entities from the
Feedburner namespace. |
| ecologylab.xml.library.geom | ElementState subclasses
that enable transferring information about geometry, such
as 2D vectors or shapes. |
| ecologylab.xml.library.icdl | |
| ecologylab.xml.library.itunes | ElementState
subclasses that enable translation of XML entities from the
Apple iTunes podcast namespace. |
| ecologylab.xml.library.jnlp | ElementState
subclasses that enable translation of XML entities from the
Java Network Launch Protocol namespace. |
| ecologylab.xml.library.jnlp.applet | |
| ecologylab.xml.library.jnlp.application | |
| ecologylab.xml.library.jnlp.information | |
| ecologylab.xml.library.jnlp.resource | |
| ecologylab.xml.library.kml | |
| ecologylab.xml.library.kml.feature | |
| ecologylab.xml.library.kml.feature.container | |
| ecologylab.xml.library.kml.geometry | |
| ecologylab.xml.library.kml.style | |
| ecologylab.xml.library.kml.view | |
| ecologylab.xml.library.media | ElementState
subclasses that enable translation of XML entities from the
Yahoo media specification. |
| ecologylab.xml.library.opml | Ecologylab.XML derived classes of ElementState that
implement an Outline Processor Markup Language parser. |
| ecologylab.xml.library.rest | |
| ecologylab.xml.library.rest.nsdl | |
| ecologylab.xml.library.rss | Ecologylab.XML derived classes of ElementState that
implement an RSS parser. |
| ecologylab.xml.library.yahoo | ElementState
subclasses that enable translation of XML entities from the
Yahoo web services API. |
| ecologylab.xml.types.element | Subclasses of ElementState that define nested XML elements. |
| ecologylab.xml.types.scalar | Provides an extensible type system for translating fields to and from String representations. |
| Classes in ecologylab.generic used by ecologylab.appframework | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| DispatchTarget
DispatchTarget is a mechanism that enables non-linear flows of control around asynchronous tasks such as networked I/O. |
|
| Downloadable
Objects that implement this interface can be passed to a DownloadProcessor. |
|
| DownloadProcessor
Interface to a module that performs downloads, perhaps concurrently. |
|
| ExceptionHandler
An exception handler used for callbacks. |
|
| Generic
A set of generic convenience methods for doing things like getting typed parameters from the envionment, getting other stuff from the environment, building HashMaps from arrays, manipulating threads, ... |
|
| Classes in ecologylab.generic used by ecologylab.appframework.types | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.appframework.types.prefs | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.appframework.types.prefs.gui | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.collections | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| IntSlot
Reference version of an int type. |
|
| ThreadMaster
Implement this class in an object that knows about many other threads. |
|
| Classes in ecologylab.generic used by ecologylab.generic | |
|---|---|
| Bounds
Representation of a bounding box, based on 2 points. |
|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| DispatchTarget
DispatchTarget is a mechanism that enables non-linear flows of control around asynchronous tasks such as networked I/O. |
|
| Downloadable
Objects that implement this interface can be passed to a DownloadProcessor. |
|
| HashMapArrayList
A HashMap with an ArrayList backing store, for speedy linear and hashed access. |
|
| HashMapWriteSynch
Hashed data structure with synchronized writes/deletes and unsynchronized reads. |
|
| HashMapWriteSynchBase
|
|
| ResourcePool
This class provides access to a pool of pre-allocated resources. |
|
| ResourcePoolWithSize
|
|
| ValueFactory
Create Value objects for hashed data structure with synchronized writes and unsynchronized reads. |
|
| ValueFactory2
Create Value objects for hashed data structure with synchronized writes and unsynchronized reads. |
|
| Classes in ecologylab.generic used by ecologylab.io | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| DispatchTarget
DispatchTarget is a mechanism that enables non-linear flows of control around asynchronous tasks such as networked I/O. |
|
| Downloadable
Objects that implement this interface can be passed to a DownloadProcessor. |
|
| DownloadProcessor
Interface to a module that performs downloads, perhaps concurrently. |
|
| ResourcePool
This class provides access to a pool of pre-allocated resources. |
|
| ResourcePoolWithSize
|
|
| Classes in ecologylab.generic used by ecologylab.net | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.projection | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.sensor.gps | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.sensor.gps.data | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.sensor.gps.listener | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.services.authentication | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.services.authentication.logging | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.services.authentication.messages | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.services.authentication.nio | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| StartAndStoppable
A Runnable that, like most, can be start()ed and stop()ped. |
|
| Classes in ecologylab.generic used by ecologylab.services.distributed.client | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| StartAndStoppable
A Runnable that, like most, can be start()ed and stop()ped. |
|
| Classes in ecologylab.generic used by ecologylab.services.distributed.impl | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| ResourcePool
This class provides access to a pool of pre-allocated resources. |
|
| ResourcePoolWithSize
|
|
| StartAndStoppable
A Runnable that, like most, can be start()ed and stop()ped. |
|
| Classes in ecologylab.generic used by ecologylab.services.distributed.legacy | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| StartAndStoppable
A Runnable that, like most, can be start()ed and stop()ped. |
|
| Classes in ecologylab.generic used by ecologylab.services.distributed.server | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| StartAndStoppable
A Runnable that, like most, can be start()ed and stop()ped. |
|
| Classes in ecologylab.generic used by ecologylab.services.distributed.server.clientmanager | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.services.distributed.server.contextmanager | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.services.distributed.server.varieties | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| StartAndStoppable
A Runnable that, like most, can be start()ed and stop()ped. |
|
| Classes in ecologylab.generic used by ecologylab.services.logging | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| StartAndStoppable
A Runnable that, like most, can be start()ed and stop()ped. |
|
| Classes in ecologylab.generic used by ecologylab.services.logging.playback | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.services.messages | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.services.messages.cf | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.standalone | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.standalone.visualizer | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.tests | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.tutorials | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.xml | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| ResourcePool
This class provides access to a pool of pre-allocated resources. |
|
| Classes in ecologylab.generic used by ecologylab.xml.library.dc | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.xml.library.endnote | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.xml.library.feedburner | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.xml.library.geom | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.xml.library.icdl | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.xml.library.itunes | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.xml.library.jnlp | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.xml.library.jnlp.applet | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.xml.library.jnlp.application | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.xml.library.jnlp.information | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.xml.library.jnlp.resource | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.xml.library.kml | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.xml.library.kml.feature | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.xml.library.kml.feature.container | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.xml.library.kml.geometry | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.xml.library.kml.style | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.xml.library.kml.view | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.xml.library.media | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.xml.library.opml | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.xml.library.rest | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.xml.library.rest.nsdl | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.xml.library.rss | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.xml.library.yahoo | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.xml.types.element | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
| Classes in ecologylab.generic used by ecologylab.xml.types.scalar | |
|---|---|
| Debug
A developer-friendly base class and toolset for logging debug messages. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||