Package wt.util


package wt.util
  • Class
    Description
    Interface for class that supports applet start, stop, and destroy methods.
    A fixed size, most recently used object cache.
    This class allows one body of code to quickly register the entry and exit of significant calls or states and another body of code to easily monitor the number and total duration of such occurrences on both a per thread and per CallRegistrar instance basis.
    Enumeration of constants for kinds of cases.
    A factory for object collation keys.
    This class defines the flags that can be used to configure debug information capturing.
    This utility class provides access to all the properties that are used to configure information capture to aid in debugging.
    A debug utility for printing debug messages with a stack trace.
    This class defines the types of elements that can be the target of debug configuration.
    This class provides standard methods for reporting various categories of information to aid in debugging.
    The Dumpable interface defines a method that will be implemented for a class that will determine how to dump the contents, or state, of the object.
    This class provides a general method that will use reflection to dump the contents, or state, of a given object.
    The Encoder class provides methods to encode and decode serializable objects to and from character strings.
    The class contains utility methods for converting a String into a MIME format called "x-www-form-urlencoded" and vice versa.
    EnumeratorVector is wrapper class for java.util.Vector that implements java.util.Enumeration.


    Supported API: true

    Extendable: false
    LocaleIndependentMessage is the wrapper class for getting a message which is independent of locale.
    LocaleUtilities provides utility methods for working with Locales.
    Represents a type that will support a request for a localized message.
    LocalizedResource contains the utility methods for finding and opening the resource that best matches the given Locale.
    A filter output stream for writing log entries.
    Root tagging interface for all Windchill message types.
    A MP input stream is a filter that allows a business class to read consecutive multipart data object bodies whilst alleviating the associated pain.
    Pair<T1,T2>
    Aggregates an ordered pair of objects and handles them as a unique combination.
    Aggregates an unordered pair of objects and handles them as a unique combination.
    Performs the process using another thread to start sending output, before processing has completed.
    Interface containing attributes for use with progress applications (e.g., progress feedback).
    A utility to list resource files found in the local class path.
    An enumeration that returns objects in sorted order.
    This class is designed to be used much like a ByteArrayOutputStream, the primary difference being that output is written to a temporary file as oppose to consuming memory with a byte array.
    WTAttributeNameIfc specifies persistInfo AttributeDescriptor relative paths

    Supported API: true
    Extendable: false
    This class holds static state partitioned by applet or application instance.
    WTException is the base class for Windchill exceptions.
    WTInvalidParameterException extends the capability of the wt.util.WTRemoteException in that like the wt.util.WTException, it accommodates nested exceptions and localizable text messages.
    WTIOException extends the capability of the java.lang.IOException in that like the wt.util.WTException, it accommodates nested exceptions and localizable text messages.
    WTMessage is the wrapper class for getting a formatted, localized message, from a resource bundle.
    Windchill configuration properties.
    WTPropertyVetoException extends the capability of the java.beans.PropertyVetoException in that like the wt.util.WTException, it accommodates nested exceptions and localizable text messages.
    WTRemoteException extends the capability of the java.lang.RemoteException in that like the wt.util.WTException, it accommodates nested exceptions and localizable text messages.
    WTRuntimeException extends the capability of the java.lang.RuntimeException in that like the wt.util.WTException, it accommodates nested exceptions and localizable text messages.
    WTStandardDateFormat
    A thread that is associated with a WTContext and supports property change events.