Package com.cxy.redisclient.presentation.hash

Examples of com.cxy.redisclient.presentation.hash.HashDataContent


            cinfo.getServerName(), cinfo.getDb(), key,
            I18nFile.STRING);

      } else if (type == NodeType.HASH) {
        tbtmNewItem.setImage(hashImage);
        content = new HashDataContent(tbtmNewItem, iconImage, cinfo.getId(),
            cinfo.getServerName(), cinfo.getDb(), key,
            I18nFile.HASH);
      } else if (type == NodeType.LIST) {
        tbtmNewItem.setImage(listImage);
        content = new ListDataContent(tbtmNewItem, iconImage, cinfo.getId(),
View Full Code Here

TOP

Related Classes of com.cxy.redisclient.presentation.hash.HashDataContent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.