|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.nite.nom.link.DefaultEdit
public class DefaultEdit
A DefaultEdit is a single change to the NOM structure
Field Summary |
---|
Fields inherited from interface net.sourceforge.nite.nom.link.NOMEdit |
---|
ADD_CHILD, ADD_ELEMENT, ADD_POINTER, DELETE_ELEMENT, DELETE_POINTER, EDIT_POINTER, REMOVE_CHILD, SET_ATTRIBUTE, SET_END_TIME, SET_START_TIME, SET_TEXT |
Constructor Summary | |
---|---|
DefaultEdit(NOMElement element,
int edittype,
java.lang.Object object)
|
Method Summary | |
---|---|
NOMElement |
getElement()
The element on which the edit has taken place. |
java.lang.Object |
getObject()
An Object that holds different things depending on the edit type. |
int |
getType()
Returns the type of the edit made. |
java.lang.String |
toString()
provides a textual description of the edit |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DefaultEdit(NOMElement element, int edittype, java.lang.Object object)
Method Detail |
---|
public int getType()
getType
in interface NOMEdit
public NOMElement getElement()
getElement
in interface NOMEdit
public java.lang.Object getObject()
getObject
in interface NOMEdit
public java.lang.String toString()
toString
in interface NOMEdit
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |