Search in sources :

Example 1 with FileInfoView

use of com.biglybt.ui.swt.views.file.FileInfoView in project BiglyBT by BiglySoftware.

the class FilesView method registerPluginViews.

private static void registerPluginViews() {
    ViewManagerSWT vm = ViewManagerSWT.getInstance();
    if (vm.areCoreViewsRegistered(PLUGIN_DS_TYPE)) {
        return;
    }
    vm.registerView(PLUGIN_DS_TYPE, new UISWTViewBuilderCore("FileInfoView", null, FileInfoView.class));
    vm.setCoreViewsRegistered(PLUGIN_DS_TYPE);
}
Also used : UISWTViewBuilderCore(com.biglybt.ui.swt.pifimpl.UISWTViewBuilderCore) FileInfoView(com.biglybt.ui.swt.views.file.FileInfoView)

Aggregations

UISWTViewBuilderCore (com.biglybt.ui.swt.pifimpl.UISWTViewBuilderCore)1 FileInfoView (com.biglybt.ui.swt.views.file.FileInfoView)1