|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface defines the functionality required of an object that can be edited by an AbstractBinaryEditor and its ilk.
| Method Summary | |
byte[] |
getValue()
gets the value of the edited object. |
void |
setValue(byte[] bytes)
sets the value of the editable object. |
| Method Detail |
public void setValue(byte[] bytes)
bytes - an array of bytes that may be edited later.public byte[] getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||