Package tvbrowser.ui.filter.dlgs

Examples of tvbrowser.ui.filter.dlgs.SelectFilterDlg


    askForDataUpdate(mLocalizer.msg("askforupdatedlg.addedChannels",
      "You have added channels."));
  }

  public void showFilterDialog() {
    SelectFilterDlg dlg = new SelectFilterDlg(this);
    util.ui.UiUtilities.centerAndShow(dlg);
    mMenuBar.updateFiltersMenu();
  }
View Full Code Here

TOP

Related Classes of tvbrowser.ui.filter.dlgs.SelectFilterDlg

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.