|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ca.quine.jcommons.freemind.xml.Node
Class Node.
Constructor Summary | |
Node()
|
Method Summary | |
void |
addNodeItem(int index,
NodeItem vNodeItem)
Method addNodeItem |
void |
addNodeItem(NodeItem vNodeItem)
Method addNodeItem |
void |
deleteCREATED()
Method deleteCREATED |
void |
deleteHGAP()
Method deleteHGAP |
void |
deleteMODIFIED()
Method deleteMODIFIED |
void |
deleteVGAP()
Method deleteVGAP |
void |
deleteVSHIFT()
Method deleteVSHIFT |
Enumeration |
enumerateNodeItem()
Method enumerateNodeItem |
String |
getBACKGROUND_COLOR()
Returns the value of field 'BACKGROUND_COLOR'. |
String |
getCOLOR()
Returns the value of field 'COLOR'. |
long |
getCREATED()
Returns the value of field 'CREATED'. |
String |
getENCRYPTED_CONTENT()
Returns the value of field 'ENCRYPTED_CONTENT'. |
NodeItemFOLDEDType |
getFOLDED()
Returns the value of field 'FOLDED'. |
int |
getHGAP()
Returns the value of field 'HGAP'. |
String |
getID()
Returns the value of field 'ID'. |
String |
getLINK()
Returns the value of field 'LINK'. |
Object |
getMark()
|
long |
getMODIFIED()
Returns the value of field 'MODIFIED'. |
NodeItem[] |
getNodeItem()
Method getNodeItem |
NodeItem |
getNodeItem(int index)
Method getNodeItem |
int |
getNodeItemCount()
Method getNodeItemCount |
NodeItemPOSITIONType |
getPOSITION()
Returns the value of field 'POSITION'. |
String |
getSTYLE()
Returns the value of field 'STYLE'. |
String |
getTEXT()
Returns the value of field 'TEXT'. |
int |
getVGAP()
Returns the value of field 'VGAP'. |
int |
getVSHIFT()
Returns the value of field 'VSHIFT'. |
boolean |
hasCREATED()
Method hasCREATED |
boolean |
hasHGAP()
Method hasHGAP |
boolean |
hasMODIFIED()
Method hasMODIFIED |
boolean |
hasVGAP()
Method hasVGAP |
boolean |
hasVSHIFT()
Method hasVSHIFT |
boolean |
isValid()
Method isValid |
Iterator |
iterateNodeItems()
|
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
void |
removeAllNodeItem()
Method removeAllNodeItem |
NodeItem |
removeNodeItem(int index)
Method removeNodeItem |
void |
setBACKGROUND_COLOR(String BACKGROUND_COLOR)
Sets the value of field 'BACKGROUND_COLOR'. |
void |
setCOLOR(String COLOR)
Sets the value of field 'COLOR'. |
void |
setCREATED(long CREATED)
Sets the value of field 'CREATED'. |
void |
setENCRYPTED_CONTENT(String ENCRYPTED_CONTENT)
Sets the value of field 'ENCRYPTED_CONTENT'. |
void |
setFOLDED(NodeItemFOLDEDType FOLDED)
Sets the value of field 'FOLDED'. |
void |
setHGAP(int HGAP)
Sets the value of field 'HGAP'. |
void |
setID(String ID)
Sets the value of field 'ID'. |
void |
setLINK(String LINK)
Sets the value of field 'LINK'. |
void |
setMark(Object mark)
|
void |
setMODIFIED(long MODIFIED)
Sets the value of field 'MODIFIED'. |
void |
setNodeItem(int index,
NodeItem vNodeItem)
Method setNodeItem |
void |
setNodeItem(NodeItem[] nodeItemArray)
Method setNodeItem |
void |
setPOSITION(NodeItemPOSITIONType POSITION)
Sets the value of field 'POSITION'. |
void |
setSTYLE(String STYLE)
Sets the value of field 'STYLE'. |
void |
setTEXT(String TEXT)
Sets the value of field 'TEXT'. |
void |
setVGAP(int VGAP)
Sets the value of field 'VGAP'. |
void |
setVSHIFT(int VSHIFT)
Sets the value of field 'VSHIFT'. |
static Node |
unmarshal(Reader reader)
Method unmarshal |
void |
validate()
Method validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Node()
Method Detail |
public void addNodeItem(NodeItem vNodeItem) throws IndexOutOfBoundsException
vNodeItem
-
IndexOutOfBoundsException
public void addNodeItem(int index, NodeItem vNodeItem) throws IndexOutOfBoundsException
index
- vNodeItem
-
IndexOutOfBoundsException
public void deleteCREATED()
public void deleteHGAP()
public void deleteMODIFIED()
public void deleteVGAP()
public void deleteVSHIFT()
public Enumeration enumerateNodeItem()
public Iterator iterateNodeItems()
public String getBACKGROUND_COLOR()
public String getCOLOR()
public long getCREATED()
public String getENCRYPTED_CONTENT()
public NodeItemFOLDEDType getFOLDED()
public int getHGAP()
public String getID()
public String getLINK()
public long getMODIFIED()
public NodeItem getNodeItem(int index) throws IndexOutOfBoundsException
index
-
IndexOutOfBoundsException
public NodeItem[] getNodeItem()
public int getNodeItemCount()
public NodeItemPOSITIONType getPOSITION()
public String getSTYLE()
public String getTEXT()
public int getVGAP()
public int getVSHIFT()
public boolean hasCREATED()
public boolean hasHGAP()
public boolean hasMODIFIED()
public boolean hasVGAP()
public boolean hasVSHIFT()
public boolean isValid()
public void marshal(Writer out) throws MarshalException, ValidationException
out
-
MarshalException
ValidationException
public void marshal(ContentHandler handler) throws IOException, MarshalException, ValidationException
handler
-
IOException
MarshalException
ValidationException
public void removeAllNodeItem()
public NodeItem removeNodeItem(int index)
index
-
public void setBACKGROUND_COLOR(String BACKGROUND_COLOR)
BACKGROUND_COLOR
- the value of field 'BACKGROUND_COLOR'public void setCOLOR(String COLOR)
COLOR
- the value of field 'COLOR'.public void setCREATED(long CREATED)
CREATED
- the value of field 'CREATED'.public void setENCRYPTED_CONTENT(String ENCRYPTED_CONTENT)
ENCRYPTED_CONTENT
- the value of field
'ENCRYPTED_CONTENT'.public void setFOLDED(NodeItemFOLDEDType FOLDED)
FOLDED
- the value of field 'FOLDED'.public void setHGAP(int HGAP)
HGAP
- the value of field 'HGAP'.public void setID(String ID)
ID
- the value of field 'ID'.public void setLINK(String LINK)
LINK
- the value of field 'LINK'.public void setMODIFIED(long MODIFIED)
MODIFIED
- the value of field 'MODIFIED'.public void setNodeItem(int index, NodeItem vNodeItem) throws IndexOutOfBoundsException
index
- vNodeItem
-
IndexOutOfBoundsException
public void setNodeItem(NodeItem[] nodeItemArray)
nodeItemArray
- public void setPOSITION(NodeItemPOSITIONType POSITION)
POSITION
- the value of field 'POSITION'.public void setSTYLE(String STYLE)
STYLE
- the value of field 'STYLE'.public void setTEXT(String TEXT)
TEXT
- the value of field 'TEXT'.public void setVGAP(int VGAP)
VGAP
- the value of field 'VGAP'.public void setVSHIFT(int VSHIFT)
VSHIFT
- the value of field 'VSHIFT'.public Object getMark()
public void setMark(Object mark)
public static Node unmarshal(Reader reader) throws MarshalException, ValidationException
reader
-
MarshalException
ValidationException
public void validate() throws ValidationException
ValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |