Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[riena-dev] ComboRidget clean-up ?

The IComboRidget has 7 methods which we don't implement. Is it ok to
remove them?

Examples:

/** Not implemented. */
public boolean isAddable() {
  throw new UnsupportedOperationException(); // TODO implement
}

Same also with:

public boolean isListMutable() {
public boolean isReadonly() {
public void setAddable(boolean addable) {
public void setListMutable(boolean mutable) {
public void setReadonly(boolean readonly) {

Kind regards,
Elias.

-- 
Elias Volanakis | Technical Lead | http://eclipsesource.com
elias@xxxxxxxxxxxxxxxxx | +1 503 929 5537 | @evolanakis


Back to the top