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.

File:
1 edited

Legend:

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

    r1381 r1398  
    211211                        _FrameAttrib.alias("enc",               "encryptionlabel");
    212212                        _FrameAttrib.alias("encp",              "encpermission");
     213                        _FrameAttrib.alias("EncryptionPermission", "encpermission");
    213214                       
    214215                       
     
    302303                        _Attrib.put("Permission",           Item.class.getMethod("getPermission"),
    303304                                                            Item.class.getMethod("setPermission", pPermission));
     305                        _Attrib.put("EncryptionLabel",          Item.class.getMethod("getEncryptionLabel"),
     306                                                                                                Item.class.getMethod("setEncryptionLabel", pString));
    304307                       
    305308                        // Text Items
Note: See TracChangeset for help on using the changeset viewer.