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

A

accept(X) - Method in interface org.lsst.ccs.utilities.functions.TouchyConsumer
 
add(CmndProc.Dispatch, CmndProc.Command) - Method in class org.lsst.ccs.utilities.sa.CmndProc
Adds a command processor
add(String, int, String[]) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Command
Adds a command to the table
add(String, int) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Lookup
Adds a new entry
add(CmndProcess.Dispatch, CmndProcess.Command) - Method in class org.lsst.ccs.utilities.sa.CmndProcess
Adds a command processor
add(CmndProcess.CmndDisp) - Method in class org.lsst.ccs.utilities.sa.CmndProcess
Adds a command processor, enhanced version
add(String, int, String[], String, CmndProcess.Lookup...) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
Adds a command to the table
add(String, int) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Lookup
Adds a new entry
addChild(TreeBranch<T>) - Method in class org.lsst.ccs.utilities.structs.TreeBranch
adds a child to the current node.
addExecutant(T) - Method in class org.lsst.ccs.utilities.dispatch.ParallelCommandDispatcher
adds an executant to the list of those going to execute Commands when needed.
addExecutant(T) - Method in class org.lsst.ccs.utilities.dispatch.ParallelDispatchProxy
Registers a code ready to receive "synchronous" commands
addExecutant(T) - Method in class org.lsst.ccs.utilities.dispatch.SynchronousCommandDispatcher
Registers a code ready to receive "synchronous" commands
addExecutant(T) - Method in class org.lsst.ccs.utilities.dispatch.SynchronousDispatchProxy
Registers a code ready to receive "synchronous" commands
addObserver(ASyncObserver<P>) - Method in class org.lsst.ccs.utilities.dispatch.ParallelObservable
 
addObserver(SynchronousObserver<P>) - Method in class org.lsst.ccs.utilities.dispatch.SynchronousObservable
 
addReportLine(String) - Method in class org.lsst.ccs.utilities.tracers.Tracer.MultiReporter
 
addReportLine(String) - Method in interface org.lsst.ccs.utilities.tracers.Tracer.Strategy
long reports that span many lines (such as stackTraces) may have intermediate calls to addReportLine before a call to endReport
agent - Variable in class org.lsst.ccs.utilities.beanutils.BeanProxyFor
 
almostUniqueAgentName(String) - Static method in class org.lsst.ccs.utilities.tracers.Names
generates a (nearly) unique name for a given machine.
almostUniqueAgentName() - Static method in class org.lsst.ccs.utilities.tracers.Names
same as uniqueAgentName(null)
almostUniqueLocalName(String) - Static method in class org.lsst.ccs.utilities.tracers.Names
can used to generate simple names based on a seed and a timestamp.
AltMain - Class in org.lsst.ccs.utilities.main
 
AltMain() - Constructor for class org.lsst.ccs.utilities.main.AltMain
 
append(LoggingEvent) - Method in class org.lsst.ccs.utilities.logging.JULAppender
 
apply(double) - Method in class org.lsst.ccs.utilities.dsp.BoxCarFilter
 
apply(double) - Method in interface org.lsst.ccs.utilities.dsp.DigitalFilter
 
apply(double) - Method in class org.lsst.ccs.utilities.dsp.FIRFilter
 
apply(double) - Method in class org.lsst.ccs.utilities.dsp.MedianFilter
 
apply(double) - Method in class org.lsst.ccs.utilities.dsp.MedianHFFilter
 
apply(X) - Method in interface org.lsst.ccs.utilities.functions.TouchyFunction
 
argDesc(int) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
Gets the argument descriptor for a command, given its index
args - Variable in exception org.lsst.ccs.utilities.beanutils.WrappedBeanMethodInvocationException
 
ASyncObserver<P> - Interface in org.lsst.ccs.utilities.dispatch
An Observable that needs parrallel processing of updates.

B

BeanFor<T> - Interface in org.lsst.ccs.utilities.beanutils
Code implementing this interface are considered beans for the T type (which is not a bean!)
BeanProxyFor<T> - Class in org.lsst.ccs.utilities.beanutils
Super classes of all Bean "proxies" : that is class the offer a bean "vision" of a non-bean class.
BeanProxyFor() - Constructor for class org.lsst.ccs.utilities.beanutils.BeanProxyFor
 
BeanProxyFor(T) - Constructor for class org.lsst.ccs.utilities.beanutils.BeanProxyFor
 
BeanProxyFor.ProxyAgent - Class in org.lsst.ccs.utilities.beanutils
 
BeanStateException - Exception in org.lsst.ccs.utilities.beanutils
An operation was performed while the bean was in an incorrect state: e.g.
BeanStateException() - Constructor for exception org.lsst.ccs.utilities.beanutils.BeanStateException
 
BeanStateException(String) - Constructor for exception org.lsst.ccs.utilities.beanutils.BeanStateException
 
BeanStateException(String, Throwable) - Constructor for exception org.lsst.ccs.utilities.beanutils.BeanStateException
 
BeanStateException(Throwable) - Constructor for exception org.lsst.ccs.utilities.beanutils.BeanStateException
 
BoxCarFilter - Class in org.lsst.ccs.utilities.dsp
 
BoxCarFilter(int) - Constructor for class org.lsst.ccs.utilities.dsp.BoxCarFilter
 
BundledException - Exception in org.lsst.ccs.utilities.exc
This is to create a Bundle of linked Exception : a code may not stop at the first Exception it catches but store the Exception in reverse order and then , when finished, throw a Set of Exception.
BundledException(ThrowableList) - Constructor for exception org.lsst.ccs.utilities.exc.BundledException
 
BundledException(String, ThrowableList) - Constructor for exception org.lsst.ccs.utilities.exc.BundledException
 
BundledException(String, Throwable, ThrowableList) - Constructor for exception org.lsst.ccs.utilities.exc.BundledException
 
BundledException(Throwable, ThrowableList) - Constructor for exception org.lsst.ccs.utilities.exc.BundledException
 
BundledRuntimeException - Exception in org.lsst.ccs.utilities.exc
 
BundledRuntimeException(ThrowableList) - Constructor for exception org.lsst.ccs.utilities.exc.BundledRuntimeException
 
BundledRuntimeException(String, ThrowableList) - Constructor for exception org.lsst.ccs.utilities.exc.BundledRuntimeException
 
BundledRuntimeException(String, Throwable, ThrowableList) - Constructor for exception org.lsst.ccs.utilities.exc.BundledRuntimeException
 
BundledRuntimeException(Throwable, ThrowableList) - Constructor for exception org.lsst.ccs.utilities.exc.BundledRuntimeException
 
bytesToFloat(byte[], int) - Static method in class org.lsst.ccs.utilities.conv.Convert
Convert 4-byte little-endian subarray to float
bytesToFloatBE(byte[], int) - Static method in class org.lsst.ccs.utilities.conv.Convert
Convert 4-byte big-endian subarray to float
bytesToInt(byte[], int) - Static method in class org.lsst.ccs.utilities.conv.Convert
Convert 4-byte little-endian subarray to integer
bytesToIntBE(byte[], int) - Static method in class org.lsst.ccs.utilities.conv.Convert
Convert 4-byte big-endian subarray to integer
bytesToShort(byte[], int) - Static method in class org.lsst.ccs.utilities.conv.Convert
Convert 2-byte little-endian subarray to short
bytesToShortBE(byte[], int) - Static method in class org.lsst.ccs.utilities.conv.Convert
Convert 2-byte big-endian subarray to short

C

call(String, Object...) - Method in class org.lsst.ccs.utilities.dispatch.InvocationDispenser
calls the registered invoker which corresponds to the token.
callBack(String, Object...) - Method in class org.lsst.ccs.utilities.dispatch.InvocationDispenser
calls the registered invoker which corresponds to the token.
children() - Method in class org.lsst.ccs.utilities.structs.TreeBranch
 
cleanConsole() - Static method in class org.lsst.ccs.utilities.logging.LogManagement
if a System Class Loader loads the standard LOgManager and the manager reads the standard "loggin.properties" and initialize the Handlers we may end up with two different Console Handlers.
ClickDialog - Class in org.lsst.ccs.utilities.zonesui
 
ClickDialog(Window, String, boolean, JPanel) - Constructor for class org.lsst.ccs.utilities.zonesui.ClickDialog
 
clone() - Method in class org.lsst.ccs.utilities.dsp.BoxCarFilter
 
clone() - Method in interface org.lsst.ccs.utilities.dsp.DigitalFilter
 
clone() - Method in class org.lsst.ccs.utilities.dsp.FIRFilter
 
clone() - Method in class org.lsst.ccs.utilities.dsp.MedianFilter
 
close() - Method in class org.lsst.ccs.utilities.logging.JULAppender
 
CMD_AMBIG - Static variable in class org.lsst.ccs.utilities.sa.CmndProc
 
CMD_AMBIG - Static variable in class org.lsst.ccs.utilities.sa.CmndProcess
 
CMD_UNKNOWN - Static variable in class org.lsst.ccs.utilities.sa.CmndProc
 
