Class ConfigSectionPluginsSWT.FilterComparator
- java.lang.Object
-
- com.biglybt.ui.swt.views.configsections.ConfigSectionPluginsSWT.FilterComparator
-
- All Implemented Interfaces:
java.util.Comparator<PluginInterface>
- Enclosing class:
- ConfigSectionPluginsSWT
static class ConfigSectionPluginsSWT.FilterComparator extends java.lang.Object implements java.util.Comparator<PluginInterface>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) boolean
ascending
(package private) int
field
(package private) static int
FIELD_DIRECTORY
(package private) static int
FIELD_LOAD
(package private) static int
FIELD_NAME
(package private) static int
FIELD_TYPE
(package private) static int
FIELD_UNLOADABLE
(package private) static int
FIELD_VERSION
(package private) java.lang.String
sAppPluginDir
(package private) java.lang.String
sUserPluginDir
-
Constructor Summary
Constructors Constructor Description FilterComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(PluginInterface if0, PluginInterface if1)
java.lang.String
getFieldValue(int iField, PluginInterface pluginIF)
boolean
setField(int newField)
-
-
-
Field Detail
-
ascending
boolean ascending
-
FIELD_LOAD
static final int FIELD_LOAD
- See Also:
- Constant Field Values
-
FIELD_TYPE
static final int FIELD_TYPE
- See Also:
- Constant Field Values
-
FIELD_NAME
static final int FIELD_NAME
- See Also:
- Constant Field Values
-
FIELD_VERSION
static final int FIELD_VERSION
- See Also:
- Constant Field Values
-
FIELD_DIRECTORY
static final int FIELD_DIRECTORY
- See Also:
- Constant Field Values
-
FIELD_UNLOADABLE
static final int FIELD_UNLOADABLE
- See Also:
- Constant Field Values
-
field
int field
-
sUserPluginDir
java.lang.String sUserPluginDir
-
sAppPluginDir
java.lang.String sAppPluginDir
-
-
Method Detail
-
compare
public int compare(PluginInterface if0, PluginInterface if1)
- Specified by:
compare
in interfacejava.util.Comparator<PluginInterface>
-
setField
public boolean setField(int newField)
-
getFieldValue
public java.lang.String getFieldValue(int iField, PluginInterface pluginIF)
-
-