Package org.gnu.stealthp.rsslib

Examples of org.gnu.stealthp.rsslib.RSSItem


      if (i >= hand.getRSSChannel().getItems().size()) {
        break;
      }

      // add it
      final RSSItem itm = (RSSItem) hand.getRSSChannel().getItems().get(i);
      addLink(itm.getTitle(), icon + "_web", new AE() {

        @Override
        public void run() {
          SystemHelper.openUrl(itm.getLink());

        }
      });
    }
  }
View Full Code Here

TOP

Related Classes of org.gnu.stealthp.rsslib.RSSItem

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.