All Packages Class Hierarchy This Package Previous Next Index
Class ORG.opengroup.xface.XFaceDefault
java.lang.Object
|
+----ORG.opengroup.xface.XFaceDefault
- public class XFaceDefault
- extends Object
- implements XFace
A minimal implimentation of XFace.
Useful for deserializing XML which contains unknown types.
XFaceDefault()
-
getXObj()
- Simply returns the associated XML object.
refreshXObj()
- Refreshes the XML object with current data held by the face object.
setXObj(XObj)
- Assigns an XML object to the face object.
XFaceDefault
public XFaceDefault()
getXObj
public XObj getXObj()
- Simply returns the associated XML object.
setXObj
public void setXObj(XObj xObj)
- Assigns an XML object to the face object.
At the time of the assignment, the face object
extracts all appropriate data from the XML object.
refreshXObj
public void refreshXObj()
- Refreshes the XML object with current data held by the face object.
(Called by XObj.toString().)
All Packages Class Hierarchy This Package Previous Next Index