info.joseluismartin.gui.report
Interface ReportParameterEditor

All Known Implementing Classes:
DefaultReportParameterEditor, ReportIntegerParameterEditor, ReportLongParameterEditor, ReportStringParameterEditor

public interface ReportParameterEditor

Interface to be implemented by editors for the parameters in a report

Author:
Jose A. Corbacho

Method Summary
 JComponent getEditor()
          Get the actual editor
 Object getValue()
          Get the value in the editor
 

Method Detail

getEditor

JComponent getEditor()
Get the actual editor

Returns:
editor component

getValue

Object getValue()
                throws Exception
Get the value in the editor

Returns:
editor value
Throws:
Exception


Copyright © 2013 JDAL. All Rights Reserved.