public class DataCacheViewer extends Object
Modifier and Type | Field and Description |
---|---|
protected JSpinner |
ageSpinner |
protected JComboBox |
ageUnit |
protected JButton |
delBtn |
protected JLabel |
deleteSizeLabel |
protected JPanel |
panel |
protected CacheTable |
table |
Constructor and Description |
---|
DataCacheViewer(File cacheRoot) |
Modifier and Type | Method and Description |
---|---|
protected String |
getUnitKey() |
static void |
main(String[] args) |
protected void |
update() |
protected JSpinner ageSpinner
protected JComboBox ageUnit
protected JButton delBtn
protected JLabel deleteSizeLabel
protected JPanel panel
protected CacheTable table
public DataCacheViewer(File cacheRoot)