Class ViewCaptureEditorController
java.lang.Object
org.gvsig.report.swing.impl.reportserver.viewcapture.ViewCaptureEditorController
- Author:
- jjdelcerro
-
Constructor Summary
ConstructorsConstructorDescriptionViewCaptureEditorController(JTextField txtName, JComboBox cboDatasetName, JComboBox cboViewName, JTextField txtFullURL, JButton btnCopyFullURL, ViewCaptureFilterController zoomFilter, ViewCaptureFilterController centerFilter, ViewCaptureFilterController selectFilter, JTextField txtMargins, JTextField txtWidth, JTextField txtHeight, JComboBox cboResolution, JButton btnApply) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddItemChangedListener(ActionListener itemChangedListener) voidclear()voidfetch(ReportViewCapture viewCapture) voidset(ReportViewCapture viewCapture) voidsetEnabled(boolean enabled) voidsetServer(ReportServer server)
-
Constructor Details
-
ViewCaptureEditorController
public ViewCaptureEditorController(JTextField txtName, JComboBox cboDatasetName, JComboBox cboViewName, JTextField txtFullURL, JButton btnCopyFullURL, ViewCaptureFilterController zoomFilter, ViewCaptureFilterController centerFilter, ViewCaptureFilterController selectFilter, JTextField txtMargins, JTextField txtWidth, JTextField txtHeight, JComboBox cboResolution, JButton btnApply)
-
-
Method Details
-
getServer
-
getConfig
-
setServer
-
addItemChangedListener
-
clear
public void clear() -
setEnabled
public void setEnabled(boolean enabled) -
getCurrent
-
fetch
-
set
-