Uses of Package
edu.neu.ccs

Packages that use edu.neu.ccs
edu.neu.ccs Provides the Stringable interface and data models that implement the interface. 
edu.neu.ccs.codec Provides classes for encoding and decoding data for use with recursively Displayable container classes. 
edu.neu.ccs.console Provides classes that implement the JPT text console. 
edu.neu.ccs.filter Provides classes for filtering Stringable objects either by state or by type. 
edu.neu.ccs.gui Provides classes and interfaces for designing and implementing graphical interfaces and for the creation of paintable and mutatable objects.. 
edu.neu.ccs.parser Provides classes for translating Strings into values of various data types using languages with simple lexical and syntactic structures. 
edu.neu.ccs.util Provides utility classes and classes with static utility methods. 
 

Classes in edu.neu.ccs used by edu.neu.ccs
Stringable
          Interface to be implemented by data model objects whose state can be encapsulated as or decapsulated from a data String.
XBigDecimal
          Object wrapper for the arbitrary precision BigDecimal class, that also provides Stringable capabilities.
XBigInteger
          Object wrapper for the arbitrary precision BigInteger class that also provides Stringable capabilities.
XBoolean
          Object wrapper for the primitive boolean type that also provides Stringable capabilities.
XByte
          Object wrapper for the primitive byte type that also provides Stringable capabilities.
XChar
          Object wrapper for the primitive char type that also provides Stringable capabilities.
XColor
          Object wrapper for the Color class that also provides Stringable capabilities.
XDouble
          Object wrapper for the primitive double type that also provides Stringable capabilities.
XFloat
          Object wrapper for the primitive float type that also provides Stringable capabilities.
XInt
          Object wrapper for the primitive int type that also provides Stringable capabilities.
XLong
          Object wrapper for the primitive long type that also provides Stringable capabilities.
XNumber
          Abstract superclass for Stringable objects that wrap a numeric value, whether it is a primitive type or an arbitrary precision representation.
XObject
          Abstract superclass for Stringable objects.
XShort
          Object wrapper for the primitive short type that also provides Stringable capabilities.
XString
          Object wrapper for the String class that also provides Stringable capabilities.
 

Classes in edu.neu.ccs used by edu.neu.ccs.codec
Stringable
          Interface to be implemented by data model objects whose state can be encapsulated as or decapsulated from a data String.
 

Classes in edu.neu.ccs used by edu.neu.ccs.console
Stringable
          Interface to be implemented by data model objects whose state can be encapsulated as or decapsulated from a data String.
 

Classes in edu.neu.ccs used by edu.neu.ccs.filter
Stringable
          Interface to be implemented by data model objects whose state can be encapsulated as or decapsulated from a data String.
 

Classes in edu.neu.ccs used by edu.neu.ccs.gui
Stringable
          Interface to be implemented by data model objects whose state can be encapsulated as or decapsulated from a data String.
XInt
          Object wrapper for the primitive int type that also provides Stringable capabilities.
XObject
          Abstract superclass for Stringable objects.
 

Classes in edu.neu.ccs used by edu.neu.ccs.parser
XBigDecimal
          Object wrapper for the arbitrary precision BigDecimal class, that also provides Stringable capabilities.
XBigInteger
          Object wrapper for the arbitrary precision BigInteger class that also provides Stringable capabilities.
XBoolean
          Object wrapper for the primitive boolean type that also provides Stringable capabilities.
XDouble
          Object wrapper for the primitive double type that also provides Stringable capabilities.
XLong
          Object wrapper for the primitive long type that also provides Stringable capabilities.
XNumber
          Abstract superclass for Stringable objects that wrap a numeric value, whether it is a primitive type or an arbitrary precision representation.
 

Classes in edu.neu.ccs used by edu.neu.ccs.util
Stringable
          Interface to be implemented by data model objects whose state can be encapsulated as or decapsulated from a data String.