|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XInt | |
| 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 XInt in edu.neu.ccs |
| Subclasses of XInt in edu.neu.ccs | |
class |
HexXInt
Class HexXInt extends XInt
by replacing the three methods:
fromStringData,
toStringData,
and toString,
to use hexadecimal digits rather than decimal digits. |
| Methods in edu.neu.ccs that return XInt | |
static XInt[] |
XInt.toXArray(int[] a)
Returns an array of XInt objects
initialized from the given array
of int values. |
| Methods in edu.neu.ccs with parameters of type XInt | |
static int[] |
XInt.toPrimitiveArray(XInt[] x)
Returns an array of primitive int values
copied from the given array
of XInt objects. |
| Uses of XInt in edu.neu.ccs.gui |
| Fields in edu.neu.ccs.gui declared as XInt | |
protected static XInt |
JPTFrame.counter
Shared counter of JPTFrames in existence. |
| Methods in edu.neu.ccs.gui that return XInt | |
protected static XInt |
JPTFrame.getCounter()
Returns the shared counter object that counts the number of open JPTFrame and DirectApplet
objects. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||