Package com.iizigo.editor
Class MovePropertyResources
java.lang.Object
com.iizigo.editor.MovePropertyResources
Class used to move property resources in an Undoable operation.
- Author:
- Christopher Mindus
Constructor Summary
Method Summary
Modifier and TypeMethodDescriptionstatic String
performMoveProperties
(Shell shell, GProp<?>[] props, DesignerProp target) Moves the list of properties to the target.static String
validateMoveProperties
(GProp<?>[] props, DesignerProp target) Moves the list of properties to the target.
Constructor Details
MovePropertyResources
public MovePropertyResources()
Method Details
validateMoveProperties
Moves the list of properties to the target. The actual properties are not moved, but rather the resources, as well as being put into an undoable context for the workspace.- Returns:
- null for OK, otherwise an error message.
performMoveProperties
Moves the list of properties to the target. The actual properties are not moved, but rather the resources, as well as being put into an undoable context for the workspace.- Returns:
- null for OK, otherwise an error message.