|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XObject | |
| edu.neu.ccs | Provides the Stringable interface and data models that implement the interface. |
| edu.neu.ccs.gui | Provides classes and interfaces for designing and implementing graphical interfaces and for the creation of paintable and mutatable objects.. |
| Uses of XObject in edu.neu.ccs |
| Subclasses of XObject in edu.neu.ccs | |
class |
HexXByte
Class HexXByte extends XByte
by replacing the three methods:
fromStringData,
toStringData,
and toString,
to use hexadecimal digits rather than decimal digits. |
class |
HexXDouble
Class HexXDouble extends XDouble
by replacing the three methods:
fromStringData,
toStringData,
and toString,
to use hexadecimal digits rather than decimal digits. |
class |
HexXFloat
Class HexXFloat extends XFloat
by replacing the three methods:
fromStringData,
toStringData,
and toString,
to use hexadecimal digits rather than decimal digits. |
class |
HexXInt
Class HexXInt extends XInt
by replacing the three methods:
fromStringData,
toStringData,
and toString,
to use hexadecimal digits rather than decimal digits. |
class |
HexXLong
Class HexXLong extends XLong
by replacing the three methods:
fromStringData,
toStringData,
and toString,
to use hexadecimal digits rather than decimal digits. |
class |
HexXShort
Class HexXShort extends XShort
by replacing the three methods:
fromStringData,
toStringData,
and toString,
to use hexadecimal digits rather than decimal digits. |
class |
XBigDecimal
XBigDecimal is an object wrapper for the
arbitrary precision BigDecimal class, that
also provides
capabilities. |
class |
XBigInteger
XBigInteger is an object wrapper for the
arbitrary precision BigInteger class that
also provides
capabilities. |
class |
XBoolean
Object wrapper for the primitive boolean type that also provides
capabilities. |
class |
XByte
Object wrapper for the primitive byte type that also provides
capabilities. |
class |
XChar
Object wrapper for the primitive char type that also provides
capabilities. |
class |
XColor
Object wrapper for the Color class
that also provides
capabilities. |
class |
XDouble
Object wrapper for the primitive double type that also provides
capabilities. |
class |
XFloat
Object wrapper for the primitive float type that also provides
capabilities. |
class |
XInt
Object wrapper for the primitive int type that also provides
capabilities. |
class |
XLong
Object wrapper for the primitive long type that also provides
capabilities. |
class |
XNumber
Abstract superclass for objects
that wrap a numeric value, whether it is a primitive type
or an arbitrary precision representation. |
class |
XShort
Object wrapper for the primitive short type that also provides
capabilities. |
class |
XString
Object wrapper for the class that also provides
capabilities. |
| Uses of XObject in edu.neu.ccs.gui |
| Fields in edu.neu.ccs.gui declared as XObject | |
protected XObject |
XObjectView.model
The data model for this view. |
| Methods in edu.neu.ccs.gui that return XObject | |
XObject |
XObjectView.getModel()
Returns the data model for this view, or null if there is no data model for this view. |
| Methods in edu.neu.ccs.gui with parameters of type XObject | |
void |
XObjectView.setModel(XObject obj)
Sets the data model for this view to the given object. |
| Constructors in edu.neu.ccs.gui with parameters of type XObject | |
XObjectView(XObject obj)
Constructs a view with the given data model. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||