info.joseluismartin.gui.report
Class ReportIntegerParameterEditor

java.lang.Object
  extended by info.joseluismartin.gui.report.ReportIntegerParameterEditor
All Implemented Interfaces:
ReportParameterEditor

public class ReportIntegerParameterEditor
extends Object
implements ReportParameterEditor

Author:
Jose A. Corbacho

Constructor Summary
ReportIntegerParameterEditor()
           
 
Method Summary
 JComponent getEditor()
          Get the actual editor
 Object getValue()
          Get the value in the editor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportIntegerParameterEditor

public ReportIntegerParameterEditor()
Method Detail

getEditor

public JComponent getEditor()
Description copied from interface: ReportParameterEditor
Get the actual editor

Specified by:
getEditor in interface ReportParameterEditor
Returns:
editor component

getValue

public Object getValue()
                throws Exception
Description copied from interface: ReportParameterEditor
Get the value in the editor

Specified by:
getValue in interface ReportParameterEditor
Returns:
editor value
Throws:
Exception


Copyright © 2013 JDAL. All Rights Reserved.