Class SystemInfo
- java.lang.Object
-
- org.biojava.nbio.structure.align.gui.SystemInfo
-
public class SystemInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringdefaultPropertiesstatic StringhexPropertyNamesstatic StringurlPropertyNames
-
Constructor Summary
Constructors Constructor Description SystemInfo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddOneSystemProperty(String name)StringgetMessage()protected booleanisHexProperty(String thisName)protected booleanisURLProperty(String thisName)static voidquickSort(String[] vector, int startIndex, int endIndex)Stripped-down QuickSort.voidshowDialog()
-
-
-
Field Detail
-
defaultProperties
public static final String defaultProperties
- See Also:
- Constant Field Values
-
hexPropertyNames
public static final String hexPropertyNames
- See Also:
- Constant Field Values
-
urlPropertyNames
public static final String urlPropertyNames
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SystemInfo
public SystemInfo()
-
-
Method Detail
-
quickSort
public static void quickSort(String[] vector, int startIndex, int endIndex)
Stripped-down QuickSort.- Parameters:
vector- The vector of strings to sortstartIndex- The first element to sortendIndex- The last element to sort example use:JavaInfo.quickSort(vector, 0, vector.length - 1);
-
addOneSystemProperty
public void addOneSystemProperty(String name)
-
isHexProperty
protected boolean isHexProperty(String thisName)
-
isURLProperty
protected boolean isURLProperty(String thisName)
-
getMessage
public String getMessage()
-
showDialog
public void showDialog()
-
-