Package org.gvsig.fmap.dal.swing.report
Class AbstractReportAction
java.lang.Object
javax.swing.AbstractAction
org.gvsig.fmap.dal.swing.report.AbstractReportAction
- All Implemented Interfaces:
ActionListener,Serializable,Cloneable,EventListener,Action,ReportAction,org.gvsig.tools.util.LabeledValue<ReportAction>
- Author:
- jjdelcerro
- See Also:
-
Field Summary
FieldsFields inherited from class javax.swing.AbstractAction
changeSupport, enabledFields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractReportAction(ReportActionFactory factory, String label) -
Method Summary
Modifier and TypeMethodDescriptionformatFieldValue(org.gvsig.fmap.dal.feature.Feature feature, String fieldname) getLabel()org.gvsig.tools.task.SimpleTaskStatusgetValue()booleanorg.gvsig.fmap.dal.feature.FeatureSetrows()voidsetReportLabel(String label) voidsetReportName(String name) toString()Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, putValue, removePropertyChangeListener, setEnabledMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface javax.swing.Action
accept, addPropertyChangeListener, getValue, putValue, removePropertyChangeListener, setEnabledMethods inherited from interface java.awt.event.ActionListener
actionPerformed
-
Field Details
-
LOGGER
protected static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
AbstractReportAction
-
-
Method Details
-
getFactory
- Specified by:
getFactoryin interfaceReportAction
-
getTypeName
- Specified by:
getTypeNamein interfaceReportAction
-
getReportName
- Specified by:
getReportNamein interfaceReportAction
-
setReportName
- Specified by:
setReportNamein interfaceReportAction
-
getReportLabel
- Specified by:
getReportLabelin interfaceReportAction
-
setReportLabel
- Specified by:
setReportLabelin interfaceReportAction
-
getLabel
- Specified by:
getLabelin interfaceorg.gvsig.tools.util.LabeledValue<ReportAction>
-
getValue
- Specified by:
getValuein interfaceorg.gvsig.tools.util.LabeledValue<ReportAction>
-
isEnabled
public boolean isEnabled()- Specified by:
isEnabledin interfaceAction- Overrides:
isEnabledin classAbstractAction
-
toString
- Specified by:
toStringin interfaceorg.gvsig.tools.util.LabeledValue<ReportAction>- Overrides:
toStringin classObject
-
getStatus
public org.gvsig.tools.task.SimpleTaskStatus getStatus()- Specified by:
getStatusin interfaceReportAction
-
rows
public org.gvsig.fmap.dal.feature.FeatureSet rows()- Specified by:
rowsin interfaceReportAction
-
formatFieldValue
- Specified by:
formatFieldValuein interfaceReportAction
-