Examples of UIPluginView


Examples of org.gudy.azureus2.plugins.ui.UIPluginView

  public String getUpdateUIName() {
    if (currentEntry == null || currentEntry.getIView() == null) {
      return "MDI";
    }
    if (currentEntry.getIView() instanceof UIPluginView) {
      UIPluginView uiPluginView = (UIPluginView) currentEntry.getIView();
      return uiPluginView.getViewID();
    }

    return currentEntry.getIView().getFullTitle();
  }
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.