• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.clients
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 5536 for branches/OmeroEditor/src/treeModel/editActions/DeleteFields.java

Show
Ignore:
Timestamp:
07/10/08 16:31:28 (4 months ago)
Author:
will
Message:

New tree model...

Files:
1 modified

  • branches/OmeroEditor/src/treeModel/editActions/DeleteFields.java (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • branches/OmeroEditor/src/treeModel/editActions/DeleteFields.java

    r5527 r5536  
    8787        } 
    8888         
     89        public static boolean canDo(TreePath[] selectedPaths) {  
     90                return (selectedPaths.length > 0); 
     91        } 
     92         
    8993        public void undo() { 
    9094                TreeModelMethods.insertNodesInto(treeModel, deletedFields, parentNode, 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/