git://git.phpeclipse.com
/
phpeclipse.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
initial quantum version
[phpeclipse.git]
/
archive
/
net.sourceforge.phpeclipse.quantum.sql
/
src
/
com
/
quantum
/
view
/
tableview
/
DefaultSizes.java
1
package com.quantum.view.tableview;
2
3
public class DefaultSizes {
4
public static int PAGE_SIZE = 200;
5
public static int MAX_COLUMN_SIZE = 1024 * 2;
6
}