• 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 5543 for branches/OmeroEditor/src/tree/DataField.java

Show
Ignore:
Timestamp:
07/17/08 16:32:21 (4 months ago)
Author:
will
Message:

Basically working JTree, with custom Rendering, Editing and Selection behavior

Files:
1 modified

  • branches/OmeroEditor/src/tree/DataField.java (modified) (4 diffs)

Legend:

Unmodified
Added
Removed
  • branches/OmeroEditor/src/tree/DataField.java

    r5511 r5543  
    3434import javax.swing.undo.UndoableEdit; 
    3535 
     36import fields.FieldPanel; 
     37 
    3638import tree.edit.EditDataFieldAttribute; 
    3739import tree.edit.EditDataFieldAttributes; 
    … …  
    3941import ui.FieldEditorFormFieldFactory; 
    4042import ui.fieldEditors.FieldEditor; 
    41 import ui.formFields.FormField; 
    4243 
    4344 
    … …  
    7273 
    7374        // the two JPanels that display the dataField, and hold optional attributes 
    74         FormField formField; 
     75        FieldPanel formField; 
    7576        FieldEditor fieldEditor; 
    7677         
    … …  
    296297                        getFormField(); 
    297298                 
    298                 formField.setHighlighted(highlighted); 
     299                formField.setSelected(highlighted); 
    299300        } 
    300301         

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/