package com.quantum.view.tableview; public class DefaultSizes { public static int PAGE_SIZE = 200; public static int MAX_COLUMN_SIZE = 1024 * 2; }