Class UserDefinedReportCustomActionFactory
java.lang.Object
org.gvsig.report.swing.impl.actions.UserDefinedReportCustomActionFactory
- All Implemented Interfaces:
org.gvsig.fmap.dal.swing.report.ReportActionFactory.ReportCustomActionFactory
public class UserDefinedReportCustomActionFactory
extends Object
implements org.gvsig.fmap.dal.swing.report.ReportActionFactory.ReportCustomActionFactory
- Author:
- jjdelcerro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateCustomAction(ActionEvent event, org.gvsig.fmap.dal.swing.DALActionFactory.DALActionContext context) getName()static void
-
Constructor Details
-
UserDefinedReportCustomActionFactory
public UserDefinedReportCustomActionFactory()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.gvsig.fmap.dal.swing.report.ReportActionFactory.ReportCustomActionFactory
-
createCustomAction
public Action createCustomAction(ActionEvent event, org.gvsig.fmap.dal.swing.DALActionFactory.DALActionContext context) - Specified by:
createCustomActionin interfaceorg.gvsig.fmap.dal.swing.report.ReportActionFactory.ReportCustomActionFactory
-
selfRegister
public static void selfRegister()
-