Ignore:
Timestamp:
01/10/14 14:25:42 (10 years ago)
Author:
jts21
Message:

Switch to using a link instead of an action for navigation buttons, also add a setting for whether a link should be added to history (to enable navigation buttons that don't generate history)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/AttributeUtils.java

    r671 r676  
    203203                        _Attrib.put("Link",                 Item.class.getMethod("getLink"),
    204204                                                            Item.class.getMethod("setLink", pString));
     205                        _Attrib.put("AddToHistory",         Item.class.getMethod("getLinkHistory"),
     206                                                            Item.class.getMethod("setLinkHistory", pBool));
    205207                        _Attrib.put("Action",               Item.class.getMethod("getAction"),
    206208                                                            Item.class.getMethod("setActions", pList));
Note: See TracChangeset for help on using the changeset viewer.