Class SystemInfo
java.lang.Object
org.biojava.nbio.structure.align.gui.SystemInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddOneSystemProperty(String name) protected booleanisHexProperty(String thisName) protected booleanisURLProperty(String thisName) static voidStripped-down QuickSort.void
-
Field Details
-
defaultProperties
- See Also:
-
hexPropertyNames
- See Also:
-
urlPropertyNames
- See Also:
-
-
Constructor Details
-
SystemInfo
public SystemInfo()
-
-
Method Details
-
quickSort
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
-
isHexProperty
-
isURLProperty
-
getMessage
-
showDialog
-