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

L

LabelledCombo - class org.sadun.swt.widgets.LabelledCombo.
A text with a label attached
LabelledCombo(Composite, String, Collection) - Constructor for class org.sadun.swt.widgets.LabelledCombo
 
LabelledCombo(Composite, String, int) - Constructor for class org.sadun.swt.widgets.LabelledCombo
 
LabelledText - class org.sadun.swt.widgets.LabelledText.
A text with a label attached
LabelledText(Composite, String) - Constructor for class org.sadun.swt.widgets.LabelledText
 
LabelledText(Composite, String, int) - Constructor for class org.sadun.swt.widgets.LabelledText
 
LineSet - class org.sadun.util.LineSet.
An ordered set of Strings, to which filters can be applied
LineSet() - Constructor for class org.sadun.util.LineSet
Constructor for LineSet.
LineSet(String[]) - Constructor for class org.sadun.util.LineSet
Constructor for LineSet.
LineSet.BaseFilter - class org.sadun.util.LineSet.BaseFilter.
 
LineSet.BaseFilter() - Constructor for class org.sadun.util.LineSet.BaseFilter
 
LineSet.ConstantFilter - class org.sadun.util.LineSet.ConstantFilter.
A constant filter, which always matches or not matches
LineSet.ConstantFilter(boolean, boolean) - Constructor for class org.sadun.util.LineSet.ConstantFilter
 
LineSet.ContainsStringFilter - class org.sadun.util.LineSet.ContainsStringFilter.
A Filter which matches lines containing one or more substring.
LineSet.ContainsStringFilter(String[], boolean, boolean) - Constructor for class org.sadun.util.LineSet.ContainsStringFilter
Create a filter checking for one or more of the given strings being contained
LineSet.ContainsStringFilter(String[]) - Constructor for class org.sadun.util.LineSet.ContainsStringFilter
Create a filter checking for one or more of the given strings being contained; when a matches occurs, the check continues.
LineSet.ContainsStringFilter(String, boolean, boolean) - Constructor for class org.sadun.util.LineSet.ContainsStringFilter
Create a filter checking for one given string being contained.
LineSet.ContainsStringFilter(String) - Constructor for class org.sadun.util.LineSet.ContainsStringFilter
Create a filter checking for one given string being contained; when a matches occurs, the check continues.
LineSet.Filter - interface org.sadun.util.LineSet.Filter.
A Filter for matching certain lines in the set.
ListEnumeration - class org.sadun.util.ListEnumeration.
An Enumeration for a java.util.List object.
ListEnumeration(List) - Constructor for class org.sadun.util.ListEnumeration
 
ListMapIterator - class org.sadun.util.ListMapIterator.
An iterator to go thru a Map of Lists, using a specific key list for deciding how to access the sublists.
ListMapIterator(Map) - Constructor for class org.sadun.util.ListMapIterator
Create a ListMapIterator which uses default ordering (as provided by the set of keys in the map)
ListMapIterator(Map, List) - Constructor for class org.sadun.util.ListMapIterator
Create a ListMapIterator which uses the key ordering defined in the given list
ListMapIterator(Map, List, boolean, boolean) - Constructor for class org.sadun.util.ListMapIterator
Create a ListMapIterator which uses the key ordering defined in the given list
Listener - interface com.deltax.util.listener.Listener.
Classes implementing this interface can receive signals notified via a ListenerSupport.
ListenerSupport - class com.deltax.util.listener.ListenerSupport.
This class is the pluggable support for asynchronous listening.
ListenerSupport(int) - Constructor for class com.deltax.util.listener.ListenerSupport
Create a listener support which uses at most the given number of threads
ListenerSupport() - Constructor for class com.deltax.util.listener.ListenerSupport
Create a listener support.
lastMatchingExtension() - Method in class org.sadun.util.ExtensionFileFilter
Returns the extension that has been last matched in a call of accept(), or null if accept has never been invoked or no extension has been matched.
lastMatchingExtension() - Method in class org.sadun.util.ExtensionFilenameFilter
Returns the extension that has been last matched in a call of accept(), or null if accept has never been invoked or no extension has been matched.
lineSep - Variable in class com.deltax.util.JPanelOutputStream
The platform line separator
list - Variable in class com.deltax.util.JPanelOutputStream
The JList used to display the output.
list(Object[], String) - Method in class org.sadun.util.ObjectLister
Return a String containing a list of objects in the array, obtained invoking the given method name on each element in the array.
list(Object[]) - Method in class org.sadun.util.ObjectLister
Invoke list()using the toString() method.
list(Collection, String) - Method in class org.sadun.util.ObjectLister
Return a String containing a list of objects in the collection, obtained invoking the given method name on each element in the collection.
list(Collection) - Method in class org.sadun.util.ObjectLister
Invoke list() using the toString() method.
list(Iterator, String) - Method in class org.sadun.util.ObjectLister
Return a String containing a list of objects in the iterator, obtained invoking the given method name on each element.
list(Iterator) - Method in class org.sadun.util.ObjectLister
Invoke list() using the toString() method.
list(Enumeration, String) - Method in class org.sadun.util.ObjectLister
Return a String containing a list of objects in the enumeration, obtained invoking the given method name on each element in the enumeration.
list(Enumeration) - Method in class org.sadun.util.ObjectLister
Invoke list() using the toString() method.
list(Map, String) - Method in class org.sadun.util.ObjectLister
Return a String containing a list of values in the map, obtained invoking the given method name on each element in the map.
list(Map) - Method in class org.sadun.util.ObjectLister
Invoke list()using the toString() method.
listExistingEntries() - Method in class org.sadun.util.ClassPathChecker
 
listMissingEntries() - Method in class org.sadun.util.ClassPathChecker
 
listPackage(String, int) - Method in interface org.sadun.util.ClassPackageExplorer
Return the names of the classes in the package.
listPackage(String) - Method in interface org.sadun.util.ClassPackageExplorer
Return the names of all the classes in the package.
listPackage(String) - Method in class org.sadun.util.SimpleClassPackageExplorer
 
listPackage(String, int) - Method in class org.sadun.util.SimpleClassPackageExplorer
 
listPackageNames() - Method in interface org.sadun.util.ClassPackageExplorer
List the available packages.
listPackageNames(boolean) - Method in interface org.sadun.util.ClassPackageExplorer
List the available packages.
listPackageNames() - Method in class org.sadun.util.SimpleClassPackageExplorer
 
listPackageNames(boolean) - Method in class org.sadun.util.SimpleClassPackageExplorer
 
loadClass(String, boolean) - Method in class org.sadun.util.DynamicClassLoader
 
loadClass(String) - Method in class org.sadun.util.ant.BaseVersion.VClassLoader
 
loadDriver(String) - Method in class org.sadun.util.sql.DynamicConnectionFactory
Load a JDBC driver dynamically.
lock - Variable in class com.deltax.util.listener.ListenerSupport
A lock used in accessing the listeners/queue registry.
lock() - Method in interface org.sadun.util.SequentialUniqueIdGenerator.IdStorage
Lock the storage.
logStream - Variable in class org.sadun.util.pool2.BasePassivationManager
 
longer(TimeInterval) - Method in class com.deltax.util.TimeInterval
Return true if the given time interval is longer than this
ls - Variable in class com.deltax.util.listener.BaseSignalSource
The listener support object

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