Uses of Package
kiwi.util

Packages that use kiwi.util
kiwi.ui   
kiwi.util   
 

Classes in kiwi.util used by kiwi.ui
Config
          Configuration object.
DirectoryPath
          A convenience class for maintaining a directory path (that is, an ordered list of directories).
ListConsumer
          An interface for receiving a list of objects from another object.
LocaleData
          Locale-specific message bundle.
LocaleManager
          The Kiwi locale manager.
LoggingEndpoint
          Logging endpoint interface.
ProgressObserver
          This class defines the behavior of an object that wishes to receive periodic updates on the progress of a lengthy task.
 

Classes in kiwi.util used by kiwi.util
AssertionException
          An assertion exception.
CommandProcessor
          Helper class for the CommandDispatcher.
Comparator
          An interface describing a comparator--an object that determines the relative order of two objects.
Config
          Configuration object.
HolderObject
          An abstract base class for mutable holder objects.
IntegerHolder
          A mutable holder for an int value.
IntervalTimer
          A class that represents an interval timer.
LocaleData
          Locale-specific message bundle.
LocaleManager
          The Kiwi locale manager.
LoggingEndpoint
          Logging endpoint interface.
MergeSort
          An implementation of MergeSort, which can be subclassed to provide a comparator.
ProgressObserver
          This class defines the behavior of an object that wishes to receive periodic updates on the progress of a lengthy task.
Resource
          An interface that describes a resource.
ResourceDecoder
          A class that decodes various types of resources from input streams.
ResourceLoader
          A utility class containing methods for retrieving application resources; these resources typically reside within a JAR file among the classes that make up an application.
ResourceManager
          This class provides base functionality for a resource manager; it includes support for the caching of images and sounds, and provides convenience methods for retrieving other types of resources.
ResourceNotFoundException
          An exception that is thrown by ResourceManager to signify that a resource could not be located.
ResourcePool
          An abstract class that represents a pool of instances of some resource.
Sequence
          An extension of Enumeration that allows rewinding to the first component and retrieval of the number of items in the collection.