Package tahrir.io.net.broadcasts.filters

Examples of tahrir.io.net.broadcasts.filters.Unfiltered


    tabbedPane.setTabComponentAt(newTabIndex, new ClosableTabComponent(tabName));
  }

  private void addTabs() {
    final BroadcastMessageDisplayPage unfilteredPostPage = new BroadcastMessageDisplayPage(
        new Unfiltered(), this);
    final BroadcastMessageDisplayPage followingPostPage = new BroadcastMessageDisplayPage(
        new FollowingFilter(this.node.mbClasses.identityStore),this);
    final BroadcastMessageDisplayPage mentionsPostPage = new BroadcastMessageDisplayPage(
                new MentionsFilter(node.mbClasses.identityStore), this);
    final BroadcastMessageDisplayPage myPostsPage = new BroadcastMessageDisplayPage(
View Full Code Here

TOP

Related Classes of tahrir.io.net.broadcasts.filters.Unfiltered

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.