|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Responsible for encoding PropertyChange
s into and out of plain
strings.
Method Summary | |
java.util.List |
decodePageChanges(java.lang.String encoded)
Takes a string with an encoded set of page changes, and converts it back into a list of PropertyChange s. |
java.lang.String |
encodePageChanges(java.util.List changes)
Encodes a (possibly empty) list of PropertyChange s into a string representation that
can later be decoded. |
Method Detail |
public java.lang.String encodePageChanges(java.util.List changes)
PropertyChange
s into a string representation that
can later be decoded.
public java.util.List decodePageChanges(java.lang.String encoded)
PropertyChange
s.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |