Ignore:
Timestamp:
05/31/19 10:10:29 (5 years ago)
Author:
bln4
Message:

Items can now have an encryption label. New functionality using this property incoming.

Location:
trunk/src/org/expeditee/io
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/io/DefaultFrameReader.java

    r1381 r1398  
    180180                        _DelayedItemTags.add('/');
    181181                       
     182                        _ItemTagsExt.put("_el", Item.class.getMethod("setEncryptionLabel", pString));
     183                       
    182184                        _ItemTagsExt.put("_ph", Text.class.getMethod("setPlaceholder", pString));
    183185                        _ItemTagsExt.put("_sl", Text.class.getMethod("setSingleLineOnly", pBool));
  • trunk/src/org/expeditee/io/DefaultFrameWriter.java

    r1381 r1398  
    154154                        _ItemTags.put('/', Item.class.getMethod("getMagnetizedItemBottom"));
    155155                       
     156                        _ItemTagsExt.put("_el", Item.class.getMethod("getEncryptionLabel"));
     157                       
    156158                        _ItemTagsExt.put("_ph", Text.class.getMethod("getPlaceholder"));
    157159                        _ItemTagsExt.put("_sl", Text.class.getMethod("isSingleLineOnly"));
Note: See TracChangeset for help on using the changeset viewer.