TableWidget describes the needed functionality for widgets that produce tables. The TableWidget manages a data-list of objects whose properties are shown in one or more different columns of the table. Some methods of TableWidget (remove, select) assume correct implementation of {@link java.lang.Object#equals(java.lang.Object)} and{@link java.lang.Object#hashCode()} for the data-list's objects.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.