Class SystemInfo

java.lang.Object
org.biojava.nbio.structure.align.gui.SystemInfo

public class SystemInfo extends Object
  • Field Details

  • Constructor Details

    • SystemInfo

      public SystemInfo()
  • Method Details

    • quickSort

      public static void quickSort(String[] vector, int startIndex, int endIndex)
      Stripped-down QuickSort.
      Parameters:
      vector - The vector of strings to sort
      startIndex - The first element to sort
      endIndex - 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()