383384385386387388389
throw new NotYetImplementedException(); } @Override public void objectActionResult(final ObjectAdapter result, final Placement placement) { throw new NotYetImplementedException(); }
393394395396397398399
return null; } @Override public View pickupView(final Location location) { throw new NotYetImplementedException(); }
398399400401402403404
throw new NotYetImplementedException(); } @Override public void print(final Canvas canvas) { throw new NotYetImplementedException(); }
403404405406407408409
throw new NotYetImplementedException(); } @Override public void refresh() { throw new NotYetImplementedException(); }
408409410411412413414
throw new NotYetImplementedException(); } @Override public void replaceView(final View toReplace, final View replacement) { throw new NotYetImplementedException(); }
413414415416417418419
throw new NotYetImplementedException(); } @Override public void secondClick(final Click click) { throw new NotYetImplementedException(); }
418419420421422423424
throw new NotYetImplementedException(); } @Override public void setBounds(final Bounds bounds) { throw new NotYetImplementedException(); }
423424425426427428429
throw new NotYetImplementedException(); } @Override public void setFocusManager(final FocusManager focusManager) { throw new NotYetImplementedException(); }
427428429430431432433
public void setFocusManager(final FocusManager focusManager) { throw new NotYetImplementedException(); } public void setLayout(final Layout layout) { throw new NotYetImplementedException(); }
462463464465466467468
return null; } @Override public void thirdClick(final Click click) { throw new NotYetImplementedException(); }