From: Debayan Sutradhar Date: Sun, 06 Jun 2021 21:22:16 +0530 Subject: Updated javadoc --- Updated javadoc --- --- 'a/docs/allclasses-index.html' +++ b/docs/allclasses-index.html @@ -2,7 +2,7 @@ - + All Classes @@ -66,7 +66,9 @@ loadScripts(document, 'script');ActionNotFoundException
 
CheckForUpdates
-
 
+
+
Update checker class
+
ClientNotFoundException
 
ContactLinks
@@ -80,7 +82,9 @@ loadScripts(document, 'script');IOHelper
 
Message
-
 
+
+
Message class to be sent between Server and Client using sockets
+
MinorException
 
Platform
@@ -130,7 +134,9 @@ loadScripts(document, 'script');StreamPiLogFormatter
 
UpdateHyperlinkOnClick
-
 
+
+
Handler for after update check succeeds
+
Version
 
XMLConfigHelper
--- 'a/docs/allpackages-index.html' +++ b/docs/allpackages-index.html @@ -2,7 +2,7 @@ - + All Packages --- 'a/docs/com.stream_pi.util/com/stream_pi/util/alert/StreamPiAlert.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/alert/StreamPiAlert.html @@ -2,7 +2,7 @@ - + StreamPiAlert @@ -179,7 +179,9 @@ loadScripts(document, 'script');
static void
setIsShowPopup​(boolean isShowPopup)
-
 
+
+
Sets whether Alert will act as a popup when shown.
+
void
setOnClicked​(StreamPiAlertListener streamPiAlertListener)
@@ -197,7 +199,9 @@ loadScripts(document, 'script');
void
-
 
+
+
Shows the alert
+
@@ -418,6 +422,7 @@ loadScripts(document, 'script');

show

