Ignore:
Timestamp:
08/19/08 14:12:52 (16 years ago)
Author:
ra33
Message:

Refactored the way attribute value pairs work...
Moved static methods into attributeValuePairs class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/actions/Simple.java

    r202 r235  
    2626import org.expeditee.agents.WriteTree;
    2727import org.expeditee.gui.AttributeUtils;
     28import org.expeditee.gui.AttributeValuePair;
    2829import org.expeditee.gui.Browser;
    2930import org.expeditee.gui.DisplayIO;
     
    13081309                                                if (s.startsWith(targetAttribute)) {
    13091310                                                        attributeItem = text;
    1310                                                         value = AttributeUtils.getValue(s);
     1311                                                        value = new AttributeValuePair(s).getValue();
    13111312                                                        if (value.length() > 0) {
    13121313                                                                found = true;
Note: See TracChangeset for help on using the changeset viewer.