Class FTypeUpdateCommand
java.lang.Object
org.gvsig.tools.undo.command.impl.AbstractCommand
org.gvsig.fmap.dal.feature.impl.undo.command.AbstractFTypeCommand
org.gvsig.fmap.dal.feature.impl.undo.command.FTypeUpdateCommand
- All Implemented Interfaces:
org.gvsig.tools.undo.command.Command,org.gvsig.tools.undo.UndoRedoInfo
DOCUMENT ME!
- Author:
- Vicente Caballero Navarro
-
Field Summary
Fields inherited from class org.gvsig.fmap.dal.feature.impl.undo.command.AbstractFTypeCommand
expansionManager, typeFields inherited from interface org.gvsig.tools.undo.UndoRedoInfo
DELETE, INSERT, UPDATE -
Constructor Summary
ConstructorsConstructorDescriptionFTypeUpdateCommand(FeatureTypeManager expansionManager, org.gvsig.fmap.dal.feature.FeatureType type, org.gvsig.fmap.dal.feature.FeatureType oldType, String description) -
Method Summary
Methods inherited from class org.gvsig.fmap.dal.feature.impl.undo.command.AbstractFTypeCommand
getFeatureTypeMethods inherited from class org.gvsig.tools.undo.command.impl.AbstractCommand
getDate, getDescription, toString, updateDate
-
Constructor Details
-
FTypeUpdateCommand
public FTypeUpdateCommand(FeatureTypeManager expansionManager, org.gvsig.fmap.dal.feature.FeatureType type, org.gvsig.fmap.dal.feature.FeatureType oldType, String description)
-
-
Method Details
-
undo
public void undo() throws org.gvsig.tools.undo.UndoException- Throws:
org.gvsig.tools.undo.UndoException
-
redo
public void redo() throws org.gvsig.tools.undo.RedoException- Throws:
org.gvsig.tools.undo.RedoException
-
getType
public int getType() -
execute
public void execute() -
getOldFeatureType
public org.gvsig.fmap.dal.feature.FeatureType getOldFeatureType()
-