CMD_UNKNOWN - Static variable in class org.lsst.ccs.utilities.sa.CmndProcess
 
CmndProc - Class in org.lsst.ccs.utilities.sa
Class to implement command processing
CmndProc() - Constructor for class org.lsst.ccs.utilities.sa.CmndProc
Main constructor
CmndProc.Command - Class in org.lsst.ccs.utilities.sa
Inner class to implement command decoding
CmndProc.Dispatch - Interface in org.lsst.ccs.utilities.sa
Inner interface to define command dispatching
CmndProc.Lookup - Class in org.lsst.ccs.utilities.sa
Inner class to implement lookup tables
CmndProcess - Class in org.lsst.ccs.utilities.sa
Class to implement command processing, new style
CmndProcess() - Constructor for class org.lsst.ccs.utilities.sa.CmndProcess
Main constructors
CmndProcess(boolean) - Constructor for class org.lsst.ccs.utilities.sa.CmndProcess
 
CmndProcess.CmndDisp - Interface in org.lsst.ccs.utilities.sa
Enhanced inner interface to define command dispatching
CmndProcess.Command - Class in org.lsst.ccs.utilities.sa
Inner class to implement command decoding
CmndProcess.Dispatch - Interface in org.lsst.ccs.utilities.sa
Inner interface to define command dispatching
CmndProcess.Lookup - Class in org.lsst.ccs.utilities.sa
Inner class to implement lookup tables
Cocoon - Class in org.lsst.ccs.utilities.functions
a facility to create objects that are java.util.function from FunctionalInterfaces (or closures) that throw an Exception.
Cocoon() - Constructor for class org.lsst.ccs.utilities.functions.Cocoon
 
code(int) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Command
Gets the code for a command, given its index
code(int) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Lookup
Gets the code given its index
code(int) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
Gets the code for a command, given its index
code(int) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Lookup
Gets the code given its index
Command(int) - Constructor for class org.lsst.ccs.utilities.sa.CmndProc.Command
Constructor
Command(int) - Constructor for class org.lsst.ccs.utilities.sa.CmndProcess.Command
Constructor
CommandFor<T> - Interface in org.lsst.ccs.utilities.dispatch
This interface defines the behaviour of a class implementing a Command pattern.
CommandUtilities - Class in org.lsst.ccs.utilities.commands
 
CommandUtilities() - Constructor for class org.lsst.ccs.utilities.commands.CommandUtilities
 
CommonResources - Class in org.lsst.ccs.utilities.jars
This class deals with "common resources": that is resources that are not linked to a specific package (such resources are often queried using an initial slash when querying a resource through the Class resource methods such as getResource : getResource("/global.properties")).
CommonResources() - Constructor for class org.lsst.ccs.utilities.jars.CommonResources
 
configure() - Static method in class org.lsst.ccs.utilities.logging.Logger
Deprecated.
configureHandler(String, Handler) - Method in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
should set level, formatter, filter
ConsoleHandlerN - Class in org.lsst.ccs.utilities.logging
A Console handler that detects duplicate logs.
ConsoleHandlerN() - Constructor for class org.lsst.ccs.utilities.logging.ConsoleHandlerN
 
ConsOut - Class in org.lsst.ccs.utilities.sa
\file ConsOut.java Methods for real console output \author Owen Saxton
ConsOut() - Constructor for class org.lsst.ccs.utilities.sa.ConsOut
 
consumer(TouchyConsumer<X, T>) - Static method in class org.lsst.ccs.utilities.functions.Cocoon
creates an amiable Consumer out of a pesky one.
Convert - Class in org.lsst.ccs.utilities.conv
Routines for converting between numbers and byte sub-arrays
Convert() - Constructor for class org.lsst.ccs.utilities.conv.Convert
 
count() - Method in class org.lsst.ccs.utilities.sa.CmndProc.Command
Gets the number of commands
count() - Method in class org.lsst.ccs.utilities.sa.CmndProc.Lookup
Gets the number of items
count() - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
Gets the number of commands
count() - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Lookup
Gets the number of items
createLogRecord(Level, String) - Method in class org.lsst.ccs.utilities.logging.Logger
creates a simple log record.
CriticalCtor - Annotation Type in org.lsst.ccs.utilities.beanutils
Annotates the "minimum" critical constructor of a non-bean object.
CURLOG - Static variable in class org.lsst.ccs.utilities.jars.CommonResources
 
current() - Method in exception org.lsst.ccs.utilities.exc.BundledException
 
current() - Method in exception org.lsst.ccs.utilities.exc.BundledRuntimeException
 
current() - Method in interface org.lsst.ccs.utilities.exc.ThrowableList
 
currentCoords(int, int) - Method in interface org.lsst.ccs.utilities.zonesui.PositionListener
 
currentCoords(int, int) - Method in class org.lsst.ccs.utilities.zonesui.ZonesPanel
 

D

