• 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/TreeEditor.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/TreeEditor.java (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • branches/OmeroEditor/src/treeModel/TreeEditor.java

    r5527 r5536  
    7171         
    7272         /** Remove the currently selected nodes. */ 
    73     public void removeCurrentNodes() { 
     73    public void deleteSelectedFields() { 
    7474        UndoableEdit edit = new DeleteFields(treeModel, tree.getSelectionPaths()); 
    7575                undoSupport.postEdit(edit); 
    7676    } 
     77     
     78     
    7779     
    7880     

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/