Ignore:
Timestamp:
05/27/19 12:56:30 (5 years ago)
Author:
bln4
Message:

Property _tabIndex will be used to support functionality to tab between text items. Functionality incoming.

File:
1 edited

Legend:

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

    r1379 r1381  
    324324                        _Attrib.put("SingleLineOnly",           Text.class.getMethod("isSingleLineOnly"),
    325325                                                                                                Text.class.getMethod("setSingleLineOnly", pBool));
     326                        _Attrib.put("TabIndex",                         Text.class.getMethod("getTabIndex"),
     327                                                                                                Text.class.getMethod("setTabIndex", pInt));
    326328                       
    327329                        // Aliases for attribute setting
Note: See TracChangeset for help on using the changeset viewer.