Package tvbrowser.core.filters.filtercomponents

Examples of tvbrowser.core.filters.filtercomponents.ChannelFilterComponent.accept()


  private boolean acceptedChannel(final ProgramMenuItem item) {
    ChannelFilterComponent channelGroup = MainFrame.getInstance().getChannelGroup();
    if (channelGroup == null) {
      return true;
    }
    return channelGroup.accept(item.getProgram());
  }

  private int getMaxItemCount() {
    if (Settings.propTrayUseSpecialChannels.getBoolean()) {
      return Settings.propTraySpecialChannels.getChannelArray().length;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.