package com.vci.client.ui.swing.components.table.export; /** * *

Title:

*

Description:

*

Copyright: Copyright (c) 2012

*

Company: VCI

* @author xchao * @time 2012-5-10 * @version 1.0 */ public class VCIJTableExportToExcelImpl implements VCIJTableExportInterface { public boolean export() { // TODO Auto-generated method stub return false; } }