- Timestamp:
- 07/10/08 16:31:28 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/OmeroEditor/src/treeModel/editActions/DeleteFields.java
r5527 r5536 87 87 } 88 88 89 public static boolean canDo(TreePath[] selectedPaths) { 90 return (selectedPaths.length > 0); 91 } 92 89 93 public void undo() { 90 94 TreeModelMethods.insertNodesInto(treeModel, deletedFields, parentNode,
