|
|||||||||||||||||||
30 day Evaluation Version distributed via the Maven Jar Repository. Clover is not free. You have 30 days to evaluate it. Please visit http://www.thecortex.net/clover to obtain a licensed version of Clover | |||||||||||||||||||
Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
DefaultListViewTableKit.java | - | 0% | 0% | 0% |
|
1 |
/*
|
|
2 |
* brownies and its relative products are published under the terms
|
|
3 |
* of the Apache Software License.
|
|
4 |
*
|
|
5 |
* Created on 2004/06/05 13:59:56
|
|
6 |
*/
|
|
7 |
package org.asyrinx.brownie.swing.table;
|
|
8 |
|
|
9 |
/**
|
|
10 |
* @author akima
|
|
11 |
*/
|
|
12 |
public class DefaultListViewTableKit { |
|
13 |
|
|
14 |
/**
|
|
15 |
*
|
|
16 |
*/
|
|
17 | 0 |
public DefaultListViewTableKit() {
|
18 | 0 |
super();
|
19 |
} |
|
20 |
|
|
21 |
} |
|