Package com.aelitis.azureus.plugins.startstoprules.defaultplugin.ui.swt

Examples of com.aelitis.azureus.plugins.startstoprules.defaultplugin.ui.swt.StartStopRulesDefaultPluginSWTUI


          if (instance instanceof UISWTInstance) {
            bSWTUI = true;
            // We have our own config model :)
            configModel.destroy();
            new StartStopRulesDefaultPluginSWTUI(pi);
          }
        }

        public void UIDetached(UIInstance instance) {
View Full Code Here

TOP

Related Classes of com.aelitis.azureus.plugins.startstoprules.defaultplugin.ui.swt.StartStopRulesDefaultPluginSWTUI

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.