Package com.cxy.redisclient.presentation.list

Examples of com.cxy.redisclient.presentation.list.ListDataContent


        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(),
            cinfo.getServerName(), cinfo.getDb(), key,
            I18nFile.LIST);
      } else if (type == NodeType.SET) {
        tbtmNewItem.setImage(setImage);
        content = new SetDataContent(tbtmNewItem, iconImage, cinfo.getId(),
View Full Code Here

TOP

Related Classes of com.cxy.redisclient.presentation.list.ListDataContent

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.