Index
All Classes|All Packages|Serialized Form
S
- save(Document, File) - Static method in class com.stream_pi.util.xmlconfighelper.XMLConfigHelper
- SERVER - Enum constant in enum class com.stream_pi.util.platform.PlatformType
- setAlertContent(Pane) - Method in class com.stream_pi.util.alert.StreamPiAlert
- setButtons(String...) - Method in class com.stream_pi.util.alert.StreamPiAlert
-
Set all the button choices
- setByteArrValue(byte[]) - Method in class com.stream_pi.util.comms.Message
- setCurrentSelectedItemIndex(int) - Method in class com.stream_pi.util.combobox.StreamPiComboBox
- setDoubleArrValue(double...) - Method in class com.stream_pi.util.comms.Message
- setDoubleValue(double) - Method in class com.stream_pi.util.comms.Message
- setIntArrValue(int...) - Method in class com.stream_pi.util.comms.Message
- 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
- setOnClicked(StreamPiAlertListener) - Method in class com.stream_pi.util.alert.StreamPiAlert
-
Set on click Listener
- setOptions(List<T>) - Method in class com.stream_pi.util.combobox.StreamPiComboBox
-
Set Combo Box options
- setParent(StackPane) - Static method in class com.stream_pi.util.alert.StreamPiAlert
-
Sets the parent where the alert will be shown
- setParent(StackPane) - Static method in class com.stream_pi.util.combobox.StreamPiComboBox
-
Sets the parent where the Combo Box will be shown
- setRevision(int) - Method in class com.stream_pi.util.version.Version
- setShortMessage(String) - Method in exception com.stream_pi.util.exception.StreamPiException
- setStreamPiAlertType(StreamPiAlertType) - Method in class com.stream_pi.util.alert.StreamPiAlert
-
Sets the Alert type
- setStreamPiComboBoxFactory(StreamPiComboBoxFactory<T>) - Method in class com.stream_pi.util.combobox.StreamPiComboBox
- setStreamPiComboBoxListener(StreamPiComboBoxListener<T>) - Method in class com.stream_pi.util.combobox.StreamPiComboBox
-
Set on click Listener
- setStringArrValue(String...) - Method in class com.stream_pi.util.comms.Message
- setStringValue(String) - Method in class com.stream_pi.util.comms.Message
- setTitle(String) - Method in exception com.stream_pi.util.exception.StreamPiException
- setURL(String) - Method in class com.stream_pi.util.checkforupdates.UpdateHyperlinkOnClick
- SevereException - Exception in com.stream_pi.util.exception
- SevereException(String) - Constructor for exception com.stream_pi.util.exception.SevereException
- 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
- SpaceFiller - Class in com.stream_pi.util.uihelper
- SpaceFiller() - Constructor for class com.stream_pi.util.uihelper.SpaceFiller
- StartAtBoot - Class in com.stream_pi.util.startonboot
- StartAtBoot(PlatformType, Platform) - Constructor for class com.stream_pi.util.startonboot.StartAtBoot
- StreamPiAlert - Class in com.stream_pi.util.alert
-
Custom Alert Dialog for Server and Client
- StreamPiAlert(String) - Constructor for class com.stream_pi.util.alert.StreamPiAlert
- StreamPiAlert(String, StreamPiAlertType) - Constructor for class com.stream_pi.util.alert.StreamPiAlert
-
Constructor for alert with just "Alert" heading, content text and alert type
- StreamPiAlert(String, StreamPiAlertType, String...) - Constructor for class com.stream_pi.util.alert.StreamPiAlert
-
Constructor to create Alert box with title, Alert Type and button choices
- StreamPiAlert(String, StreamPiAlertType, Pane) - Constructor for class com.stream_pi.util.alert.StreamPiAlert
-
Public constructor to make an alert with just title, pre-made content pane (mainly for forms, complex dialogs)
- StreamPiAlert(String, StreamPiAlertType, Pane, String...) - Constructor for class com.stream_pi.util.alert.StreamPiAlert
-
Constructor to create Alert Box with title, Alert Type, Body and button choices
- StreamPiAlert(String, String) - Constructor for class com.stream_pi.util.alert.StreamPiAlert
-
Constructor for very simple alert, with just title and body text Default AlertType will be INFORMATION
- StreamPiAlert(String, String, StreamPiAlertType) - Constructor for class com.stream_pi.util.alert.StreamPiAlert
-
Constructor to create Alert Box with Heading, content text, Alert Type
- StreamPiAlertListener - Class in com.stream_pi.util.alert
-
Alert Listener.
- StreamPiAlertListener() - Constructor for class com.stream_pi.util.alert.StreamPiAlertListener
- StreamPiAlertType - Enum Class in com.stream_pi.util.alert
-
Stream-Pi Alert Type Enumerator
- StreamPiComboBox<T> - Class in com.stream_pi.util.combobox
-
Custom Combo Box for Server and Client
- StreamPiComboBox() - Constructor for class com.stream_pi.util.combobox.StreamPiComboBox
-
Constructor to create Combo Box with empty list
- StreamPiComboBox(List<T>) - Constructor for class com.stream_pi.util.combobox.StreamPiComboBox
-
Constructor to create Combo Box with all the options
- StreamPiComboBoxFactory<T> - Class in com.stream_pi.util.combobox
-
Factory Class for Stream Pi Combo Box
- StreamPiComboBoxFactory() - Constructor for class com.stream_pi.util.combobox.StreamPiComboBoxFactory
- StreamPiComboBoxListener<T> - Class in com.stream_pi.util.combobox
-
Combo Box Listener.
- StreamPiComboBoxListener() - Constructor for class com.stream_pi.util.combobox.StreamPiComboBoxListener
- StreamPiException - Exception in com.stream_pi.util.exception
- StreamPiException(String) - Constructor for exception com.stream_pi.util.exception.StreamPiException
- StreamPiException(String, String) - Constructor for exception com.stream_pi.util.exception.StreamPiException
- StreamPiLogFallbackHandler - Class in com.stream_pi.util.loggerhelper
- StreamPiLogFallbackHandler() - Constructor for class com.stream_pi.util.loggerhelper.StreamPiLogFallbackHandler
- StreamPiLogFileHandler - Class in com.stream_pi.util.loggerhelper
- StreamPiLogFileHandler(String) - Constructor for class com.stream_pi.util.loggerhelper.StreamPiLogFileHandler
- StreamPiLogFormatter - Class in com.stream_pi.util.loggerhelper
- StreamPiLogFormatter() - Constructor for class com.stream_pi.util.loggerhelper.StreamPiLogFormatter
All Classes|All Packages|Serialized Form