Package com.biglybt.ui.swt.associations
Class AssociationChecker
- java.lang.Object
-
- com.biglybt.ui.swt.associations.AssociationChecker
-
public class AssociationChecker extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected org.eclipse.swt.widgets.Display
display
protected PlatformManager
platform
protected org.eclipse.swt.widgets.Shell
shell
-
Constructor Summary
Constructors Modifier Constructor Description protected
AssociationChecker(PlatformManager _platform)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
check()
static void
checkAssociations()
protected void
close(boolean ok, boolean check_on_startup)
-
-
-
Field Detail
-
platform
protected PlatformManager platform
-
display
protected org.eclipse.swt.widgets.Display display
-
shell
protected org.eclipse.swt.widgets.Shell shell
-
-
Constructor Detail
-
AssociationChecker
protected AssociationChecker(PlatformManager _platform)
-
-