public class CustomHistoryRecord extends HistoryRecord
Modifier and Type | Field and Description |
---|---|
(package private) org.w3c.dom.Element |
domElement |
description, GenericHistoryRecordType, object, timestamp, type
Constructor and Description |
---|
CustomHistoryRecord() |
Modifier and Type | Method and Description |
---|---|
void |
copyInfoFrom(CustomHistoryRecord he)
Copy this event's information from the event argument.
|
org.w3c.dom.Element |
getDomElement() |
org.w3c.dom.Document |
makeDocument()
Simply attach the custom history record's domElement to a document
and return it.
|
void |
setDomElement(org.w3c.dom.Element domElement) |
appendDescription, appendDescription, copyInfoFrom, getDescription, getObject, getTimestamp, getType, setDescription, setObject, setTimestamp, setType, toString, toXML
public void copyInfoFrom(CustomHistoryRecord he)
he
- the event to receive the values from this event.public org.w3c.dom.Element getDomElement()
public void setDomElement(org.w3c.dom.Element domElement)
public org.w3c.dom.Document makeDocument()
makeDocument
in class HistoryRecord