debug(Object, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
logs a message at FINE Level
debug(Object, Throwable, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
logs a message at FINE Level
decode(int) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Lookup
Decodes a code to its equivalent name
decode(int) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Lookup
Decodes a code to its equivalent name
decoupledLog(long, LogRecord, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
same method as log(LogRecord, String...
decoupledLog(long, Level, String, Object, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
same method as public boolean log(Level level, String message, Object argument, String...
decoupledLog(long, Level, String, Object[], String...) - Method in class org.lsst.ccs.utilities.logging.Logger
does the same as the corresponding log method but executed in a different Thread.
decoupledLog(long, Level, String, Throwable, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
does the same as the corresponding log method but executed in a different Thread.
deepString() - Method in class org.lsst.ccs.utilities.structs.TreeBranch
returns a String that represents the tree
deepString(int) - Method in class org.lsst.ccs.utilities.structs.TreeBranch
 
DelayQueue - Class in org.lsst.ccs.utilities.dsp
 
DelayQueue(int) - Constructor for class org.lsst.ccs.utilities.dsp.DelayQueue
 
delegate - Variable in class org.lsst.ccs.utilities.beanutils.BeanProxyFor
 
DigitalFilter - Interface in org.lsst.ccs.utilities.dsp
 
disable(int) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Command
Disables a command, given its index
disable(int) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
Disables a command, given its index
dispatch(int, Scanner) - Method in interface org.lsst.ccs.utilities.sa.CmndProc.Dispatch
 
dispatch(int, int, Object[]) - Method in interface org.lsst.ccs.utilities.sa.CmndProcess.Dispatch
 
dispatchCommand(CommandFor<T>) - Method in class org.lsst.ccs.utilities.dispatch.ParallelCommandDispatcher
Send a Command request for all registered executants.
dispatchCommand(SynchronousCommandFor<? super T>) - Method in class org.lsst.ccs.utilities.dispatch.SynchronousCommandDispatcher
Sends a command to all registered codes ready to handle it.
dumpTask(String) - Method in class org.lsst.ccs.utilities.dispatch.InvocationDispenser
Removes a response task

E

empty() - Static method in class org.lsst.ccs.utilities.beanutils.Optional
Deprecated.
 
encode(String, boolean) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Lookup
Encodes a name to its equivalent code
encode(String, boolean) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Lookup
Encodes a name to its equivalent code
endReport() - Method in class org.lsst.ccs.utilities.tracers.Tracer.MultiReporter
 
endReport() - Method in interface org.lsst.ccs.utilities.tracers.Tracer.Strategy
marks the end of a trace (this can be used with implementations that use parenthesized expressions -such as XML-).
equals(Object) - Method in class org.lsst.ccs.utilities.beanutils.Optional
Deprecated.
 
equals(Object) - Method in class org.lsst.ccs.utilities.structs.Pair
 
equals(Object) - Method in class org.lsst.ccs.utilities.structs.UniquePair
 
error(Object, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
logs a message at SEVERE Level (use preferably the error method that uses a Throwable parameter)
error(Object, Throwable, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
logs a message at SEVERE Level
ERROR_MANAGER - Static variable in class org.lsst.ccs.utilities.logging.LogManagement
a simple global ErrorManager that print logging framework problems to the console.
executor - Variable in class org.lsst.ccs.utilities.logging.Logger
scheduler for delayed logs

F

fatal(Object, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
logs a message at SEVERE Level (use preferably the fatal method that uses a Throwable parameter)
fatal(Object, Throwable, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
logs a message at SEVERE Level
FileHandlerN - Class in org.lsst.ccs.utilities.logging
 
FileHandlerN() - Constructor for class org.lsst.ccs.utilities.logging.FileHandlerN
 
FileHandlerN(String) - Constructor for class org.lsst.ccs.utilities.logging.FileHandlerN
 
FileHandlerN(String, boolean) - Constructor for class org.lsst.ccs.utilities.logging.FileHandlerN
 
FileHandlerN(String, int, int) - Constructor for class org.lsst.ccs.utilities.logging.FileHandlerN
 
FileHandlerN(String, int, int, boolean) - Constructor for class org.lsst.ccs.utilities.logging.FileHandlerN
 
FilterFactory - Class in org.lsst.ccs.utilities.dsp
 
FilterFactory() - Constructor for class org.lsst.ccs.utilities.dsp.FilterFactory
 
FilterFactory.FilterSpecs - Class in org.lsst.ccs.utilities.dsp
 
FilterFactory.FilterType - Enum in org.lsst.ccs.utilities.dsp
 
FilterSpecs() - Constructor for class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
 
find(String) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Command
Gets the index of a command, given its name This routine compares the command string with the first part of all the table entries and returns one of the following: index (>= 0) If the command is fully matched CMD_UNKNOWN If the command is not in the table CMD_AMBIG If the command matches more than one entry CMD_AMBIG - 1 - index If the command is partially matched
find(String) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
Gets the index of a command, given its name This routine compares the command string with the first part of all the table entries and returns one of the following: index (>= 0) If the command is fully matched CMD_UNKNOWN If the command is not in the table CMD_AMBIG If the command matches more than one entry CMD_AMBIG - 1 - index If the command is partially matched
fine(Object, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
logs a message at FINE Level
finer(Object, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
logs a message at FINER level
finest(Object, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
logs a message at FINEST level
FIRFilter - Class in org.lsst.ccs.utilities.dsp
 
FIRFilter(double[]) - Constructor for class org.lsst.ccs.utilities.dsp.FIRFilter
 
floatToBytes(float, byte[], int) - Static method in class org.lsst.ccs.utilities.conv.Convert
Convert float to 4-byte little-endian subarray
floatToBytesBE(float, byte[], int) - Static method in class org.lsst.ccs.utilities.conv.Convert
Convert float to 4-byte big-endian subarray
flush() - Method in class org.lsst.ccs.utilities.dsp.BoxCarFilter
 
flush() - Method in interface org.lsst.ccs.utilities.dsp.DigitalFilter
 
flush() - Method in class org.lsst.ccs.utilities.dsp.FIRFilter
 
flush() - Method in class org.lsst.ccs.utilities.dsp.MedianFilter
 
forgetThrowsClause(Throwable) - Static method in class org.lsst.ccs.utilities.functions.Cocoon
this hack is to disable temporarily the compiler's control over checked exception.
format(LogRecord) - Method in class org.lsst.ccs.utilities.logging.TextFormatter
 
format(String, Object...) - Method in class org.lsst.ccs.utilities.sa.ConsOut
 
format(String, Object...) - Method in interface org.lsst.ccs.utilities.sa.Output
 
freqResp(double) - Method in class org.lsst.ccs.utilities.dsp.BoxCarFilter
 
freqResp(double) - Method in interface org.lsst.ccs.utilities.dsp.DigitalFilter
 
freqResp(double) - Method in class org.lsst.ccs.utilities.dsp.FIRFilter
 
freqResp(double) - Method in class org.lsst.ccs.utilities.dsp.MedianFilter
 
function(TouchyFunction<X, R, T>) - Static method in class org.lsst.ccs.utilities.functions.Cocoon
 

G

gatherAllPropertiesFrom(ClassLoader, String) - Static method in class org.lsst.ccs.utilities.jars.CommonResources
this method will create a Properties object filled with ALL the ".properties" resources and Files that happen to bear the same name in the ClassPath and in the current directory.
gatherAllPropertiesFrom(String) - Static method in class org.lsst.ccs.utilities.jars.CommonResources
same as the method with a ClassLoader argument but uses the current ClassLoader
generateToken() - Method in class org.lsst.ccs.utilities.dispatch.InvocationDispenser
generates a unique token (for this ClassLoader context!)
genShape() - Method in interface org.lsst.ccs.utilities.zonesui.ShapeBean
 
genShape() - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
 
genShape() - Method in class org.lsst.ccs.utilities.zonesui.ZPolygon
 
genShape() - Method in class org.lsst.ccs.utilities.zonesui.ZRectangle
 
get() - Method in interface org.lsst.ccs.utilities.beanutils.BeanFor
 
get() - Method in class org.lsst.ccs.utilities.beanutils.BeanProxyFor
 
get() - Method in class org.lsst.ccs.utilities.beanutils.Optional
Deprecated.
 
get() - Method in interface org.lsst.ccs.utilities.functions.TouchySupplier
 
getAllowsChildren() - Method in class org.lsst.ccs.utilities.structs.TreeBranch
since the tree is immutable this method is not intended to be called during building operations.
getAnnotatedMethodsFromObject(Object, Class) - Static method in class org.lsst.ccs.utilities.commands.CommandUtilities
 
getAttenuation() - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
 
getBandPassFIR(double, double, double, double) - Static method in class org.lsst.ccs.utilities.dsp.FilterFactory
 
getBooleanProperty(String, boolean) - Method in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
 
getChildAt(int) - Method in class org.lsst.ccs.utilities.structs.TreeBranch
 
getChildCount() - Method in class org.lsst.ccs.utilities.structs.TreeBranch
 
getChildIterator() - Method in class org.lsst.ccs.utilities.structs.TreeBranch
 
getChildren() - Method in class org.lsst.ccs.utilities.structs.TreeBranch
 
getClassURLNamesFor(Object) - Static method in class org.lsst.ccs.utilities.jars.CommonResources
get the names of places where a Class lies in the classPath
getCommand() - Method in interface org.lsst.ccs.utilities.sa.CmndProcess.CmndDisp
 
getContent() - Method in class org.lsst.ccs.utilities.structs.TreeBranch
 
getCurrentIndex() - Method in class org.lsst.ccs.utilities.structs.TreeBranch
 
getDashedLineColor() - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
 
getDelay() - Method in class org.lsst.ccs.utilities.dsp.BoxCarFilter
 
getDelay() - Method in interface org.lsst.ccs.utilities.dsp.DigitalFilter
 
getDelay() - Method in class org.lsst.ccs.utilities.dsp.FIRFilter
 
getDelay() - Method in class org.lsst.ccs.utilities.dsp.MedianFilter
 
getDepth() - Static method in class org.lsst.ccs.utilities.logging.StackTraceFormats
 
getFilterProperty(String, Filter) - Method in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
 
getFIRFilter(double, double, double, double, FilterFactory.FilterType) - Static method in class org.lsst.ccs.utilities.dsp.FilterFactory
 
getFIRFilter(FilterFactory.FilterSpecs) - Static method in class org.lsst.ccs.utilities.dsp.FilterFactory
 
getFN() - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
 
getFormat() - Method in class org.lsst.ccs.utilities.logging.TextFormatter
 
getFormatterProperty(String, Formatter) - Method in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
 
getHeight() - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
 
getHeight() - Method in class org.lsst.ccs.utilities.zonesui.ZRectangle
 
getHighFrequency() - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
 
getHighPassFIR(double, double, double) - Static method in class org.lsst.ccs.utilities.dsp.FilterFactory
 
getIcon() - Method in interface org.lsst.ccs.utilities.zonesui.ImageDescription
 
getIndex(TreeNode) - Method in class org.lsst.ccs.utilities.structs.TreeBranch
 
getInput(Class, String) - Static method in class org.lsst.ccs.utilities.jars.CommonResources
searches for a file as a local file or a resource linked to a class or a global resource.
getInteraction(String) - Method in interface org.lsst.ccs.utilities.zonesui.InteractionProducer
 
getIntProperty(String, int) - Method in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
 
getKey() - Method in class org.lsst.ccs.utilities.structs.UniquePair
 
getKey() - Method in class org.lsst.ccs.utilities.zonesui.Zone
 
getKey() - Method in class org.lsst.ccs.utilities.zonesui.ZoneXML
 
getKeys() - Static method in class org.lsst.ccs.utilities.tracers.Tracer
 
getLevel() - Method in class org.lsst.ccs.utilities.logging.Logger
 
getLevelProperty(String, Level) - Method in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
 
getLogger(String) - Static method in class org.lsst.ccs.utilities.logging.Logger
factory method to obtain a Logger proxy.
getLogger(String, String) - Static method in class org.lsst.ccs.utilities.logging.Logger
factory method to obtain a Logger proxy.
getLowFrequency() - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
 
getLowPassFIR(double, double, double) - Static method in class org.lsst.ccs.utilities.dsp.FilterFactory
 
getManifestFor(Object) - Static method in class org.lsst.ccs.utilities.jars.CommonResources
returns a Manifest for an object
getMavenProjectProperties(String) - Static method in class org.lsst.ccs.utilities.jars.MavenResources
a facility method to fetch our $Project.maven.properties based on standard resource algorithm (it supposes there is only one jar for the same project in the ClassPath).
getMavenProjectURLs(String) - Static method in class org.lsst.ccs.utilities.jars.MavenResources
returns an URL for our specific $Project.maven.properties file linked to a maven project.
getMaximumSize() - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
 
getMaxLeng(String) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Command
Gets the maximum length of matching commands
getMaxLeng(String) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
Gets the maximum length of matching commands
getMinimumSize() - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
 
getMinimumSize() - Method in class org.lsst.ccs.utilities.zonesui.ZonesPanel
 
getName() - Method in class org.lsst.ccs.utilities.logging.Logger
 
getNbPoint() - Method in class org.lsst.ccs.utilities.zonesui.ZPolygon
 
getOrder() - Method in class org.lsst.ccs.utilities.dsp.BoxCarFilter
 
getOrder() - Method in interface org.lsst.ccs.utilities.dsp.DigitalFilter
 
getOrder() - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
 
getOrder() - Method in class org.lsst.ccs.utilities.dsp.FIRFilter
 
getOrder() - Method in class org.lsst.ccs.utilities.dsp.MedianFilter
 
getParent() - Method in class org.lsst.ccs.utilities.logging.Logger
 
getParent() - Method in class org.lsst.ccs.utilities.structs.TreeBranch
 
getPath() - Method in class org.lsst.ccs.utilities.structs.TreeBranch
 
getPoints() - Method in class org.lsst.ccs.utilities.zonesui.ZPolygon
 
getPomProperties(String, String) - Static method in class org.lsst.ccs.utilities.jars.MavenResources
a facility method based on standard resource algorithm (it supposes there is only one jar for the same project in the ClassPath).
getPomURLs(String, String) - Static method in class org.lsst.ccs.utilities.jars.MavenResources
returns an URL for the pom.properties file linked to a maven project.
getPreferredSize() - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
 
getPreferredSize() - Method in class org.lsst.ccs.utilities.zonesui.ZonesPanel
 
getPropertiesFrom(URL) - Static method in class org.lsst.ccs.utilities.jars.CommonResources
fills a Property Object from an URL the references a file in ".properties" format
getPropertiesFromAny(String) - Static method in class org.lsst.ccs.utilities.jars.CommonResources
 
getProperty(String) - Method in class org.lsst.ccs.utilities.beanutils.BeanProxyFor.ProxyAgent
 
getProperty(String) - Method in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
 
getProxy() - Method in class org.lsst.ccs.utilities.dispatch.ParallelDispatchProxy
to be called once to get a dynamically generated proxy that will forward calls to registered agents.
getProxy() - Method in class org.lsst.ccs.utilities.dispatch.SynchronousDispatchProxy
to be called once to get a dynamically generated proxy that will forward calls to registered agents.
getRate() - Method in class org.lsst.ccs.utilities.dsp.FIRFilter
 
getRealParent() - Method in class org.lsst.ccs.utilities.structs.TreeBranch
same as getParent but with proper return type
getReference() - Method in class org.lsst.ccs.utilities.functions.MutableReference
 
getReporter() - Static method in class org.lsst.ccs.utilities.tracers.Tracer
 
getResourceContainer(URL, String) - Static method in class org.lsst.ccs.utilities.jars.CommonResources
gets the name of a jar that contains a "common resource"
getShape() - Method in class org.lsst.ccs.utilities.zonesui.Zone
 
getShapeBean() - Method in class org.lsst.ccs.utilities.zonesui.ZoneXML
 
getShapeDescription() - Method in interface org.lsst.ccs.utilities.zonesui.ImageDescription
 
getStringProperty(String, String) - Method in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
 
getStroke() - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
 
getSystemLoaderLogManager() - Static method in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
this method guarantees that the LogProperties Loader has been initialized (in the context of the current ClassLoader)
getTipText() - Method in class org.lsst.ccs.utilities.zonesui.Zone
 
getTipText() - Method in class org.lsst.ccs.utilities.zonesui.ZoneXML
 
getTitle() - Method in interface org.lsst.ccs.utilities.zonesui.ImageDescription
 
getTransitionBandwidth() - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
 
getType() - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
 
getURLsFor(Object, String) - Static method in class org.lsst.ccs.utilities.jars.CommonResources
return the URL of a resource that lies in the same jar as a class.
getURLsFrom(ClassLoader, String) - Static method in class org.lsst.ccs.utilities.jars.CommonResources
As "seen" from a ClassLoader the various URLs that point to resources with a given name.
getURLsFrom(String) - Static method in class org.lsst.ccs.utilities.jars.CommonResources
As "seen" from the context ClassLoader the various URLs that point to resources with a given name
getValue() - Method in class org.lsst.ccs.utilities.structs.UniquePair
 
getValue() - Method in class org.lsst.ccs.utilities.structs.ViewValue
 
getView() - Method in class org.lsst.ccs.utilities.structs.ViewValue
 
getWidth() - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
 
getWidth() - Method in class org.lsst.ccs.utilities.zonesui.ZRectangle
 
getX() - Method in class org.lsst.ccs.utilities.structs.Pair
 
getX() - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
 
getX(int[][]) - Method in class org.lsst.ccs.utilities.zonesui.ZPolygon
 
getX() - Method in class org.lsst.ccs.utilities.zonesui.ZRectangle
 
getXY() - Method in class org.lsst.ccs.utilities.zonesui.ZPolygon
 
getY() - Method in class org.lsst.ccs.utilities.structs.Pair
 
getY() - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
 
getY(int[][]) - Method in class org.lsst.ccs.utilities.zonesui.ZPolygon
 
getY() - Method in class org.lsst.ccs.utilities.zonesui.ZRectangle
 

H

handlersLazyLoad() - Method in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
initialize the Handlers that are in the current ClassLoader the "top" manager may not have access to the Handlers classes.
hashCode() - Method in class org.lsst.ccs.utilities.beanutils.Optional
Deprecated.
 
hashCode() - Method in class org.lsst.ccs.utilities.structs.Pair
 
hashCode() - Method in class org.lsst.ccs.utilities.structs.UniquePair
 
hasNext() - Method in class org.lsst.ccs.utilities.structs.TreeBranch.PreOrderIterator
 
hasNext() - Method in class org.lsst.ccs.utilities.structs.TreeBranch.PreOrderNodeIterator
is there an iterator on the stack and is there something to read ?
help(int) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Command
Gets the help for a command, given its index
help(int) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
Gets the help for a command, given its index

I

ImageDescription - Interface in org.lsst.ccs.utilities.zonesui
 
ImageZones - Class in org.lsst.ccs.utilities.zonesui
 
ImageZones(ImageDescription, InteractionProducer, PositionListener) - Constructor for class org.lsst.ccs.utilities.zonesui.ImageZones
 
info(Object, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
logs a message at INFO Level
info(Object, Throwable, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
logs a message at INFO Level
initialize() - Static method in class org.lsst.ccs.utilities.logging.Log4JConfiguration
 
injectSideEffect(String, Runnable) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
normally assertion should not have side-effects.
InteractionProducer - Interface in org.lsst.ccs.utilities.zonesui
 
intToBytes(int, byte[], int) - Static method in class org.lsst.ccs.utilities.conv.Convert
Convert integer to 4-byte little-endian subarray
intToBytesBE(int, byte[], int) - Static method in class org.lsst.ccs.utilities.conv.Convert
Convert integer to 4-byte big-endian subarray
InvocationDispenser - Class in org.lsst.ccs.utilities.dispatch
Typical use of this pattern is to have two threads: one is going to write commands to a stream.
InvocationDispenser() - Constructor for class org.lsst.ccs.utilities.dispatch.InvocationDispenser
 
InvocationDispenser.TokenLostException - Exception in org.lsst.ccs.utilities.dispatch
 
invoke(Object...) - Method in interface org.lsst.ccs.utilities.dispatch.Invoker
 
invoke(Object...) - Method in interface org.lsst.ccs.utilities.functions.TouchyInvoker
 
invokeOn(T) - Method in interface org.lsst.ccs.utilities.dispatch.CommandFor
 
Invoker - Interface in org.lsst.ccs.utilities.dispatch
 
isConfigInitialized() - Static method in class org.lsst.ccs.utilities.logging.LogManagement
dummy static method to fire the load-time operation.
isDebugEnabled() - Method in class org.lsst.ccs.utilities.logging.Logger
tells if the FINE level is activated for the corresponding JUL Logger.
isInfoEnabled() - Method in class org.lsst.ccs.utilities.logging.Logger
tells if the INFO level is activated for the corresponding JUL Logger.
isLeaf() - Method in class org.lsst.ccs.utilities.structs.TreeBranch
 
isLoggable(LogRecord) - Method in class org.lsst.ccs.utilities.logging.ConsoleHandlerN
 
isLoggable(LogRecord) - Method in class org.lsst.ccs.utilities.logging.FileHandlerN
 
isLoggable(LogRecord) - Method in class org.lsst.ccs.utilities.logging.IsLoggableDelegate
 
isLoggable(Level) - Method in class org.lsst.ccs.utilities.logging.Logger
tells if the corresponding JUL level is activated for the corresponding JUL Logger.
isLoggable(LogRecord) - Method in class org.lsst.ccs.utilities.logging.SocketHandlerN
 
isLoggable(LogRecord) - Method in class org.lsst.ccs.utilities.logging.StreamHandlerN
 
isLoggableDelegate - Static variable in class org.lsst.ccs.utilities.logging.ConsoleHandlerN
 
isLoggableDelegate - Variable in class org.lsst.ccs.utilities.logging.FileHandlerN
 
IsLoggableDelegate - Class in org.lsst.ccs.utilities.logging
A utility to plug into Handlers that want to detect duplicate logs.
IsLoggableDelegate() - Constructor for class org.lsst.ccs.utilities.logging.IsLoggableDelegate
 
isLoggableDelegate - Variable in class org.lsst.ccs.utilities.logging.SocketHandlerN
 
isLoggableDelegate - Variable in class org.lsst.ccs.utilities.logging.StreamHandlerN
 
isLoggableDelegate2 - Variable in class org.lsst.ccs.utilities.logging.FileHandlerN
NOTE : this is to hack a Java util logging bug! BEWARE shpild be changed when BUG 9005710 is corrected!
isPresent() - Method in class org.lsst.ccs.utilities.beanutils.Optional
Deprecated.
 
isRootNode() - Method in class org.lsst.ccs.utilities.structs.TreeBranch
 
isTokenUsed(String) - Method in class org.lsst.ccs.utilities.dispatch.InvocationDispenser
tells if the token is known.
iterator() - Method in class org.lsst.ccs.utilities.structs.TreeBranch
 

J

JULAppender - Class in org.lsst.ccs.utilities.logging
simple bridge from Log4J to JUL.
JULAppender() - Constructor for class org.lsst.ccs.utilities.logging.JULAppender
Creates a new appender with no special layout
JULAppender(Layout) - Constructor for class org.lsst.ccs.utilities.logging.JULAppender
Creates a new appender with the specified layout

K

key - Variable in class org.lsst.ccs.utilities.structs.UniquePair
 

L

list - Variable in class org.lsst.ccs.utilities.dispatch.ParallelCommandDispatcher
List of all registered agent that may take action.
list - Variable in class org.lsst.ccs.utilities.dispatch.ParallelDispatchProxy
 
list - Variable in class org.lsst.ccs.utilities.dispatch.ParallelObservable
 
list - Variable in class org.lsst.ccs.utilities.dispatch.SynchronousCommandDispatcher
 
list - Variable in class org.lsst.ccs.utilities.dispatch.SynchronousDispatchProxy
 
list - Variable in class org.lsst.ccs.utilities.dispatch.SynchronousObservable
 
loaderGetFormatterProperty(String, Formatter) - Static method in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
 
loaderGetIntProperty(String, int) - Static method in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
 
loaderGetLevelProperty(String, Level) - Static method in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
 
loaderGetProperty(String) - Static method in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
 
loaderGetStringProperty(String, String) - Static method in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
 
loadLoggerHandlers(String, Logger) - Method in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
add Handlers to a Logger known to the LogManager.
log(LogRecord, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
utility method to send a LogRecord to the corresponding JUL logger and to a list of other loggers.
log(Level, String, Object, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
does the same as the equivalent standard JUL method but forwards also to other Loggers.
log(Level, String, Object[], String...) - Method in class org.lsst.ccs.utilities.logging.Logger
does the same as the equivalent standard JUL method but forwards also to other Loggers.
log(Level, String, Throwable, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
does the same as the equivalent standard JUL method but forwards also to other Loggers.
Log4JConfiguration - Class in org.lsst.ccs.utilities.logging
Utility class to provide Log4j configuration.
Log4JConfiguration() - Constructor for class org.lsst.ccs.utilities.logging.Log4JConfiguration
 
LOG_CONF_FILE - Static variable in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
if the property to define a config file is set then the corresponding file is used for properties otherwise it is "LOG_PROPS"
LOG_PROPS - Static variable in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
 
Logger - Class in org.lsst.ccs.utilities.logging
Just a wrapper class around java.util.Logger to add specific logging methods.
LogManagement - Class in org.lsst.ccs.utilities.logging
Ths static initialization of this class should be fired early in utilities code by doing
LogManagement() - Constructor for class org.lsst.ccs.utilities.logging.LogManagement
 
logMessage(Level, Object, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
utility method to log a message with a Level
LogPropertiesLoader - Class in org.lsst.ccs.utilities.logging
The role of this class is:
  • to read the logging.properties and offer other codes (namely handlers) access to the properties described (a thing not permitted by the standard logManager)
  • to be sure that the Handlers are lazily loaded (the standard LogManager may not be able to load the Handlers class due to ClassLoading problems)
  • to delegate informations to the LogManager so it can behave properly (e.g.
  • LogPropertiesLoader() - Constructor for class org.lsst.ccs.utilities.logging.LogPropertiesLoader
     
    logSimpleThrowable(Level, Object, Throwable, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
    utility method to forward a Throwable and a message to the loggers.
    Lookup(int) - Constructor for class org.lsst.ccs.utilities.sa.CmndProc.Lookup
    Constructor
    lookup(int) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
    Gets the lookup tables for a command, given its index
    Lookup(int) - Constructor for class org.lsst.ccs.utilities.sa.CmndProcess.Lookup
    Constructor
    loop - Variable in class org.lsst.ccs.utilities.dispatch.ParallelCommandDispatcher
    ExecutorService that deals with the Threads handling the commands.
    loop - Variable in class org.lsst.ccs.utilities.dispatch.ParallelDispatchProxy
     
    loop - Variable in class org.lsst.ccs.utilities.dispatch.ParallelObservable
    ExecutorService that deals with the Threads handling the commands.
    LSST_EPOCH - Static variable in class org.lsst.ccs.utilities.tracers.Names
     

    M

    main(String[]) - Static method in class org.lsst.ccs.utilities.dsp.BoxCarFilter
     
    main(String[]) - Static method in class org.lsst.ccs.utilities.dsp.FilterFactory
     
    main(String[]) - Static method in class org.lsst.ccs.utilities.main.AltMain
     
    MavenResources - Class in org.lsst.ccs.utilities.jars
     
    MavenResources() - Constructor for class org.lsst.ccs.utilities.jars.MavenResources
     
    MedianFilter - Class in org.lsst.ccs.utilities.dsp
     
    MedianFilter(int) - Constructor for class org.lsst.ccs.utilities.dsp.MedianFilter
     
    MedianHFFilter - Class in org.lsst.ccs.utilities.dsp
     
    MedianHFFilter(int) - Constructor for class org.lsst.ccs.utilities.dsp.MedianHFFilter
     
    method - Variable in exception org.lsst.ccs.utilities.beanutils.WrappedBeanMethodInvocationException
     
    methodsCalled - Variable in class org.lsst.ccs.utilities.beanutils.BeanProxyFor
     
    methodString - Variable in exception org.lsst.ccs.utilities.beanutils.WrappedBeanMethodInvocationException
     
    mouseClicked(MouseEvent) - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
     
    mouseDragged(MouseEvent) - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
     
    mouseEntered(MouseEvent) - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
     
    mouseExited(MouseEvent) - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
     
    mouseMoved(MouseEvent) - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
     
    mousePressed(MouseEvent) - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
     
    mouseReleased(MouseEvent) - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
     
    MultiReporter(Tracer.Strategy...) - Constructor for class org.lsst.ccs.utilities.tracers.Tracer.MultiReporter
     
    MutableReference<T> - Class in org.lsst.ccs.utilities.functions
    an Object whose final reference can be used by closure but that contains a modifiable value.
    MutableReference() - Constructor for class org.lsst.ccs.utilities.functions.MutableReference
     
    MutableReference(T) - Constructor for class org.lsst.ccs.utilities.functions.MutableReference
     

    N

    name(int) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Command
    Gets the name of a command, given its index
    name(int) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Lookup
    Gets the name given its index
    name(int) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
    Gets the name of a command, given its index
    name(int) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Lookup
    Gets the name given its index
    Names - Class in org.lsst.ccs.utilities.tracers
     
    Names() - Constructor for class org.lsst.ccs.utilities.tracers.Names
     
    next() - Method in class org.lsst.ccs.utilities.structs.TreeBranch.PreOrderIterator
     
    next() - Method in class org.lsst.ccs.utilities.structs.TreeBranch.PreOrderNodeIterator
     
    nodeIterator() - Method in class org.lsst.ccs.utilities.structs.TreeBranch
     
    notifyObservers(P) - Method in class org.lsst.ccs.utilities.dispatch.ParallelObservable
    do not need a call to setChanged: observers are immediately notified through different threads
    notifyObservers(P) - Method in class org.lsst.ccs.utilities.dispatch.SynchronousObservable
    do not need a call to setChanged: observers are immediately notified.

    O

    of(T) - Static method in class org.lsst.ccs.utilities.beanutils.Optional
    Deprecated.
     
    ofNullable(T) - Static method in class org.lsst.ccs.utilities.beanutils.Optional
    Deprecated.
     
    Optional<T> - Class in org.lsst.ccs.utilities.beanutils
    Deprecated.
    orElse(T) - Method in class org.lsst.ccs.utilities.beanutils.Optional
    Deprecated.
     
    org.lsst.ccs.utilities.beanutils - package org.lsst.ccs.utilities.beanutils
    Codes that enables non-bean classes to be "seen" as standard beans.
    org.lsst.ccs.utilities.commands - package org.lsst.ccs.utilities.commands
     
    org.lsst.ccs.utilities.conv - package org.lsst.ccs.utilities.conv
     
    org.lsst.ccs.utilities.dispatch - package org.lsst.ccs.utilities.dispatch
    The Observer/observable pattern may come in different flavors offered by this package.
    org.lsst.ccs.utilities.dsp - package org.lsst.ccs.utilities.dsp
     
    org.lsst.ccs.utilities.exc - package org.lsst.ccs.utilities.exc
    Exceptions may have a cause, but there is also a different need: Exceptions that are "bundled" together.
    org.lsst.ccs.utilities.functions - package org.lsst.ccs.utilities.functions
    utilities for managing functions/closures
    org.lsst.ccs.utilities.jars - package org.lsst.ccs.utilities.jars
    This package deals with resources:
  • the CommandResources class deals with resources that may be spread along different jars.
  • org.lsst.ccs.utilities.logging - package org.lsst.ccs.utilities.logging
    This package provides proxies to the standard java.util.logging package.
    org.lsst.ccs.utilities.main - package org.lsst.ccs.utilities.main
     
    org.lsst.ccs.utilities.pattern - package org.lsst.ccs.utilities.pattern
     
    org.lsst.ccs.utilities.sa - package org.lsst.ccs.utilities.sa
     
    org.lsst.ccs.utilities.structs - package org.lsst.ccs.utilities.structs
     
    org.lsst.ccs.utilities.tracers - package org.lsst.ccs.utilities.tracers
    Utilities :
  • Tracer can be used to add (non logging) traces that are shown when using assertions (slightly more performance than with log traces)
  • Names is a utility to generate unique names
  • org.lsst.ccs.utilities.zonesui - package org.lsst.ccs.utilities.zonesui
    graphical utilities for defining and detecting zones in a image.
    Output - Interface in org.lsst.ccs.utilities.sa
    \file Output.java Interface for console output \author Owen Saxton

    P

    paintComponent(Graphics) - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
     
    Pair<K,V> - Class in org.lsst.ccs.utilities.structs
    a simple tuple with two values.
    Pair(K, V) - Constructor for class org.lsst.ccs.utilities.structs.Pair
     
    ParallelCommandDispatcher<T> - Class in org.lsst.ccs.utilities.dispatch
    Dispatches a Command object to registered "executants" able to handle the command; each command execution may be handled by a different Thread so every registered agent does not have to wait for termination of code from the previous call.
    ParallelCommandDispatcher() - Constructor for class org.lsst.ccs.utilities.dispatch.ParallelCommandDispatcher
    Creates an asynchronous Dispatcher for Commands.
    ParallelCommandDispatcher(ExecutorService) - Constructor for class org.lsst.ccs.utilities.dispatch.ParallelCommandDispatcher
    Creates an asynchronous Dispatcher for Commands: uses a specific ExecutorService.
    ParallelCommandDispatcher(boolean) - Constructor for class org.lsst.ccs.utilities.dispatch.ParallelCommandDispatcher
     
    ParallelDispatchProxy<I> - Class in org.lsst.ccs.utilities.dispatch
    Instances of this class creates a dynamic proxy that parallely dispatches method call to registered agents implementing an interface type.
    ParallelDispatchProxy(Class<I>) - Constructor for class org.lsst.ccs.utilities.dispatch.ParallelDispatchProxy
    prepares a generator able to deliver a Proxy object able to dispatch method calls to registered agents.
    ParallelDispatchProxy(Class<I>, boolean) - Constructor for class org.lsst.ccs.utilities.dispatch.ParallelDispatchProxy
    Same as ParallelDispatchProxy but specification of a single Thread dispatch can be added.
    ParallelDispatchProxy(Class<I>, ClassLoader) - Constructor for class org.lsst.ccs.utilities.dispatch.ParallelDispatchProxy
    Same as previous but with a specified ClassLoader
    ParallelDispatchProxy(Class<I>, ClassLoader, boolean) - Constructor for class org.lsst.ccs.utilities.dispatch.ParallelDispatchProxy
     
    ParallelObservable<P> - Class in org.lsst.ccs.utilities.dispatch
    An Observable that notifies Observers through an ExecutorService (that is through different threads).
    ParallelObservable() - Constructor for class org.lsst.ccs.utilities.dispatch.ParallelObservable
    Here the threads handling the updates are daemons.
    ParallelObservable(ExecutorService) - Constructor for class org.lsst.ccs.utilities.dispatch.ParallelObservable
     
    PatternUtils - Class in org.lsst.ccs.utilities.pattern
     
    PatternUtils() - Constructor for class org.lsst.ccs.utilities.pattern.PatternUtils
     
    PositionListener - Interface in org.lsst.ccs.utilities.zonesui
     
    PreOrderIterator(TreeBranch<X>) - Constructor for class org.lsst.ccs.utilities.structs.TreeBranch.PreOrderIterator
     
    PreOrderNodeIterator(TreeBranch<X>) - Constructor for class org.lsst.ccs.utilities.structs.TreeBranch.PreOrderNodeIterator
     
    previous() - Method in exception org.lsst.ccs.utilities.exc.BundledException
     
    previous() - Method in exception org.lsst.ccs.utilities.exc.BundledRuntimeException
     
    previous() - Method in interface org.lsst.ccs.utilities.exc.ThrowableList
     
    print() - Method in class org.lsst.ccs.utilities.dsp.FIRFilter
     
    print(Object) - Method in class org.lsst.ccs.utilities.sa.ConsOut
     
    print(Object) - Method in interface org.lsst.ccs.utilities.sa.Output
     
    println(Object) - Method in class org.lsst.ccs.utilities.sa.ConsOut
     
    println() - Method in class org.lsst.ccs.utilities.sa.ConsOut
     
    println(Object) - Method in interface org.lsst.ccs.utilities.sa.Output
     
    println() - Method in interface org.lsst.ccs.utilities.sa.Output
     
    process(String) - Method in class org.lsst.ccs.utilities.sa.CmndProc
    Processes a command line
    process(String) - Method in class org.lsst.ccs.utilities.sa.CmndProcess
    Processes a command line
    proxy - Variable in class org.lsst.ccs.utilities.dispatch.ParallelDispatchProxy
     
    proxy - Variable in class org.lsst.ccs.utilities.dispatch.SynchronousDispatchProxy
     
    publish(LogRecord) - Method in class org.lsst.ccs.utilities.logging.FileHandlerN
     
    push(Object) - Method in class org.lsst.ccs.utilities.dsp.DelayQueue
     

    R

    readFromXML(InputStream) - Static method in class org.lsst.ccs.utilities.zonesui.XMLStore
     
    reference - Variable in class org.lsst.ccs.utilities.functions.MutableReference
     
    register(Invoker) - Method in class org.lsst.ccs.utilities.dispatch.InvocationDispenser
    registers an Invoker and returns a token to be used to run the invocation code
    register(String, Invoker) - Method in class org.lsst.ccs.utilities.dispatch.InvocationDispenser
    registers an invoker and the token is given by the calling code.
    registerFuture(String, Invoker) - Method in class org.lsst.ccs.utilities.dispatch.InvocationDispenser
    Gets a Future object from this task registration.
    remove() - Method in class org.lsst.ccs.utilities.structs.TreeBranch.PreOrderIterator
     
    remove() - Method in class org.lsst.ccs.utilities.structs.TreeBranch.PreOrderNodeIterator
     
    removeExecutant(T) - Method in class org.lsst.ccs.utilities.dispatch.ParallelCommandDispatcher
    removes an executant form the list
    removeExecutant(T) - Method in class org.lsst.ccs.utilities.dispatch.ParallelDispatchProxy
    Remove the code from the listeners list
    removeExecutant(T) - Method in class org.lsst.ccs.utilities.dispatch.SynchronousCommandDispatcher
    Remove the code from the listeners list
    removeExecutant(T) - Method in class org.lsst.ccs.utilities.dispatch.SynchronousDispatchProxy
    Remove the code from the listeners list
    removeObserver(ASyncObserver<P>) - Method in class org.lsst.ccs.utilities.dispatch.ParallelObservable
     
    removeObserver(SynchronousObserver<P>) - Method in class org.lsst.ccs.utilities.dispatch.SynchronousObservable
     
    replace(String, Properties) - Method in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
    System property replacement in the given string.
    report(String) - Method in class org.lsst.ccs.utilities.tracers.Tracer.MultiReporter
     
    report(String) - Method in interface org.lsst.ccs.utilities.tracers.Tracer.Strategy
    starts a trace and reports a String.
    requiresLayout() - Method in class org.lsst.ccs.utilities.logging.JULAppender
     
    reset() - Method in class org.lsst.ccs.utilities.dsp.BoxCarFilter
     
    reset() - Method in interface org.lsst.ccs.utilities.dsp.DigitalFilter
     
    reset() - Method in class org.lsst.ccs.utilities.dsp.FIRFilter
     
    reset() - Method in class org.lsst.ccs.utilities.dsp.MedianFilter
     
    resolvePattern(String) - Static method in class org.lsst.ccs.utilities.pattern.PatternUtils
    Resolves the pattern in input string using the following token resolution: %W as defined in system property org.lsst.ccs.workdir, default is %h/ccs %L as defined in system property org.lsst.ccs.logdir, default is %h %A as defined by the name of the current Bootstrap Application, default is %u %h is the user home directory as define by system property user.home %t is a the temporary directory define by system property java.io.tmpdir %u is the user name defined by system property user.name

    S

    scanArgs(Scanner, String, Object[], CmndProc.Lookup...) - Static method in class org.lsst.ccs.utilities.sa.CmndProc
     
    setAttenuation(double) - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
     
    setContent(T) - Method in class org.lsst.ccs.utilities.structs.TreeBranch
     
    setDashedLineColor(Color) - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
     
    setDashedLineColor(Color) - Method in class org.lsst.ccs.utilities.zonesui.ZonesPanel
     
    setDashedLineWidth(int) - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
     
    setDashedLineWidth(int) - Method in class org.lsst.ccs.utilities.zonesui.ZonesPanel
     
    setDefaultConsoleHandler(Level) - Static method in class org.lsst.ccs.utilities.logging.LogManagement
    to be used by some non-graphic codes
    setDepth(int) - Static method in class org.lsst.ccs.utilities.logging.StackTraceFormats
     
    setDepthFromInitialProperties() - Static method in class org.lsst.ccs.utilities.logging.StackTraceFormats
     
    setFN(double) - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
     
    setFormat(String) - Method in class org.lsst.ccs.utilities.logging.TextFormatter
     
    setHeight(int) - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
     
    setHeight(float) - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
     
    setHeight(int) - Method in class org.lsst.ccs.utilities.zonesui.ZRectangle
     
    setHighFrequency(double) - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
     
    setKey(String) - Method in class org.lsst.ccs.utilities.zonesui.Zone
     
    setKey(String) - Method in class org.lsst.ccs.utilities.zonesui.ZoneXML
     
    setLevel(Level) - Method in class org.lsst.ccs.utilities.logging.Logger
     
    setLowFrequency(double) - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
     
    setOrder(int) - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
     
    setPoints(String...) - Method in class org.lsst.ccs.utilities.zonesui.ZPolygon
     
    setPreviousThrowable(ThrowableList) - Method in exception org.lsst.ccs.utilities.exc.BundledException
     
    setProperty(String, Object) - Method in class org.lsst.ccs.utilities.beanutils.BeanProxyFor.ProxyAgent
    will consult ctorArgs: if present and object not created -> assigns value if all assigned create object

    consuls delegate methods -> if present and object created -> forwards value -> if present and not ctorArgs and not created -> assigns locally -> else fails

    setReference(T) - Method in class org.lsst.ccs.utilities.functions.MutableReference
     
    setReporter(Tracer.Strategy) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
     
    setShape(Shape) - Method in class org.lsst.ccs.utilities.zonesui.Zone
     
    setShapeBean(ShapeBean) - Method in class org.lsst.ccs.utilities.zonesui.ZoneXML
     
    setStroke(Stroke) - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
     
    setStroke(Stroke) - Method in class org.lsst.ccs.utilities.zonesui.ZonesPanel
     
    setTipText(String) - Method in class org.lsst.ccs.utilities.zonesui.Zone
     
    setTipText(String) - Method in class org.lsst.ccs.utilities.zonesui.ZoneXML
     
    setTransitionBandwidth(double) - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
     
    setType(FilterFactory.FilterType) - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
     
    setValue(V) - Method in class org.lsst.ccs.utilities.structs.UniquePair
     
    setWidth(int) - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
     
    setWidth(float) - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
     
    setWidth(int) - Method in class org.lsst.ccs.utilities.zonesui.ZRectangle
     
    setX(V) - Method in class org.lsst.ccs.utilities.structs.Pair
     
    setX(int) - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
     
    setX(float) - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
     
    setX(int) - Method in class org.lsst.ccs.utilities.zonesui.ZRectangle
     
    setY(int) - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
     
    setY(float) - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
     
    setY(int) - Method in class org.lsst.ccs.utilities.zonesui.ZRectangle
     
    severe(Object, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
    logs a message at SEVERE Level (use preferably the severe method that uses a Throwable parameter)
    severe(Object, Throwable, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
    logs a message at SEVERE Level
    ShapeBean - Interface in org.lsst.ccs.utilities.zonesui
     
    shortToBytes(short, byte[], int) - Static method in class org.lsst.ccs.utilities.conv.Convert
    Convert short to 2-byte little-endian subarray
    shortToBytesBE(short, byte[], int) - Static method in class org.lsst.ccs.utilities.conv.Convert
    Convert short to 2-byte big-endian subarray
    showHelp(int) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Command
    Shows help for a command, given its index
    showHelp(int) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
    Shows help for a command, given its index
    showHelpSumm(String) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Command
    Shows help summary for matching commands
    showHelpSumm(String, int) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Command
     
    showHelpSumm(String) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
    Shows help summary for matching commands
    showHelpSumm(String, int) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
     
    simpleTimestamp() - Static method in class org.lsst.ccs.utilities.tracers.Names
    returns a short timestamp starting from LSST_EPOCH
    SocketHandlerN - Class in org.lsst.ccs.utilities.logging
    A SocketHandler that detects duplicate publications.Y
    SocketHandlerN() - Constructor for class org.lsst.ccs.utilities.logging.SocketHandlerN
     
    SocketHandlerN(String, int) - Constructor for class org.lsst.ccs.utilities.logging.SocketHandlerN
     
    stackTrace() - Static method in class org.lsst.ccs.utilities.tracers.Tracer
    reports a complete stack trace of the current code execution.
    stackTrace(String) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
    reports a complete stack trace of the current code execution only if the filter string is part of the org.lsst.ccs.traces property.
    stackTrace(T) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
    reports a complete stack trace of the current code execution only if the filter enum constant is cited in the org.lsst.ccs.traces property.
    stackTrace(int) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
    reports part a stacktrace starting at index levelOut
    StackTraceFormats - Class in org.lsst.ccs.utilities.logging
    manages formatting of stackTrace.
    StackTraceFormats() - Constructor for class org.lsst.ccs.utilities.logging.StackTraceFormats
     
    StreamHandlerN - Class in org.lsst.ccs.utilities.logging
    : A StreamHandler that detects duplicate publications.
    StreamHandlerN() - Constructor for class org.lsst.ccs.utilities.logging.StreamHandlerN
     
    StreamHandlerN(OutputStream, Formatter) - Constructor for class org.lsst.ccs.utilities.logging.StreamHandlerN
     
    supplier(TouchySupplier<R, T>) - Static method in class org.lsst.ccs.utilities.functions.Cocoon
     
    SynchronousCommandDispatcher<T> - Class in org.lsst.ccs.utilities.dispatch
    Registers codes interested in receiving commands.
    SynchronousCommandDispatcher() - Constructor for class org.lsst.ccs.utilities.dispatch.SynchronousCommandDispatcher
     
    SynchronousCommandFor<T> - Interface in org.lsst.ccs.utilities.dispatch
    This marker interface is used to specify that implementers of the code executing the command explicitly acknowledge that the caller is waiting for completion of the command.
    SynchronousDispatchProxy<I> - Class in org.lsst.ccs.utilities.dispatch
    Instances of this class creates a dynamic proxy that dispatches method call to registered agents implementing an interface type.
    SynchronousDispatchProxy(Class<I>) - Constructor for class org.lsst.ccs.utilities.dispatch.SynchronousDispatchProxy
    prepares a generator able to deliver a Proxy object able to dispatch method calls to registered agents.
    SynchronousDispatchProxy(Class<I>, ClassLoader) - Constructor for class org.lsst.ccs.utilities.dispatch.SynchronousDispatchProxy
    Same as previous but with a specified ClassLoader
    SynchronousObservable<P> - Class in org.lsst.ccs.utilities.dispatch
    An Observable with protocol control at compile time.
    SynchronousObservable() - Constructor for class org.lsst.ccs.utilities.dispatch.SynchronousObservable
     
    SynchronousObserver<P> - Interface in org.lsst.ccs.utilities.dispatch
    An Observer that knows that its code should terminate quickly because it is invoked in sequence by the SynchronousObservable.

    T

    TextFormatter - Class in org.lsst.ccs.utilities.logging
    A simple text formatter.
    TextFormatter() - Constructor for class org.lsst.ccs.utilities.logging.TextFormatter
     
    ThrowableList - Interface in org.lsst.ccs.utilities.exc
    this is to build compound exception: that is exceptions that may be thrown in a bundle.
    throwing(String, String, Throwable) - Method in class org.lsst.ccs.utilities.logging.Logger
    invokes the throwing method on the corresponding JUL logger.
    toBase64String(long) - Static method in class org.lsst.ccs.utilities.tracers.Names
    transforms a long value in an (unconventional) base64 String (it is not the standard base64 encoding but contains character '=' instead of '/')
    token - Variable in exception org.lsst.ccs.utilities.dispatch.InvocationDispenser.TokenLostException
     
    TokenLostException(String) - Constructor for exception org.lsst.ccs.utilities.dispatch.InvocationDispenser.TokenLostException
     
    toString() - Method in class org.lsst.ccs.utilities.beanutils.Optional
    Deprecated.
     
    toString() - Method in exception org.lsst.ccs.utilities.beanutils.WrappedBeanMethodInvocationException
     
    toString() - Method in exception org.lsst.ccs.utilities.dispatch.InvocationDispenser.TokenLostException
     
    toString() - Method in exception org.lsst.ccs.utilities.exc.BundledException
     
    toString(Throwable) - Static method in class org.lsst.ccs.utilities.logging.StackTraceFormats
    formats the StackTrace of a Throwable.
    toString(Throwable, int) - Static method in class org.lsst.ccs.utilities.logging.StackTraceFormats
    recursive method to format a Throwable
    toString() - Method in class org.lsst.ccs.utilities.structs.Pair
     
    toString() - Method in class org.lsst.ccs.utilities.structs.TreeBranch
     
    toString() - Method in class org.lsst.ccs.utilities.structs.UniquePair
     
    toString() - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
     
    toString() - Method in class org.lsst.ccs.utilities.zonesui.Zone
     
    toString() - Method in class org.lsst.ccs.utilities.zonesui.ZoneXML
     
    toString() - Method in class org.lsst.ccs.utilities.zonesui.ZPolygon
     
    toString() - Method in class org.lsst.ccs.utilities.zonesui.ZRectangle
     
    TouchyConsumer<X,T extends Throwable> - Interface in org.lsst.ccs.utilities.functions
    A Consumer that may throw an Exception upon visit.
    TouchyFunction<X,R,T extends Throwable> - Interface in org.lsst.ccs.utilities.functions
    a Function that may throw an exception upon invocation
    TouchyInvoker<R,T extends Throwable> - Interface in org.lsst.ccs.utilities.functions
    an invocation object that may throw an exception upon activation
    TouchySupplier<R,T extends Throwable> - Interface in org.lsst.ccs.utilities.functions
    a Supplier that may throw an exception when queried
    trace(Object, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
    logs a message at FINER level
    trace(String) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
    utility method to fire a trace.
    trace(String, String) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
    reports a trace only if the filter string is part of the org.lsst.ccs.traces property.
    trace(T, String) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
    uses an enum constant to filter the message passed to the tracer.
    traceInfos(Object) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
    traces the package infos of a Class (including version).
    traceOurMavenProperties(String) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
    traces non-standard $Project.maven.properties.
    tracePomProperties(String, String) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
    traces standard pom properties as deployed by maven.
    traceProperties(Object, String) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
    Trace properties linked to an object.
    Tracer - Class in org.lsst.ccs.utilities.tracers
    Utility to add traces to a code.
    Tracer() - Constructor for class org.lsst.ccs.utilities.tracers.Tracer
     
    Tracer.MultiReporter - Class in org.lsst.ccs.utilities.tracers
    Convenience class to create a code that reports to many report "handlers".
    Tracer.Strategy - Interface in org.lsst.ccs.utilities.tracers
    defines the behaviour of a tracer.
    traceWhere(Object) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
    traces where a class comes from.
    TreeBranch<T extends Serializable> - Class in org.lsst.ccs.utilities.structs
    Immutable simple tree that can be used by swing Trees.
    TreeBranch(T) - Constructor for class org.lsst.ccs.utilities.structs.TreeBranch
    to be used initially to build the root (avoid otherwise)
    TreeBranch() - Constructor for class org.lsst.ccs.utilities.structs.TreeBranch
    Avoid using this constructor: for beans purposes use the constructor annotated with ConstructorProperties
    TreeBranch(TreeBranch<T>, T) - Constructor for class org.lsst.ccs.utilities.structs.TreeBranch
    prefer the use of this constructor when building a tree (instead of using sequence one-arg constructor + addChild)
    TreeBranch.PreOrderIterator<X extends Serializable> - Class in org.lsst.ccs.utilities.structs
    inner class that delegates to PreOrderNodeIterator to fetch content in pre-order.
    TreeBranch.PreOrderNodeIterator<X extends Serializable> - Class in org.lsst.ccs.utilities.structs
    Inner class to fetch nodes in pre-order.

    U

    UniquePair<K,V> - Class in org.lsst.ccs.utilities.structs
    A simple tuple with two immutable values.
    UniquePair(K, V) - Constructor for class org.lsst.ccs.utilities.structs.UniquePair
     
    update(P) - Method in interface org.lsst.ccs.utilities.dispatch.ASyncObserver
     
    update(P) - Method in interface org.lsst.ccs.utilities.dispatch.SynchronousObserver
    Does not have an Observable parameter: use an Event object as "protocol" if you need one.
    URL_ARRAY_MODEL - Static variable in class org.lsst.ccs.utilities.jars.CommonResources
     

    V

    value - Variable in class org.lsst.ccs.utilities.structs.UniquePair
     
    valueOf(String) - Static method in enum org.lsst.ccs.utilities.dsp.FilterFactory.FilterType
    Returns the enum constant of this type with the specified name.
    values() - Static method in enum org.lsst.ccs.utilities.dsp.FilterFactory.FilterType
    Returns an array containing the constants of this enum type, in the order they are declared.
    version(String, Class, String, String) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
     
    version(String, Class, String) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
     
    ViewValue - Class in org.lsst.ccs.utilities.structs
    A Pair whee the first element is a String.
    ViewValue(String, Object) - Constructor for class org.lsst.ccs.utilities.structs.ViewValue
     

    W

    warn(Object, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
    logs a message at WARNING Level
    warn(Object, Throwable, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
    logs a message at WARNING Level
    warning(Object, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
    logs a message at WARNING Level
    warning(Object, Throwable, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
    logs a message at WARNING Level
    WrappedBeanMethodInvocationException - Exception in org.lsst.ccs.utilities.beanutils
    Wraps an exception thrown while invoking a bean method delegated to a non-bean;
    WrappedBeanMethodInvocationException(Throwable, AccessibleObject, Object...) - Constructor for exception org.lsst.ccs.utilities.beanutils.WrappedBeanMethodInvocationException
     
    WrappedException - Exception in org.lsst.ccs.utilities.beanutils
    Wraps an Exception thrown during bean operations in a RuntimeException
    WrappedException(String, Throwable) - Constructor for exception org.lsst.ccs.utilities.beanutils.WrappedException
     
    WrappedException(Throwable) - Constructor for exception org.lsst.ccs.utilities.beanutils.WrappedException
     
    write(byte[], int, int) - Method in class org.lsst.ccs.utilities.sa.ConsOut
     
    write(byte[], int, int) - Method in interface org.lsst.ccs.utilities.sa.Output
     
    writeToXML(ArrayList<Zone>, OutputStream) - Static method in class org.lsst.ccs.utilities.zonesui.XMLStore
     

    X

    x - Variable in class org.lsst.ccs.utilities.structs.Pair
     
    XMLStore - Class in org.lsst.ccs.utilities.zonesui
     
    XMLStore() - Constructor for class org.lsst.ccs.utilities.zonesui.XMLStore
     

    Y

    y - Variable in class org.lsst.ccs.utilities.structs.Pair
     

    Z

    ZEllipse - Class in org.lsst.ccs.utilities.zonesui
     
    ZEllipse() - Constructor for class org.lsst.ccs.utilities.zonesui.ZEllipse
     
    ZEllipse(int, int, int, int) - Constructor for class org.lsst.ccs.utilities.zonesui.ZEllipse
     
    Zone - Class in org.lsst.ccs.utilities.zonesui
     
    Zone() - Constructor for class org.lsst.ccs.utilities.zonesui.Zone
     
    Zone(String, String, Shape) - Constructor for class org.lsst.ccs.utilities.zonesui.Zone
     
    ZonesPanel - Class in org.lsst.ccs.utilities.zonesui
     
    ZonesPanel(ImageDescription, InteractionProducer) - Constructor for class org.lsst.ccs.utilities.zonesui.ZonesPanel
     
    ZoneXML - Class in org.lsst.ccs.utilities.zonesui
     
    ZoneXML() - Constructor for class org.lsst.ccs.utilities.zonesui.ZoneXML
     
    ZoneXML(String, String, ShapeBean) - Constructor for class org.lsst.ccs.utilities.zonesui.ZoneXML
     
    ZPolygon - Class in org.lsst.ccs.utilities.zonesui
     
    ZPolygon() - Constructor for class org.lsst.ccs.utilities.zonesui.ZPolygon
     
    ZPolygon(String...) - Constructor for class org.lsst.ccs.utilities.zonesui.ZPolygon
     
    ZRectangle - Class in org.lsst.ccs.utilities.zonesui
     
    ZRectangle() - Constructor for class org.lsst.ccs.utilities.zonesui.ZRectangle
     
    ZRectangle(int, int, int, int) - Constructor for class org.lsst.ccs.utilities.zonesui.ZRectangle
     
    A B C D E F G H I J K L M N O P R S T U V W X Y Z 

    Copyright © 2015 LSST. All rights reserved.