467468469470471472473
throw new NotYetImplementedException(); } @Override public void update(final ObjectAdapter object) { throw new NotYetImplementedException(); }
472473474475476477478
throw new NotYetImplementedException(); } @Override public void updateView() { throw new NotYetImplementedException(); }
477478479480481482483
throw new NotYetImplementedException(); } @Override public ViewAreaType viewAreaType(final Location mouseLocation) { throw new NotYetImplementedException(); }
482483484485486487488
throw new NotYetImplementedException(); } @Override public void viewMenuOptions(final UserActionSet menuOptions) { throw new NotYetImplementedException(); }
513514515516517518519
} } @Override public void mouseUp(final Click click) { throw new NotYetImplementedException(); }
131132133134135136137138
@Override protected void save() { try { parseEntry("" + color); } catch (final InvalidEntryException e) { throw new NotYetImplementedException(); } }
58596061626364
return invocation.disabled(); } @Override public ObjectAdapter drop(final Content sourceContent) { throw new NotYetImplementedException(); }
63646566676869
throw new NotYetImplementedException(); } @Override public ObjectAdapter[] elements() { throw new NotYetImplementedException(); }
79808182838485
return true; } @Override public View createView(final Content content, final Axes axes, final int sequence) { throw new NotYetImplementedException(); }
154155156157158159160
public Padding getPadding() { return new Padding(0, 0, 0, 0); } public View getRoot() { throw new NotYetImplementedException(); }