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 SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- static 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- MovePropertyResourcespublic MovePropertyResources()
 
- Method Details- validateMovePropertiesMoves 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.
 
- performMovePropertiesMoves 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.