public interface IModifyableTableModel<T>
void
add(int index, T row)
add(T row)
T
delete(int index)
boolean
delete(T val)
void add(int index, @Nonnull T row) throws Exception
Exception
void add(@Nonnull T row) throws Exception
T delete(int index) throws Exception
boolean delete(@Nonnull T val) throws Exception
Copyright © 2017 etc.to. All rights reserved.