- 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.
- 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
-
- 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
-
- ConsoleHandlerN - Class in org.lsst.ccs.utilities.logging
-
- ConsoleHandlerN() - Constructor for class org.lsst.ccs.utilities.logging.ConsoleHandlerN
-
Deprecated.
- 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
-
- 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
-
- getEthHardAddress() - Static method in class org.lsst.ccs.utilities.network.NetworkUtils
-
MAC address of the main Ethernet card
- 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
-
- 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
-
- 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
-
Deprecated.
- severe(Object) - Method in class org.lsst.ccs.utilities.logging.Logger
-
- severe(Object, Throwable, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
-
Deprecated.
- severe(Object, Throwable) - Method in class org.lsst.ccs.utilities.logging.Logger
-
- 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
-
Deprecated.
- SocketHandlerN() - Constructor for class org.lsst.ccs.utilities.logging.SocketHandlerN
-
Deprecated.
- SocketHandlerN(String, int) - Constructor for class org.lsst.ccs.utilities.logging.SocketHandlerN
-
Deprecated.
- 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
-
Deprecated.
- StreamHandlerN() - Constructor for class org.lsst.ccs.utilities.logging.StreamHandlerN
-
Deprecated.
- StreamHandlerN(OutputStream, Formatter) - Constructor for class org.lsst.ccs.utilities.logging.StreamHandlerN
-
Deprecated.
- 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.
- 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
-
Deprecated.
- trace(Object) - Method in class org.lsst.ccs.utilities.logging.Logger
-
- 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.