public void show()
+
Shows the alert
  • @@ -431,12 +436,19 @@ loadScripts(document, 'script');

    setIsShowPopup

    public static void setIsShowPopup(boolean isShowPopup)
    +
    Sets whether Alert will act as a popup when shown. + In other words, the parent window (Server/Client) will act as a popup and appear on top + of all windows, if this is set true
  • isIsShowPopup

    public static boolean isIsShowPopup()
    +
    +
    Returns:
    +
    Returns if alert system acts as a popup or not
    +
  • --- 'a/docs/com.stream_pi.util/com/stream_pi/util/alert/StreamPiAlertListener.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/alert/StreamPiAlertListener.html @@ -2,7 +2,7 @@ - + StreamPiAlertListener --- 'a/docs/com.stream_pi.util/com/stream_pi/util/alert/StreamPiAlertType.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/alert/StreamPiAlertType.html @@ -2,7 +2,7 @@ - + StreamPiAlertType --- 'a/docs/com.stream_pi.util/com/stream_pi/util/alert/package-summary.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/alert/package-summary.html @@ -2,7 +2,7 @@ - + com.stream_pi.util.alert --- 'a/docs/com.stream_pi.util/com/stream_pi/util/alert/package-tree.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/alert/package-tree.html @@ -2,7 +2,7 @@ - + com.stream_pi.util.alert Class Hierarchy --- 'a/docs/com.stream_pi.util/com/stream_pi/util/checkforupdates/CheckForUpdates.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/checkforupdates/CheckForUpdates.html @@ -2,7 +2,7 @@ - + CheckForUpdates @@ -90,6 +90,7 @@ loadScripts(document, 'script');
    public class CheckForUpdates extends javafx.concurrent.Task<Void>
    +
    Update checker class
    @@ -171,6 +174,14 @@ loadScripts(document, 'script');PlatformType platformType, Version currentVersion, UpdateHyperlinkOnClick updateHyperlinkOnClick) +
    Constructor to start Check For Updates
    +
    +
    Parameters:
    +
    checkForUpdatesButton - "Check For Updates" UI Button
    +
    platformType - Platform Type
    +
    currentVersion - Current Version of the Server/Client Application
    +
    updateHyperlinkOnClick - Handler for aftermath of successful update check
    +
    --- 'a/docs/com.stream_pi.util/com/stream_pi/util/checkforupdates/UpdateHyperlinkOnClick.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/checkforupdates/UpdateHyperlinkOnClick.html @@ -2,7 +2,7 @@ - + UpdateHyperlinkOnClick @@ -87,6 +87,7 @@ loadScripts(document, 'script');public abstract class UpdateHyperlinkOnClick extends Object implements javafx.event.EventHandler<javafx.event.ActionEvent> +
    Handler for after update check succeeds
    --- 'a/docs/com.stream_pi.util/com/stream_pi/util/checkforupdates/package-summary.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/checkforupdates/package-summary.html @@ -2,7 +2,7 @@ - + com.stream_pi.util.checkforupdates @@ -64,9 +64,13 @@ loadScripts(document, 'script');Class
    Description
    -
     
    +
    +
    Update checker class
    +
    -
     
    +
    +
    Handler for after update check succeeds
    +
    --- 'a/docs/com.stream_pi.util/com/stream_pi/util/checkforupdates/package-tree.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/checkforupdates/package-tree.html @@ -2,7 +2,7 @@ - + com.stream_pi.util.checkforupdates Class Hierarchy --- 'a/docs/com.stream_pi.util/com/stream_pi/util/combobox/StreamPiComboBox.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/combobox/StreamPiComboBox.html @@ -2,7 +2,7 @@ - + StreamPiComboBox --- 'a/docs/com.stream_pi.util/com/stream_pi/util/combobox/StreamPiComboBoxFactory.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/combobox/StreamPiComboBoxFactory.html @@ -2,7 +2,7 @@ - + StreamPiComboBoxFactory --- 'a/docs/com.stream_pi.util/com/stream_pi/util/combobox/StreamPiComboBoxListener.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/combobox/StreamPiComboBoxListener.html @@ -2,7 +2,7 @@ - + StreamPiComboBoxListener --- 'a/docs/com.stream_pi.util/com/stream_pi/util/combobox/package-summary.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/combobox/package-summary.html @@ -2,7 +2,7 @@ - + com.stream_pi.util.combobox --- 'a/docs/com.stream_pi.util/com/stream_pi/util/combobox/package-tree.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/combobox/package-tree.html @@ -2,7 +2,7 @@ - + com.stream_pi.util.combobox Class Hierarchy --- 'a/docs/com.stream_pi.util/com/stream_pi/util/comms/Message.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/comms/Message.html @@ -2,7 +2,7 @@ - + Message @@ -87,6 +87,7 @@ loadScripts(document, 'script');public class Message extends Object implements Serializable +
    Message class to be sent between Server and Client using sockets
    See Also:
    Serialized Form
    @@ -103,7 +104,9 @@ implements Constructor
    Description
    Message​(String header)
    -
     
    +
    +
    Default Constructor for Message
    +
    @@ -184,6 +187,11 @@ implements

    Message

    public Message(String header)
    +
    Default Constructor for Message
    +
    +
    Parameters:
    +
    header - Message Header Text
    +
    @@ -198,24 +206,40 @@ implements

    setDoubleArrValue

    public void setDoubleArrValue(double... doubleArrValue)
    +
    +
    Parameters:
    +
    doubleArrValue - Double Array
    +
  • getDoubleArrValue

    public double[] getDoubleArrValue()
    +
    +
    Returns:
    +
    Double Array
    +
  • setDoubleValue

    public void setDoubleValue(double doubleValue)
    +
    +
    Parameters:
    +
    doubleValue - Double argument
    +
  • getDoubleValue

    public double getDoubleValue()
    +
    +
    Returns:
    +
    Double argument
    +
  • --- 'a/docs/com.stream_pi.util/com/stream_pi/util/comms/package-summary.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/comms/package-summary.html @@ -2,7 +2,7 @@ - + com.stream_pi.util.comms @@ -64,7 +64,9 @@ loadScripts(document, 'script');Class
    Description
    -
     
    +
    +
    Message class to be sent between Server and Client using sockets
    +
  • --- 'a/docs/com.stream_pi.util/com/stream_pi/util/comms/package-tree.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/comms/package-tree.html @@ -2,7 +2,7 @@ - + com.stream_pi.util.comms Class Hierarchy --- 'a/docs/com.stream_pi.util/com/stream_pi/util/contactlinks/ContactLinks.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/contactlinks/ContactLinks.html @@ -2,7 +2,7 @@ - + ContactLinks --- 'a/docs/com.stream_pi.util/com/stream_pi/util/contactlinks/package-summary.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/contactlinks/package-summary.html @@ -2,7 +2,7 @@ - + com.stream_pi.util.contactlinks --- 'a/docs/com.stream_pi.util/com/stream_pi/util/contactlinks/package-tree.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/contactlinks/package-tree.html @@ -2,7 +2,7 @@ - + com.stream_pi.util.contactlinks Class Hierarchy --- 'a/docs/com.stream_pi.util/com/stream_pi/util/exception/ActionNotFoundException.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/exception/ActionNotFoundException.html @@ -2,7 +2,7 @@ - + ActionNotFoundException --- 'a/docs/com.stream_pi.util/com/stream_pi/util/exception/ClientNotFoundException.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/exception/ClientNotFoundException.html @@ -2,7 +2,7 @@ - + ClientNotFoundException --- 'a/docs/com.stream_pi.util/com/stream_pi/util/exception/MinorException.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/exception/MinorException.html @@ -2,7 +2,7 @@ - + MinorException --- 'a/docs/com.stream_pi.util/com/stream_pi/util/exception/ProfileNotFoundException.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/exception/ProfileNotFoundException.html @@ -2,7 +2,7 @@ - + ProfileNotFoundException --- 'a/docs/com.stream_pi.util/com/stream_pi/util/exception/SevereException.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/exception/SevereException.html @@ -2,7 +2,7 @@ - + SevereException --- 'a/docs/com.stream_pi.util/com/stream_pi/util/exception/StreamPiException.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/exception/StreamPiException.html @@ -2,7 +2,7 @@ - + StreamPiException --- 'a/docs/com.stream_pi.util/com/stream_pi/util/exception/package-summary.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/exception/package-summary.html @@ -2,7 +2,7 @@ - + com.stream_pi.util.exception --- 'a/docs/com.stream_pi.util/com/stream_pi/util/exception/package-tree.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/exception/package-tree.html @@ -2,7 +2,7 @@ - + com.stream_pi.util.exception Class Hierarchy --- 'a/docs/com.stream_pi.util/com/stream_pi/util/iohelper/IOHelper.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/iohelper/IOHelper.html @@ -2,7 +2,7 @@ - + IOHelper --- 'a/docs/com.stream_pi.util/com/stream_pi/util/iohelper/package-summary.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/iohelper/package-summary.html @@ -2,7 +2,7 @@ - + com.stream_pi.util.iohelper --- 'a/docs/com.stream_pi.util/com/stream_pi/util/iohelper/package-tree.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/iohelper/package-tree.html @@ -2,7 +2,7 @@ - + com.stream_pi.util.iohelper Class Hierarchy --- 'a/docs/com.stream_pi.util/com/stream_pi/util/loggerhelper/StreamPiLogFallbackHandler.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/loggerhelper/StreamPiLogFallbackHandler.html @@ -2,7 +2,7 @@ - + StreamPiLogFallbackHandler --- 'a/docs/com.stream_pi.util/com/stream_pi/util/loggerhelper/StreamPiLogFileHandler.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/loggerhelper/StreamPiLogFileHandler.html @@ -2,7 +2,7 @@ - + StreamPiLogFileHandler --- 'a/docs/com.stream_pi.util/com/stream_pi/util/loggerhelper/StreamPiLogFormatter.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/loggerhelper/StreamPiLogFormatter.html @@ -2,7 +2,7 @@ - + StreamPiLogFormatter --- 'a/docs/com.stream_pi.util/com/stream_pi/util/loggerhelper/package-summary.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/loggerhelper/package-summary.html @@ -2,7 +2,7 @@ - + com.stream_pi.util.loggerhelper --- 'a/docs/com.stream_pi.util/com/stream_pi/util/loggerhelper/package-tree.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/loggerhelper/package-tree.html @@ -2,7 +2,7 @@ - + com.stream_pi.util.loggerhelper Class Hierarchy --- 'a/docs/com.stream_pi.util/com/stream_pi/util/platform/Platform.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/platform/Platform.html @@ -2,7 +2,7 @@ - + Platform --- 'a/docs/com.stream_pi.util/com/stream_pi/util/platform/PlatformType.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/platform/PlatformType.html @@ -2,7 +2,7 @@ - + PlatformType --- 'a/docs/com.stream_pi.util/com/stream_pi/util/platform/ReleaseStatus.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/platform/ReleaseStatus.html @@ -2,7 +2,7 @@ - + ReleaseStatus --- 'a/docs/com.stream_pi.util/com/stream_pi/util/platform/package-summary.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/platform/package-summary.html @@ -2,7 +2,7 @@ - + com.stream_pi.util.platform --- 'a/docs/com.stream_pi.util/com/stream_pi/util/platform/package-tree.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/platform/package-tree.html @@ -2,7 +2,7 @@ - + com.stream_pi.util.platform Class Hierarchy --- 'a/docs/com.stream_pi.util/com/stream_pi/util/startatboot/StartAtBoot.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/startatboot/StartAtBoot.html @@ -2,7 +2,7 @@ - + StartAtBoot --- 'a/docs/com.stream_pi.util/com/stream_pi/util/startatboot/package-summary.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/startatboot/package-summary.html @@ -2,7 +2,7 @@ - + com.stream_pi.util.startatboot --- 'a/docs/com.stream_pi.util/com/stream_pi/util/startatboot/package-tree.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/startatboot/package-tree.html @@ -2,7 +2,7 @@ - + com.stream_pi.util.startatboot Class Hierarchy --- 'a/docs/com.stream_pi.util/com/stream_pi/util/uihelper/HBoxInputBox.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/uihelper/HBoxInputBox.html @@ -2,7 +2,7 @@ - + HBoxInputBox --- 'a/docs/com.stream_pi.util/com/stream_pi/util/uihelper/HBoxInputBoxWithFileChooser.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/uihelper/HBoxInputBoxWithFileChooser.html @@ -2,7 +2,7 @@ - + HBoxInputBoxWithFileChooser --- 'a/docs/com.stream_pi.util/com/stream_pi/util/uihelper/HBoxWithSpaceBetween.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/uihelper/HBoxWithSpaceBetween.html @@ -2,7 +2,7 @@ - + HBoxWithSpaceBetween --- 'a/docs/com.stream_pi.util/com/stream_pi/util/uihelper/SpaceFiller.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/uihelper/SpaceFiller.html @@ -2,7 +2,7 @@ - + SpaceFiller --- 'a/docs/com.stream_pi.util/com/stream_pi/util/uihelper/package-summary.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/uihelper/package-summary.html @@ -2,7 +2,7 @@ - + com.stream_pi.util.uihelper --- 'a/docs/com.stream_pi.util/com/stream_pi/util/uihelper/package-tree.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/uihelper/package-tree.html @@ -2,7 +2,7 @@ - + com.stream_pi.util.uihelper Class Hierarchy --- 'a/docs/com.stream_pi.util/com/stream_pi/util/version/Version.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/version/Version.html @@ -2,7 +2,7 @@ - + Version --- 'a/docs/com.stream_pi.util/com/stream_pi/util/version/package-summary.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/version/package-summary.html @@ -2,7 +2,7 @@ - + com.stream_pi.util.version --- 'a/docs/com.stream_pi.util/com/stream_pi/util/version/package-tree.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/version/package-tree.html @@ -2,7 +2,7 @@ - + com.stream_pi.util.version Class Hierarchy --- 'a/docs/com.stream_pi.util/com/stream_pi/util/xmlconfighelper/XMLConfigHelper.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/xmlconfighelper/XMLConfigHelper.html @@ -2,7 +2,7 @@ - + XMLConfigHelper --- 'a/docs/com.stream_pi.util/com/stream_pi/util/xmlconfighelper/package-summary.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/xmlconfighelper/package-summary.html @@ -2,7 +2,7 @@ - + com.stream_pi.util.xmlconfighelper --- 'a/docs/com.stream_pi.util/com/stream_pi/util/xmlconfighelper/package-tree.html' +++ b/docs/com.stream_pi.util/com/stream_pi/util/xmlconfighelper/package-tree.html @@ -2,7 +2,7 @@ - + com.stream_pi.util.xmlconfighelper Class Hierarchy --- 'a/docs/com.stream_pi.util/module-summary.html' +++ b/docs/com.stream_pi.util/module-summary.html @@ -2,7 +2,7 @@ - + com.stream_pi.util --- 'a/docs/help-doc.html' +++ b/docs/help-doc.html @@ -2,7 +2,7 @@ - + API Help --- 'a/docs/index-files/index-1.html' +++ b/docs/index-files/index-1.html @@ -2,7 +2,7 @@ - + A-Index --- 'a/docs/index-files/index-10.html' +++ b/docs/index-files/index-10.html @@ -2,7 +2,7 @@ - + M-Index @@ -61,9 +61,13 @@ loadScripts(document, 'script');make(Node, Node, double) - Method in class com.stream_pi.util.uihelper.HBoxWithSpaceBetween
     
    Message - Class in com.stream_pi.util.comms
    -
     
    +
    +
    Message class to be sent between Server and Client using sockets
    +
    Message(String) - Constructor for class com.stream_pi.util.comms.Message
    -
     
    +
    +
    Default Constructor for Message
    +
    MinorException - Exception in com.stream_pi.util.exception
     
    MinorException(String) - Constructor for exception com.stream_pi.util.exception.MinorException
    --- 'a/docs/index-files/index-11.html' +++ b/docs/index-files/index-11.html @@ -2,7 +2,7 @@ - + O-Index --- 'a/docs/index-files/index-12.html' +++ b/docs/index-files/index-12.html @@ -2,7 +2,7 @@ - + P-Index --- 'a/docs/index-files/index-13.html' +++ b/docs/index-files/index-13.html @@ -2,7 +2,7 @@ - + R-Index --- 'a/docs/index-files/index-14.html' +++ b/docs/index-files/index-14.html @@ -2,7 +2,7 @@ - + S-Index @@ -79,7 +79,9 @@ loadScripts(document, 'script');setIntValue(int) - Method in class com.stream_pi.util.comms.Message
     
    setIsShowPopup(boolean) - Static method in class com.stream_pi.util.alert.StreamPiAlert
    -
     
    +
    +
    Sets whether Alert will act as a popup when shown.
    +
    setMajor(int) - Method in class com.stream_pi.util.version.Version
     
    setMinor(int) - Method in class com.stream_pi.util.version.Version
    @@ -129,7 +131,9 @@ loadScripts(document, 'script');SevereException(String, String) - Constructor for exception com.stream_pi.util.exception.SevereException
     
    show() - Method in class com.stream_pi.util.alert.StreamPiAlert
    -
     
    +
    +
    Shows the alert
    +
    show() - Method in class com.stream_pi.util.combobox.StreamPiComboBox
    Adds the Combo Box to the parent node
    --- 'a/docs/index-files/index-15.html' +++ b/docs/index-files/index-15.html @@ -2,7 +2,7 @@ - + U-Index @@ -61,7 +61,9 @@ loadScripts(document, 'script');unzip(InputStream, String) - Static method in class com.stream_pi.util.iohelper.IOHelper
     
    UpdateHyperlinkOnClick - Class in com.stream_pi.util.checkforupdates
    -
     
    +
    +
    Handler for after update check succeeds
    +
    UpdateHyperlinkOnClick() - Constructor for class com.stream_pi.util.checkforupdates.UpdateHyperlinkOnClick
     
    --- 'a/docs/index-files/index-16.html' +++ b/docs/index-files/index-16.html @@ -2,7 +2,7 @@ - + V-Index --- 'a/docs/index-files/index-17.html' +++ b/docs/index-files/index-17.html @@ -2,7 +2,7 @@ - + W-Index --- 'a/docs/index-files/index-18.html' +++ b/docs/index-files/index-18.html @@ -2,7 +2,7 @@ - + X-Index --- 'a/docs/index-files/index-2.html' +++ b/docs/index-files/index-2.html @@ -2,7 +2,7 @@ - + C-Index @@ -59,9 +59,13 @@ loadScripts(document, 'script');call() - Method in class com.stream_pi.util.checkforupdates.CheckForUpdates
     
    CheckForUpdates - Class in com.stream_pi.util.checkforupdates
    -
     
    +
    +
    Update checker class
    +
    CheckForUpdates(Button, PlatformType, Version, UpdateHyperlinkOnClick) - Constructor for class com.stream_pi.util.checkforupdates.CheckForUpdates
    -
     
    +
    +
    Constructor to start Check For Updates
    +
    CLIENT - Enum constant in enum class com.stream_pi.util.platform.PlatformType
     
    ClientNotFoundException - Exception in com.stream_pi.util.exception
    --- 'a/docs/index-files/index-3.html' +++ b/docs/index-files/index-3.html @@ -2,7 +2,7 @@ - + D-Index --- 'a/docs/index-files/index-4.html' +++ b/docs/index-files/index-4.html @@ -2,7 +2,7 @@ - + E-Index --- 'a/docs/index-files/index-5.html' +++ b/docs/index-files/index-5.html @@ -2,7 +2,7 @@ - + F-Index --- 'a/docs/index-files/index-6.html' +++ b/docs/index-files/index-6.html @@ -2,7 +2,7 @@ - + G-Index --- 'a/docs/index-files/index-7.html' +++ b/docs/index-files/index-7.html @@ -2,7 +2,7 @@ - + H-Index --- 'a/docs/index-files/index-8.html' +++ b/docs/index-files/index-8.html @@ -2,7 +2,7 @@ - + I-Index --- 'a/docs/index-files/index-9.html' +++ b/docs/index-files/index-9.html @@ -2,7 +2,7 @@ - + L-Index --- 'a/docs/index.html' +++ b/docs/index.html @@ -2,7 +2,7 @@ - + Generated Documentation (Untitled) --- 'a/docs/overview-tree.html' +++ b/docs/overview-tree.html @@ -2,7 +2,7 @@ - + Class Hierarchy --- 'a/docs/serialized-form.html' +++ b/docs/serialized-form.html @@ -2,7 +2,7 @@ - + Serialized Form