- ABORT - Static variable in class com.jgcomptech.tools.dialogs.DialogResult
-
The message box return value is ABORT (usually sent from a button labeled ABORT).
- ABORT - Static variable in class com.jgcomptech.tools.dialogs.MessageBoxButtonType
-
- ACTION - Static variable in class com.jgcomptech.tools.events.ActionEvent
-
The only valid EventType for the ActionEvent.
- ActionEvent - Class in com.jgcomptech.tools.events
-
An
Event
representing some type of action.
- ActionEvent(EventTarget<? extends ActionEvent>) - Constructor for class com.jgcomptech.tools.events.ActionEvent
-
Construct a new ActionEvent
with the specified event target.
- ActionEvent(EventTarget<? extends ActionEvent>, EventType<? extends Event>) - Constructor for class com.jgcomptech.tools.events.ActionEvent
-
Construct a new ActionEvent
with the specified event target and type.
- ActionEvent(EventTarget<? extends ActionEvent>, EventType<? extends Event>, List<Object>) - Constructor for class com.jgcomptech.tools.events.ActionEvent
-
Construct a new ActionEvent
with the specified event target, type and args.
- ActivationStatus() - Method in class com.jgcomptech.tools.OSInfo.InstallInfoObject
-
- addAndEnableCustomPermission(String) - Method in class com.jgcomptech.tools.permissions.PermissionManager
-
Adds new permission with the specified name, enabled by default.
- addAndEnableNewChildPermission(String) - Method in class com.jgcomptech.tools.permissions.Permission
-
Adds new permission with the specified name, enabled by default.
- addColumn(String...) - Method in class com.jgcomptech.tools.databasetools.jbdc.IndexBuilder
-
Adds a column to the table using a sql string.
- addColumn(ColumnBuilder) - Method in class com.jgcomptech.tools.databasetools.jbdc.TableBuilder
-
Adds a column to the table using the ColumnBuilder class.
- addColumn(String) - Method in class com.jgcomptech.tools.databasetools.jbdc.TableBuilder
-
Adds a column to the table using a sql string.
- addCustomPermission(String) - Method in class com.jgcomptech.tools.permissions.PermissionManager
-
Adds new permission with the specified name, disabled by default.
- addEventHandler(EventType<? extends Event>, EventHandler<T>) - Method in class com.jgcomptech.tools.events.EventTarget
-
Sets the specified singleton handler.
- addExistingChildPermission(String) - Method in class com.jgcomptech.tools.permissions.Permission
-
Adds existing permission with the specified name as a child permission.
- addExistingChildPermission(String, String) - Method in class com.jgcomptech.tools.permissions.PermissionManager
-
Adds an existing permission as a child permission of the specified parent.
- addExistingUserRole(UserRole) - Method in class com.jgcomptech.tools.authenication.UserRoleManager
-
Adds an existing role to the list.
- addNewChildPermission(String) - Method in class com.jgcomptech.tools.permissions.Permission
-
Adds new permission with the specified name, disabled by default.
- addPermission(String) - Method in class com.jgcomptech.tools.authenication.UserRole
-
- ANY - Static variable in class com.jgcomptech.tools.events.ActionEvent
-
Common supertype for all action event types.
- ANY - Static variable in class com.jgcomptech.tools.events.Event
-
Common supertype for all event types.
- ANY - Static variable in class com.jgcomptech.tools.events.PermissionEvent
-
Common supertype for all permission event types.
- ANY - Static variable in class com.jgcomptech.tools.events.SessionEvent
-
Common supertype for all permission event types.
- APPLY - Static variable in class com.jgcomptech.tools.dialogs.DialogResult
-
The message box return value is APPLY (usually sent from a button labeled APPLY).
- APPLY - Static variable in class com.jgcomptech.tools.dialogs.MessageBoxButtonType
-
A pre-defined ButtonType
that displays “Apply” and has a ButtonBar.ButtonData
of ButtonBar.ButtonData.APPLY
.
- Architecture() - Method in class com.jgcomptech.tools.OSInfo.InstallInfoObject
-
- autoIncrement() - Method in class com.jgcomptech.tools.databasetools.jbdc.ColumnBuilder
-
Sets the AUTO INCREMENT constraint on the column.
- CANCEL - Static variable in class com.jgcomptech.tools.dialogs.DialogResult
-
The message box return value is CANCEL (usually sent from a button labeled CANCEL).
- CANCEL - Static variable in class com.jgcomptech.tools.dialogs.MessageBoxButtonType
-
A pre-defined ButtonType
that displays “Cancel” and has a ButtonBar.ButtonData
of ButtonBar.ButtonData.CANCEL_CLOSE
.
- checkHashesMatch(String, String, String) - Static method in class com.jgcomptech.tools.SecurityTools.PasswordHashes
-
Checks if login hashes match.
- checkPasswordMatches(String) - Method in class com.jgcomptech.tools.authenication.UserAccount
-
Checks to see if the specified password matches the stored password in the database.
- checkPasswordMatches(String, String) - Method in class com.jgcomptech.tools.authenication.UserManager
-
Checks to see if the specified password matches the stored password in the database.
- clone() - Method in class com.jgcomptech.tools.authenication.SessionActivator
-
- clone() - Method in class com.jgcomptech.tools.events.Event
-
Creates and returns a copy of this Event
.
- clone() - Method in class com.jgcomptech.tools.permissions.PermissionManager
-
- close() - Method in class com.jgcomptech.tools.databasetools.jbdc.Database
-
Releases this database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed, It is generally good practice to release resources as soon as you are finished with them to avoid tying up database resources.
- CLOSE - Static variable in class com.jgcomptech.tools.dialogs.DialogResult
-
The message box return value is CLOSE (usually sent from a button labeled CLOSE).
- CLOSE - Static variable in class com.jgcomptech.tools.dialogs.MessageBoxButtonType
-
A pre-defined ButtonType
that displays “Close” and has a ButtonBar.ButtonData
of ButtonBar.ButtonData.CANCEL_CLOSE
.
- CollectionUtils - Class in com.jgcomptech.tools
-
Contains methods for dealing with collections.
- ColumnBuilder - Class in com.jgcomptech.tools.databasetools.jbdc
-
A builder class for creating a database table column.
- ColumnBuilder(String, DataTypes) - Constructor for class com.jgcomptech.tools.databasetools.jbdc.ColumnBuilder
-
Generates sql code for creation of a table column.
- ColumnBuilder(String, DataTypes, int) - Constructor for class com.jgcomptech.tools.databasetools.jbdc.ColumnBuilder
-
Generates sql code for creation of a table column.
- com.jgcomptech.tools - package com.jgcomptech.tools
-
Contains a lot of tools to use in any Java program.
- com.jgcomptech.tools.authenication - package com.jgcomptech.tools.authenication
-
Contains classes to manage the login session to allow a user to login to your application.
- com.jgcomptech.tools.databasetools - package com.jgcomptech.tools.databasetools
-
Contains tools to communicate with a database.
- com.jgcomptech.tools.databasetools.jbdc - package com.jgcomptech.tools.databasetools.jbdc
-
Contains tools to communicate with a database using JDBC.
- com.jgcomptech.tools.demo - package com.jgcomptech.tools.demo
-
Contains demo code that will run if the jar file is run directly.
- com.jgcomptech.tools.dialogs - package com.jgcomptech.tools.dialogs
-
Contains JavaFX dialogs to use in your application.
- com.jgcomptech.tools.enums - package com.jgcomptech.tools.enums
-
Contains enums and constants that are used throughout the library.
- com.jgcomptech.tools.events - package com.jgcomptech.tools.events
-
Contains classes to manage the custom events.
- com.jgcomptech.tools.exceptions - package com.jgcomptech.tools.exceptions
-
Contains custom exceptions for use in this library.
- com.jgcomptech.tools.permissions - package com.jgcomptech.tools.permissions
-
Contains classes to manage permissions to be used to enable or disable parts of your application.
- CommandInfo - Class in com.jgcomptech.tools
-
Allows you to run console commands and either run them elevated or not and return the result to a string.
- CommandInfo.Output - Class in com.jgcomptech.tools
-
Output object that is returned after the command has completed.
- ComputerInfo - Class in com.jgcomptech.tools
-
Returns Information about the current OS and Hardware on the current system.
- ComputerInfo() - Constructor for class com.jgcomptech.tools.ComputerInfo
-
- ComputerName() - Method in class com.jgcomptech.tools.OSInfo.OSObject
-
- ComputerNameActive() - Static method in class com.jgcomptech.tools.OSInfo.Name
-
Returns the current computer name.
- ComputerNamePending() - Static method in class com.jgcomptech.tools.OSInfo.Name
-
Returns the pending computer name that it will update to on reboot.
- ComputerNamePending() - Method in class com.jgcomptech.tools.OSInfo.OSObject
-
- connect() - Method in class com.jgcomptech.tools.databasetools.jbdc.Database.Connection
-
Connects to the database and shows a retry dialog message box if the connection fails.
- connect(boolean, boolean) - Method in class com.jgcomptech.tools.databasetools.jbdc.Database.Connection
-
Connects to the database and if parameter is true, shows a message box if the connection succeeds.
- Connection() - Constructor for class com.jgcomptech.tools.databasetools.jbdc.Database.Connection
-
- ConnectionStatus() - Method in class com.jgcomptech.tools.HWInfo.NetworkObject
-
- consume() - Method in class com.jgcomptech.tools.events.Event
-
Marks this Event
as consumed.
- CONTINUE - Static variable in class com.jgcomptech.tools.dialogs.DialogResult
-
The message box return value is CONTINUE (usually sent from a button labeled CONTINUE).
- CONTINUE - Static variable in class com.jgcomptech.tools.dialogs.MessageBoxButtonType
-
- ConvertBytes(double) - Static method in class com.jgcomptech.tools.Misc
-
Returns the conversion from bytes to the correct version (1024 bytes = 1 KB).
- convertFromBytes(byte[]) - Static method in class com.jgcomptech.tools.StringUtils
-
Converts a byte array to an object.
- convertFromBytes(String) - Static method in class com.jgcomptech.tools.StringUtils
-
Converts a byte string to an object.
- convertMapToString(Map<String, String>) - Static method in class com.jgcomptech.tools.CollectionUtils
-
Converts a map into a delimited string value.
- convertMapToString(Map<String, String>) - Static method in class com.jgcomptech.tools.StringUtils
-
Converts a map into a delimited string value.
- convertStringToMap(String) - Static method in class com.jgcomptech.tools.CollectionUtils
-
Converts a delimited string value into a map.
- convertStringToMap(String) - Static method in class com.jgcomptech.tools.StringUtils
-
Converts a delimited string value into a map.
- convertToBytes(Object) - Static method in class com.jgcomptech.tools.StringUtils
-
Converts an object to a byte array string.
- copyFor(Object, EventTarget<? extends Event>) - Method in class com.jgcomptech.tools.events.ActionEvent
-
- copyFor(Object, EventTarget<? extends Event>) - Method in class com.jgcomptech.tools.events.Event
-
Creates and returns a copy of this event with the specified event source and target.
- copyFor(Object, EventTarget<? extends Event>) - Method in class com.jgcomptech.tools.events.PermissionEvent
-
- copyFor(Object, EventTarget<? extends Event>) - Method in class com.jgcomptech.tools.events.SessionEvent
-
Creates and returns a copy of this event with the specified event source and target.
- Cores() - Static method in class com.jgcomptech.tools.HWInfo.Processor
-
Returns the number of cores available on the system processor.
- Cores() - Method in class com.jgcomptech.tools.HWInfo.ProcessorObject
-
- CREATE(String, String, Database) - Method in class com.jgcomptech.tools.databasetools.jbdc.IndexBuilder
-
Generates sql code for creation of a table index.
- CREATE(String, Database) - Method in class com.jgcomptech.tools.databasetools.jbdc.TableBuilder
-
Generates sql code for creation of a table.
- CREATE_UNIQUE(String, String, Database) - Method in class com.jgcomptech.tools.databasetools.jbdc.IndexBuilder
-
Generates sql code for creation of a table unique index.
- createHash(String, byte[]) - Static method in class com.jgcomptech.tools.SecurityTools.PasswordHashes
-
Creates a SHA512 Hash.
- createHash(String, String) - Static method in class com.jgcomptech.tools.SecurityTools.PasswordHashes
-
Creates a SHA512 Hash.
- createIndex(String, String, boolean) - Method in class com.jgcomptech.tools.databasetools.jbdc.Database.Tasks
-
Checks to see if a table index exists and if not, creates it using the specified sql code.
- createSaltByte(int) - Static method in class com.jgcomptech.tools.SecurityTools.PasswordHashes
-
Creates a Secure Random salt to use for hashing.
- createSaltString(int) - Static method in class com.jgcomptech.tools.SecurityTools.PasswordHashes
-
Creates a Secure Random salt to use for hashing.
- createSecureRandom() - Static method in class com.jgcomptech.tools.SecurityTools.PasswordHashes
-
Creates a Secure Random number.
- createSubType(String) - Method in class com.jgcomptech.tools.events.EventType
-
- createTable() - Method in class com.jgcomptech.tools.databasetools.jbdc.Database.Settings
-
Creates a Settings table in the specified database.
- createTable(String, String, boolean) - Method in class com.jgcomptech.tools.databasetools.jbdc.Database.Tasks
-
Checks to see if a table exists and if not, creates it using the specified sql code.
- createUser(String, String, UserRoleManager.SystemUserRoles) - Method in class com.jgcomptech.tools.authenication.UserManager
-
Creates a new user in the database using SHA-512 password hashing.
- createUser(String, String, String) - Method in class com.jgcomptech.tools.authenication.UserManager
-
Creates a new user in the database using SHA-512 password hashing.
- createUserRole(String) - Method in class com.jgcomptech.tools.authenication.UserRoleManager
-
Creates a new role and adds it to the list.
- cubed(int) - Static method in class com.jgcomptech.tools.NumberUtils
-
Cubes the specified number.
- CurrentDomainName() - Static method in class com.jgcomptech.tools.OSInfo.Windows.UserInfo
-
Returns the network domain name associated with the current user.
- CurrentMachineName() - Static method in class com.jgcomptech.tools.OSInfo.Windows.UserInfo
-
Returns the current host name for the system.
- currentSession - Variable in class com.jgcomptech.tools.authenication.SessionActivator
-
- EmailValidator - Class in com.jgcomptech.tools
-
An email address represents the textual string of an RFC 2822 email address and other corresponding information of interest.
- enable() - Method in class com.jgcomptech.tools.authenication.UserRole
-
- enable() - Method in class com.jgcomptech.tools.permissions.Permission
-
Enables the permission and all child permissions.
- enabledProperty() - Method in class com.jgcomptech.tools.permissions.Permission
-
- enablePermission(String) - Method in class com.jgcomptech.tools.permissions.PermissionManager
-
Enables the specified permission and all its children.
- encrypt(PublicKey, String) - Static method in class com.jgcomptech.tools.SecurityTools.RSAHashes
-
Encrypts specified text with public key.
- encryptToString(PublicKey, String) - Static method in class com.jgcomptech.tools.SecurityTools.RSAHashes
-
Encrypts specified text with public key.
- endsWithIgnoreCase(String, String) - Static method in class com.jgcomptech.tools.StringUtils
-
Checks if a string ends with a given suffix.
- ensureEndsWith(String, String, Boolean) - Static method in class com.jgcomptech.tools.StringUtils
-
Ensures that a string ends with a given suffix.
- ensureStartsWith(String, String, Boolean) - Static method in class com.jgcomptech.tools.StringUtils
-
Ensures that a string starts with a given prefix.
- Enum() - Static method in class com.jgcomptech.tools.OSInfo.Name
-
Returns the name of the operating system running on this Computer.
- Enum() - Static method in class com.jgcomptech.tools.OSInfo.Windows.Name
-
Returns the OS name.
- equals(Object) - Method in class com.jgcomptech.tools.authenication.Session
-
- equals(Object) - Method in class com.jgcomptech.tools.authenication.UserRole
-
- equals(Object) - Method in class com.jgcomptech.tools.databasetools.jbdc.DatabaseConnectionInfo
-
- equals(Object) - Method in class com.jgcomptech.tools.dialogs.DialogResult
-
- Event - Class in com.jgcomptech.tools.events
-
Base class for custom events.
- Event(EventTarget<? extends Event>) - Constructor for class com.jgcomptech.tools.events.Event
-
Construct a new Event
with the specified event target.
- Event(EventTarget<? extends Event>, EventType<? extends Event>) - Constructor for class com.jgcomptech.tools.events.Event
-
Construct a new Event
with the specified event target and type.
- Event(EventTarget<? extends Event>, EventType<? extends Event>, List<Object>) - Constructor for class com.jgcomptech.tools.events.Event
-
Construct a new Event
with the specified event target, type and args.
- EventHandler<T extends Event> - Interface in com.jgcomptech.tools.events
-
Handler for events of a specific class / type.
- eventManager - Variable in class com.jgcomptech.tools.authenication.SessionActivator
-
- EventManager - Class in com.jgcomptech.tools.events
-
Allows global event handler registration and forwards received events to the appropriate registered event handlers.
- eventSessionClosed - Variable in class com.jgcomptech.tools.authenication.SessionActivator
-
- eventSessionOpened - Variable in class com.jgcomptech.tools.authenication.SessionActivator
-
- EventTarget<T extends Event> - Class in com.jgcomptech.tools.events
-
Allows object event handler registration and forwards received events to the appropriate registered event handlers.
- EventTarget() - Constructor for class com.jgcomptech.tools.events.EventTarget
-
- EventType<T extends Event> - Class in com.jgcomptech.tools.events
-
This class represents a specific event type associated with an
Event
.
- EventType(String) - Constructor for class com.jgcomptech.tools.events.EventType
-
Constructs a new EventType
with the specified name and the EventType.ROOT
as its super type.
- EventType(EventType<? super T>) - Constructor for class com.jgcomptech.tools.events.EventType
-
Constructs a new EventType
with the specified super type and the name set to null
.
- EventType(EventType<? super T>, String) - Constructor for class com.jgcomptech.tools.events.EventType
-
Constructs a new EventType
with the specified super type and name.
- execute(String) - Method in class com.jgcomptech.tools.databasetools.jbdc.Database.Tasks
-
Executes the given SQL statement, which may return multiple results.
- executeCreate() - Method in class com.jgcomptech.tools.databasetools.jbdc.TypedStatement
-
Executes the statement and returns true if no errors occurred.
- executeDemoQueries() - Static method in class com.jgcomptech.tools.OSInfo.Windows.WMI
-
- executeInsert() - Method in class com.jgcomptech.tools.databasetools.jbdc.TypedStatement
-
Executes the statement and returns the number of rows updated.
- executeLargeUpdate() - Method in class com.jgcomptech.tools.databasetools.jbdc.TypedStatement
-
Executes the statement and returns the the number of rows updated.
- executeQuery(String) - Method in class com.jgcomptech.tools.databasetools.jbdc.Database.Tasks
-
Executes the given SQL statement, which returns a single ResultSet
object, auto-closes statement object when ResultSet object is closed.
- executeQuery() - Method in class com.jgcomptech.tools.databasetools.jbdc.TypedStatement
-
Executes the statement and returns the result-set.
- executeUpdate(String) - Method in class com.jgcomptech.tools.databasetools.jbdc.Database.Tasks
-
Executes the given SQL statement, which may be an INSERT
, UPDATE
, or DELETE
statement or an SQL statement that returns nothing, such as an SQL DDL statement.
- executeUpdate() - Method in class com.jgcomptech.tools.databasetools.jbdc.TypedStatement
-
Executes the statement and returns the number of rows updated.
- exists(String) - Method in class com.jgcomptech.tools.databasetools.jbdc.Database.Settings
-
Checks if a setting exists in the settings table.
- ExitCode - Variable in class com.jgcomptech.tools.CommandInfo.Output
-
Returns the exit code, returns 0 if no error occurred.
- ExternalIPAddress() - Method in class com.jgcomptech.tools.HWInfo.NetworkObject
-
- FINISH - Static variable in class com.jgcomptech.tools.dialogs.DialogResult
-
The message box return value is FINISH (usually sent from a button labeled FINISH).
- FINISH - Static variable in class com.jgcomptech.tools.dialogs.MessageBoxButtonType
-
A pre-defined ButtonType
that displays “Finish” and has a ButtonBar.ButtonData
of ButtonBar.ButtonData.FINISH
.
- fire(Event, EventType<? extends Event>) - Method in class com.jgcomptech.tools.events.EventTarget
-
Fires the handle method in all registered EventHandlers.
- fireEvent(Object) - Method in class com.jgcomptech.tools.events.Event
-
Fires the event with the specified source.
- fireEvent(Object, Object...) - Method in class com.jgcomptech.tools.events.Event
-
Fires the event with the specified source and args.
- fireEvent(String, Object) - Method in class com.jgcomptech.tools.events.EventManager
-
Fires the specified event with the specified source.
- fireEvent(String, Object, Object...) - Method in class com.jgcomptech.tools.events.EventManager
-
Fires the specified event with the specified source and args.
- fireEvent(Object, Permission) - Method in class com.jgcomptech.tools.events.PermissionEvent
-
Fires the event with the specified source and permission.
- fireEvent(Object, UserAccount) - Method in class com.jgcomptech.tools.events.SessionEvent
-
Fires the event with the specified source and user.
- fireEvent(Object, UserAccount, Session) - Method in class com.jgcomptech.tools.events.SessionEvent
-
Fires the event with the specified source, user and session.
- firstChar(String) - Static method in class com.jgcomptech.tools.StringUtils
-
Returns first character in a string or empty string if input is empty.
- firstChars(String, int) - Static method in class com.jgcomptech.tools.StringUtils
-
Returns first number of characters in a string or empty string if input is empty.
- FROM(String) - Method in class com.jgcomptech.tools.databasetools.jbdc.QueryBuilder
-
Specifies the name of the table to use for the query.
- FXMLDialogWrapper<ReturnType,Controller extends javafx.fxml.Initializable> - Class in com.jgcomptech.tools.dialogs
-
Loads a dialog using the specified JavaFX fxml file.
- FXMLDialogWrapper(String) - Constructor for class com.jgcomptech.tools.dialogs.FXMLDialogWrapper
-
Creates an instance of a dialog and sets the specified fxml file path.
- FXMLDialogWrapper(String, String) - Constructor for class com.jgcomptech.tools.dialogs.FXMLDialogWrapper
-
Creates an instance of a dialog and sets the specified title and fxml file path.
- FXMLDialogWrapper(Image, String) - Constructor for class com.jgcomptech.tools.dialogs.FXMLDialogWrapper
-
Creates an instance of a dialog and sets the specified icon and fxml file path.
- FXMLDialogWrapper(Stage, String) - Constructor for class com.jgcomptech.tools.dialogs.FXMLDialogWrapper
-
Creates an instance of a dialog and sets the specified owner and fxml file path.
- FXMLDialogWrapper(Image, Stage, String) - Constructor for class com.jgcomptech.tools.dialogs.FXMLDialogWrapper
-
Creates an instance of a dialog and sets the specified icon, owner and fxml file path.
- FXMLDialogWrapper(String, Stage, String) - Constructor for class com.jgcomptech.tools.dialogs.FXMLDialogWrapper
-
Creates an instance of a dialog and sets the specified title, owner and fxml file path.
- FXMLDialogWrapper(String, Image, String) - Constructor for class com.jgcomptech.tools.dialogs.FXMLDialogWrapper
-
Creates an instance of a dialog and sets the specified title, icon and fxml file path.
- FXMLDialogWrapper(String, Image, Stage, String) - Constructor for class com.jgcomptech.tools.dialogs.FXMLDialogWrapper
-
Creates an instance of a dialog and sets the specified title, icon, owner and fxml file path.
- generateKeyPair() - Static method in class com.jgcomptech.tools.SecurityTools.RSAHashes
-
Generates a key pair.
- generateKeyPair(boolean, String) - Static method in class com.jgcomptech.tools.SecurityTools.RSAHashes
-
Generates a key pair and saves them to files matching the specified filename.
- getAdminOverride(boolean) - Method in class com.jgcomptech.tools.authenication.SessionManager
-
Requests an admin user to authenticate to override permissions.
- getAdminPermission() - Method in class com.jgcomptech.tools.permissions.PermissionManager
-
Returns the Admin permission.
- getAppIconPath() - Method in class com.jgcomptech.tools.authenication.SessionManager
-
Returns the path to the icon to use for all login dialogs.
- getAppIconPath() - Method in class com.jgcomptech.tools.authenication.UserManager
-
Returns the path to the icon to use for all dialogs.
- getArgs() - Method in class com.jgcomptech.tools.events.Event
-
Returns the Event arguments.
- getChildPermissions() - Method in class com.jgcomptech.tools.permissions.Permission
-
Returns a list of child permissions.
- getColumnName() - Method in class com.jgcomptech.tools.databasetools.jbdc.ColumnBuilder
-
Returns the name of the column.
- getConnection() - Method in class com.jgcomptech.tools.databasetools.jbdc.Database
-
Allows management of the connection to the database.
- getController() - Method in class com.jgcomptech.tools.dialogs.FXMLDialogWrapper
-
Returns the controller associated with the Dialog
.
- getController(Initializable) - Method in class com.jgcomptech.tools.dialogs.FXMLDialogWrapper
-
Defines the controller associated with the Dialog
.
- getCreatePermission() - Method in class com.jgcomptech.tools.permissions.PermissionManager
-
Returns the Create permission.
- getDBDriverClass() - Method in class com.jgcomptech.tools.databasetools.jbdc.Database.Info
-
Returns the class name of the database driver.
- getDbType() - Method in class com.jgcomptech.tools.databasetools.jbdc.Database.Info
-
Returns the DatabaseType of the database.
- getDBType() - Method in class com.jgcomptech.tools.databasetools.jbdc.DatabaseConnectionInfo
-
Returns the database type.
- getDialog() - Method in class com.jgcomptech.tools.dialogs.FXMLDialogWrapper
-
Returns the Dialog
as a Dialog
object.
- getDriveFreeSpace(char) - Static method in class com.jgcomptech.tools.HWInfo.Storage
-
Returns the free space of the specified drive by drive letter, returns “N/A” if drive doesn’t exist.
- getDriveSize(char) - Static method in class com.jgcomptech.tools.HWInfo.Storage
-
Returns the drive size of the specified drive by drive letter, returns “N/A” if drive doesn’t exist.
- getEditPermission() - Method in class com.jgcomptech.tools.permissions.PermissionManager
-
Returns the Edit permission.
- getEnvironmentVar(String) - Static method in class com.jgcomptech.tools.OSInfo.Windows.WMI
-
Get an environment variable from Windows.
- getEvent(String) - Method in class com.jgcomptech.tools.events.EventManager
-
- getEventHandler(EventType<? extends T>) - Method in class com.jgcomptech.tools.events.EventTarget
-
Returns the singleton handler assigned to the specified Event Type.
- getEventType() - Method in class com.jgcomptech.tools.events.ActionEvent
-
- getEventType() - Method in class com.jgcomptech.tools.events.Event
-
Gets the event type of this event.
- getEventType() - Method in class com.jgcomptech.tools.events.PermissionEvent
-
- getEventType() - Method in class com.jgcomptech.tools.events.SessionEvent
-
Gets the event type of this event.
- getExternalIPAddress() - Static method in class com.jgcomptech.tools.HWInfo.Network
-
- getFileHash(SecurityTools.HashType, String) - Static method in class com.jgcomptech.tools.SecurityTools.FileHashes
-
Read the file and calculate the checksum.
- getFileHash(SecurityTools.HashType, String, boolean) - Static method in class com.jgcomptech.tools.SecurityTools.FileHashes
-
Read the file and calculate the checksum.
- getHTML(String) - Static method in class com.jgcomptech.tools.WebTools.HTML
-
Gets HTML source code from specified URL.
- getIcon() - Method in class com.jgcomptech.tools.dialogs.FXMLDialogWrapper
-
Returns the icon image for the Dialog
that is used in the window decorations and when minimized.
- getIconPath() - Method in class com.jgcomptech.tools.dialogs.LoginDialog
-
Returns the path in the resource folder of the window icon.
- getInfo() - Method in class com.jgcomptech.tools.databasetools.jbdc.Database
-
Returns info about the database.
- getInfo() - Static method in class com.jgcomptech.tools.OSInfo.Windows.SystemInformation
-
Returns information about the current Windows installation as text.
- getInstance() - Static method in class com.jgcomptech.tools.authenication.UserRoleManager
-
Returns the singleton instance of the UserRoleManager.
- getInstance() - Static method in class com.jgcomptech.tools.events.EventManager
-
- getInstance() - Static method in class com.jgcomptech.tools.permissions.PermissionManager
-
Returns the instance of the PermissionManager, if one doesn’t exist it is created.
- getInternalIPAddress() - Static method in class com.jgcomptech.tools.HWInfo.Network
-
Returns the Internal IP Address.
- getItemInHashSet(HashSet<T>, Predicate<T>) - Static method in class com.jgcomptech.tools.CollectionUtils
-
Returns item in HashSet that matches the specified Predicate.
- getLoader() - Method in class com.jgcomptech.tools.dialogs.FXMLDialogWrapper
-
Returns the FXMLLoader
that was used to load the Dialog
.
- getLoggedInUsername() - Method in class com.jgcomptech.tools.authenication.SessionManager
-
Returns the username of the currently logged in user.
- getLoggedInUserRole() - Method in class com.jgcomptech.tools.authenication.SessionManager
-
Returns the user role of the currently logged in user.
- getLoginErrorText() - Method in class com.jgcomptech.tools.authenication.SessionManager
-
Returns the text to use for the error message when invalid credentials are provided.
- getMaxSessions() - Method in class com.jgcomptech.tools.authenication.MultiSessionManager
-
Returns the maximum number of allowed sessions before login is disabled.
- getMultiSessionManager() - Method in class com.jgcomptech.tools.authenication.UserManager
-
Returns an instance of the MultiSessionManager for login use.
- getName() - Method in class com.jgcomptech.tools.authenication.UserRole
-
- getName() - Method in enum com.jgcomptech.tools.authenication.UserRoleManager.SystemUserRoles
-
- getName() - Method in class com.jgcomptech.tools.databasetools.jbdc.Database.Info
-
Returns the name of the database.
- getName() - Method in class com.jgcomptech.tools.events.EventType
-
Gets the name of this event type.
- getName() - Method in class com.jgcomptech.tools.permissions.Permission
-
Returns the name of the permission.
- getName() - Method in enum com.jgcomptech.tools.permissions.PermissionManager.SystemPermissions
-
- getNames() - Static method in enum com.jgcomptech.tools.permissions.PermissionManager.SystemPermissions
-
- getObject() - Method in class com.jgcomptech.tools.databasetools.jbdc.Database.Connection
-
Returns the raw java.sql.Connection
object.
- getOnDisabled() - Method in class com.jgcomptech.tools.permissions.Permission
-
Returns the event handler that will fire when the permission is disabled.
- getOnEnabled() - Method in class com.jgcomptech.tools.permissions.Permission
-
Returns the event handler that will fire when the permission is disabled.
- getOwner() - Method in class com.jgcomptech.tools.dialogs.FXMLDialogWrapper
-
Returns the owner Window for this Dialog
, or null for a top-level, unowned stage.
- getPassword() - Method in class com.jgcomptech.tools.databasetools.jbdc.DatabaseConnectionInfo
-
Returns the database password.
- getPath() - Method in class com.jgcomptech.tools.databasetools.jbdc.DatabaseConnectionInfo
-
Returns the database path.
- getPermission() - Method in class com.jgcomptech.tools.events.PermissionEvent
-
- getPermissionChildren(String) - Method in class com.jgcomptech.tools.permissions.PermissionManager
-
Returns a list of child permissions of the specified permission.
- getPermissions() - Method in class com.jgcomptech.tools.authenication.UserRole
-
- getPermissionsNames() - Method in class com.jgcomptech.tools.permissions.PermissionManager
-
Returns a list of names of existing permissions.
- getProductInfo(int, int) - Static method in class com.jgcomptech.tools.NativeMethods
-
Generates a new instance of the ProductInfo object.
- GetProductInfo(int, int, int, int, IntByReference) - Method in interface com.jgcomptech.tools.NativeMethods.Kernel32
-
- getProgramName() - Method in class com.jgcomptech.tools.authenication.SessionManager
-
Returns the name of the program to use in all login dialogs for the window title.
- getProgramName() - Method in class com.jgcomptech.tools.authenication.UserManager
-
Returns the program name to use for all dialogs.
- getReadPermission() - Method in class com.jgcomptech.tools.permissions.PermissionManager
-
Returns the Read permission.
- getReleaseDate() - Static method in class com.jgcomptech.tools.HWInfo.BIOS
-
Returns the system BIOS release date stored in the registry.
- getResultRows(ResultSet) - Method in class com.jgcomptech.tools.databasetools.jbdc.Database.Tasks
-
Returns number of rows that were returned in a ResultSet object.
- getRole() - Method in enum com.jgcomptech.tools.authenication.UserRoleManager.SystemUserRoles
-
- getRoles() - Static method in enum com.jgcomptech.tools.authenication.UserRoleManager.SystemUserRoles
-
- getSession() - Method in class com.jgcomptech.tools.events.SessionEvent
-
- getSessionManager() - Method in class com.jgcomptech.tools.authenication.UserManager
-
Returns an instance of the SessionManager for login use.
- getSessions() - Method in class com.jgcomptech.tools.authenication.MultiSessionManager
-
Returns the current logged in sessions.
- getSessionsCount() - Method in class com.jgcomptech.tools.authenication.MultiSessionManager
-
Returns the current number of logged in sessions.
- getSettings() - Method in class com.jgcomptech.tools.databasetools.jbdc.Database
-
Allows setting and retrieval of settings values from the database.
- getSource() - Method in class com.jgcomptech.tools.events.Event
-
The object on which the Event initially occurred.
- getSql() - Method in class com.jgcomptech.tools.databasetools.jbdc.SQLBuilder
-
- getStatement() - Method in class com.jgcomptech.tools.databasetools.jbdc.SQLBuilder
-
Returns the PreparedStatement
object that will generate ResultSet
objects for sending SQL statements to the database.
- getStatement() - Method in class com.jgcomptech.tools.databasetools.jbdc.TypedStatement
-
Returns the PreparedStatement
object that will generate ResultSet
objects for sending SQL statements to the database.
- getStatusAsEnum() - Static method in class com.jgcomptech.tools.OSInfo.Windows.Activation
-
Identifies If Windows is Activated, uses the Software Licensing Manager Script, this is the quicker method.
- getStatusFromSLMGR() - Static method in class com.jgcomptech.tools.OSInfo.Windows.Activation
-
Identifies If Windows is Activated, uses the Software Licensing Manager Script, this is the quicker method.
- getStatusFromWMI() - Static method in class com.jgcomptech.tools.OSInfo.Windows.Activation
-
Identifies If Windows is Activated, uses WMI.
- getStatusString() - Static method in class com.jgcomptech.tools.OSInfo.Windows.Activation
-
Identifies If Windows is Activated, uses the Software Licensing Manager Script, this is the quicker method.
- getStringValue(RegistryInfo.HKEY, String, String) - Static method in class com.jgcomptech.tools.RegistryInfo
-
Gets string value from a registry key.
- getSuperType() - Method in class com.jgcomptech.tools.events.EventType
-
Gets the super type of this event type.
- getSystemDriveFreeSpace() - Static method in class com.jgcomptech.tools.HWInfo.Storage
-
Returns the free space of drive of the drive Windows is installed on.
- getSystemDrivePath() - Static method in class com.jgcomptech.tools.HWInfo.Storage
-
Returns the file path to the root of the drive Windows is installed on.
- getSystemDriveSize() - Static method in class com.jgcomptech.tools.HWInfo.Storage
-
Returns the drive size of the drive Windows is installed on.
- getSystemMetrics(int) - Static method in class com.jgcomptech.tools.NativeMethods
-
Checks if a system metrics value is true.
- GetSystemMetrics(int) - Method in interface com.jgcomptech.tools.NativeMethods.Kernel32
-
- getTablesList() - Method in class com.jgcomptech.tools.databasetools.jbdc.Database.Info
-
Returns an ArrayList of all tables in the database.
- getTarget() - Method in class com.jgcomptech.tools.events.Event
-
Returns the event target of this event.
- getTasks() - Method in class com.jgcomptech.tools.databasetools.jbdc.Database
-
Runs tasks against the database.
- getTime() - Static method in class com.jgcomptech.tools.OSInfo.Windows.SystemInformation
-
Returns current system time.
- getTitle() - Method in class com.jgcomptech.tools.dialogs.FXMLDialogWrapper
-
Returns the title of the Dialog
.
- getTotalRam() - Static method in class com.jgcomptech.tools.HWInfo.RAM
-
Returns the total ram installed on the system.
- getType() - Method in class com.jgcomptech.tools.databasetools.jbdc.ColumnBuilder
-
Returns the data type of the column.
- getType() - Method in class com.jgcomptech.tools.databasetools.jbdc.TypedStatement
-
Returns the statement type.
- getUser(String) - Method in class com.jgcomptech.tools.authenication.UserManager
-
Returns a UserAccount object representing the specified username.
- getUser() - Method in class com.jgcomptech.tools.events.SessionEvent
-
- getUsername() - Method in class com.jgcomptech.tools.authenication.Session
-
Returns the username of the logged in user.
- getUsername() - Method in class com.jgcomptech.tools.authenication.UserAccount
-
Returns the username.
- getUsername() - Method in class com.jgcomptech.tools.databasetools.jbdc.DatabaseConnectionInfo
-
Returns the database username.
- getUsernameList() - Method in class com.jgcomptech.tools.authenication.UserManager
-
Returns a list of the user names in the database.
- getUserRole() - Method in class com.jgcomptech.tools.authenication.Session
-
Returns the user role of the logged in user.
- getUserRole() - Method in class com.jgcomptech.tools.authenication.UserAccount
-
Returns the user type.
- getUserRole(String) - Method in class com.jgcomptech.tools.authenication.UserManager
-
Returns userType for the specified username.
- getUserRole(String) - Method in class com.jgcomptech.tools.authenication.UserRoleManager
-
Returns the specified user role.
- getUserRoles() - Method in class com.jgcomptech.tools.authenication.UserRoleManager
-
Returns a list of the current existing user roles.
- getUsersList() - Method in class com.jgcomptech.tools.authenication.UserManager
-
Returns a list of user accounts.
- getUserVerification(boolean) - Method in class com.jgcomptech.tools.authenication.SessionManager
-
Requests that the currently logged in username to re-login.
- getValue(String) - Method in class com.jgcomptech.tools.databasetools.jbdc.Database.Settings
-
Returns a setting from the settings table, if setting doesn’t exist, returns an empty string.
- getValue() - Method in enum com.jgcomptech.tools.enums.ProductEdition
-
- getValue() - Method in enum com.jgcomptech.tools.enums.ProductType
-
- getValue() - Method in enum com.jgcomptech.tools.enums.VERSuite
-
- getValueInHashMap(HashMap<K, V>, Predicate<V>) - Static method in class com.jgcomptech.tools.CollectionUtils
-
Returns the first item found in a HashMap that matches the specified Predicate.
- getValuesInHashMap(HashMap<K, V>, Predicate<V>) - Static method in class com.jgcomptech.tools.CollectionUtils
-
Returns a HashSet of values in a HashMap that match the specified Predicate.
- getVendor() - Static method in class com.jgcomptech.tools.HWInfo.BIOS
-
Returns the system BIOS vendor name stored in the registry.
- getVersion() - Static method in class com.jgcomptech.tools.HWInfo.BIOS
-
Returns the system BIOS version stored in the registry.
- getVersionInfoFailed(WinNT.OSVERSIONINFOEX) - Static method in class com.jgcomptech.tools.NativeMethods
-
Generates a new instance of the VersionInfo object.
- getWindowsPath() - Static method in class com.jgcomptech.tools.HWInfo.Storage
-
Returns the file path to the Windows directory.
- getWMIValue(String, String) - Static method in class com.jgcomptech.tools.OSInfo.Windows.WMI
-
Get the given WMI value from the WMI subsystem on the local computer.
- IGNORE - Static variable in class com.jgcomptech.tools.dialogs.DialogResult
-
The message box return value is IGNORE (usually sent from a button labeled IGNORE).
- IGNORE - Static variable in class com.jgcomptech.tools.dialogs.MessageBoxButtonType
-
- IndexBuilder - Class in com.jgcomptech.tools.databasetools.jbdc
-
A builder class for creating a CREATE sql statement to create a new table index.
- IndexBuilder() - Constructor for class com.jgcomptech.tools.databasetools.jbdc.IndexBuilder
-
- Info() - Constructor for class com.jgcomptech.tools.databasetools.jbdc.Database.Info
-
- INSERT_INTO(String, String...) - Method in class com.jgcomptech.tools.databasetools.jbdc.InsertBuilder
-
Generates sql code to insert a row into a table.
- InsertBuilder - Class in com.jgcomptech.tools.databasetools.jbdc
-
A builder class for creating an INSERT sql statement to add a row to a table.
- InsertBuilder() - Constructor for class com.jgcomptech.tools.databasetools.jbdc.InsertBuilder
-
- InstallInfo() - Method in class com.jgcomptech.tools.OSInfo.OSObject
-
- InstallInfoObject() - Constructor for class com.jgcomptech.tools.OSInfo.InstallInfoObject
-
- INSTANCE - Static variable in interface com.jgcomptech.tools.NativeMethods.Kernel32
-
- INSTANCE - Static variable in interface com.jgcomptech.tools.NativeMethods.Secur32
-
- INSTANCE - Static variable in interface com.jgcomptech.tools.NativeMethods.Shell32
-
- InternalIPAddress() - Method in class com.jgcomptech.tools.HWInfo.NetworkObject
-
- is32BitOS() - Static method in class com.jgcomptech.tools.OSInfo.CheckIf
-
Identifies if OS is a 32 Bit OS.
- is64BitOS() - Static method in class com.jgcomptech.tools.OSInfo.CheckIf
-
Identifies if OS is a 64 Bit OS.
- isActivated() - Static method in class com.jgcomptech.tools.OSInfo.Windows.Activation
-
Identifies if OS is activated.
- isActivated() - Static method in class com.jgcomptech.tools.OSInfo.Windows.CheckIf
-
Identifies if OS is activated.
- isAdminLoggedIn() - Method in class com.jgcomptech.tools.authenication.SessionManager
-
Returns true if an admin user is currently logged in.
- isAdminPermissionEnabled() - Method in class com.jgcomptech.tools.permissions.PermissionManager
-
Returns true if Admin permission is enabled.
- isAlwaysOnTop() - Method in class com.jgcomptech.tools.dialogs.FXMLDialogWrapper
-
Returns whether this Dialog
is kept on top of other windows.
- isConnected() - Method in class com.jgcomptech.tools.databasetools.jbdc.Database.Connection
-
Checks if a connection is open to the database.
- isConnectedToInternet() - Static method in class com.jgcomptech.tools.HWInfo.Network
-
Returns status of internet connection.
- isConsumed() - Method in class com.jgcomptech.tools.events.Event
-
Indicates whether this Event
has been consumed by any filter or handler.
- isCreatePermissionEnabled() - Method in class com.jgcomptech.tools.permissions.PermissionManager
-
Returns true if Create permission is enabled.
- isCurrentUserAdmin() - Static method in class com.jgcomptech.tools.OSInfo.Windows.CheckIf
-
Identifies if the current user is an account administrator.
- isDisabled() - Method in class com.jgcomptech.tools.permissions.Permission
-
Returns true if the permission is disabled.
- isDomainJoined() - Static method in class com.jgcomptech.tools.OSInfo.Windows.CheckIf
-
Identifies if computer has joined a domain.
- isEditPermissionEnabled() - Method in class com.jgcomptech.tools.permissions.PermissionManager
-
Returns true if Edit permission is enabled.
- isEnabled() - Method in class com.jgcomptech.tools.authenication.UserRole
-
- isEnabled() - Method in class com.jgcomptech.tools.permissions.Permission
-
Returns true if the permission is enabled.
- isEven(int) - Static method in class com.jgcomptech.tools.NumberUtils
-
Checks if the specified number is even.
- isInRange(int, int, int, boolean) - Static method in class com.jgcomptech.tools.NumberUtils
-
Checks if the specified number is in range.
- isLinux() - Static method in class com.jgcomptech.tools.OSInfo.CheckIf
-
Identifies if OS is a distro of Linux.
- isLoggedIn() - Method in class com.jgcomptech.tools.authenication.SessionManager
-
Returns true if a user is currently logged in.
- isMac() - Static method in class com.jgcomptech.tools.OSInfo.CheckIf
-
Identifies if OS is MacOSX.
- isOdd(int) - Static method in class com.jgcomptech.tools.NumberUtils
-
Checks if the specified number is odd.
- isPermissionDisabled(String) - Method in class com.jgcomptech.tools.permissions.PermissionManager
-
Checks if the specified permission is enabled.
- isPermissionEnabled(String) - Method in class com.jgcomptech.tools.permissions.PermissionManager
-
Checks if the specified permission is enabled.
- isPrime(long) - Method in class com.jgcomptech.tools.NumberUtils
-
Checks if the specified number is prime.
- isReadPermissionEnabled() - Method in class com.jgcomptech.tools.permissions.PermissionManager
-
Returns true if Read permission is enabled.
- isSolaris() - Static method in class com.jgcomptech.tools.OSInfo.CheckIf
-
Identifies if OS is Solaris.
- isUserLoggedIn(String) - Method in class com.jgcomptech.tools.authenication.SessionActivator
-
Returns true if the specified username is logged in.
- isValidEmailAddress(String) - Static method in class com.jgcomptech.tools.StringUtils
-
Checks to see if the specified string is a valid email address according to the RFC 2822 specification.
- isValidEmailAddress(String, boolean) - Static method in class com.jgcomptech.tools.StringUtils
-
Checks to see if the specified string is a valid email address according to the RFC 2822 specification.
- isValidEmailAddress(String, boolean, boolean) - Static method in class com.jgcomptech.tools.StringUtils
-
Checks to see if the specified string is a valid email address according to the RFC 2822 specification.
- isValidIPAddress(String) - Static method in class com.jgcomptech.tools.StringUtils
-
Checks if a string is a valid IPv4 address.
- isValidUrl(String) - Static method in class com.jgcomptech.tools.StringUtils
-
Checks if a string is an valid URL.
- isWin10OrLater() - Static method in class com.jgcomptech.tools.OSInfo.Windows.CheckIf
-
Identifies if OS is Windows 10 or later.
- isWin7OrLater() - Static method in class com.jgcomptech.tools.OSInfo.Windows.CheckIf
-
Identifies if OS is Windows 7 or later.
- isWin81OrLater() - Static method in class com.jgcomptech.tools.OSInfo.Windows.CheckIf
-
Identifies if OS is Windows 8.1 or later.
- isWin8OrLater() - Static method in class com.jgcomptech.tools.OSInfo.Windows.CheckIf
-
Identifies if OS is Windows 8 or later.
- isWindows() - Static method in class com.jgcomptech.tools.OSInfo.CheckIf
-
Identifies if OS is Windows.
- isWindowsDomainController() - Static method in class com.jgcomptech.tools.OSInfo.Windows.CheckIf
-
Identifies if OS is a Windows Domain Controller.
- isWindowsServer() - Static method in class com.jgcomptech.tools.OSInfo.Windows.CheckIf
-
Identifies if OS is a Windows Server OS.
- isWinVistaOrLater() - Static method in class com.jgcomptech.tools.OSInfo.Windows.CheckIf
-
Identifies if OS is Vista or later.
- isWinXP64OrLater() - Static method in class com.jgcomptech.tools.OSInfo.Windows.CheckIf
-
Identifies if OS is XP x64 or later.
- isWinXPOrLater() - Static method in class com.jgcomptech.tools.OSInfo.Windows.CheckIf
-
Identifies if OS is XP or later.
- RAM() - Method in class com.jgcomptech.tools.HWInfo.HWObject
-
- RAMObject() - Constructor for class com.jgcomptech.tools.HWInfo.RAMObject
-
- readFromFile(String) - Static method in class com.jgcomptech.tools.SecurityTools.FileHashes
-
Read saved hash file to byte array.
- readPrivateKeyFromBytes(byte[]) - Static method in class com.jgcomptech.tools.SecurityTools.RSAHashes
-
Converts a byte array to a PrivateKey object.
- readPrivateKeyFromFile(String) - Static method in class com.jgcomptech.tools.SecurityTools.RSAFiles
-
Reads a private key from a filename.
- readPublicKeyFromBytes(byte[]) - Static method in class com.jgcomptech.tools.SecurityTools.RSAHashes
-
Converts a byte array to a PublicKey object.
- readPublicKeyFromFile(String) - Static method in class com.jgcomptech.tools.SecurityTools.RSAFiles
-
Reads a public key from a filename.
- RegisteredOrganization() - Method in class com.jgcomptech.tools.OSInfo.OSObject
-
- RegisteredOrganization() - Static method in class com.jgcomptech.tools.OSInfo.Windows.UserInfo
-
Returns the current Registered Organization.
- RegisteredOwner() - Method in class com.jgcomptech.tools.OSInfo.OSObject
-
- RegisteredOwner() - Static method in class com.jgcomptech.tools.OSInfo.Windows.UserInfo
-
Returns the current Registered Owner.
- registerNewEvent(String, Class<T>, EventType<? extends T>) - Method in class com.jgcomptech.tools.events.EventManager
-
- registerNewEvent(String, Class<T>, EventType<? extends T>, List<Object>) - Method in class com.jgcomptech.tools.events.EventManager
-
- registerNewEvent(String, Class<T>, EventTarget<? extends T>, EventType<? extends T>) - Method in class com.jgcomptech.tools.events.EventManager
-
- registerNewEvent(String, Class<T>, EventTarget<? extends T>, EventType<? extends T>, List<Object>) - Method in class com.jgcomptech.tools.events.EventManager
-
- RegistryInfo - Class in com.jgcomptech.tools
-
Registry tools for handling registry keys and values.
- RegistryInfo.HKEY - Enum in com.jgcomptech.tools
-
A list of the different parent keys in the Windows Registry that are used in the
RegistryInfo
class.
- ReInitializeHW() - Static method in class com.jgcomptech.tools.ComputerInfo
-
- ReInitializeOS() - Static method in class com.jgcomptech.tools.ComputerInfo
-
- ReleaseDate() - Method in class com.jgcomptech.tools.HWInfo.BIOSObject
-
- removeAllAlphanumericCharacters(String) - Static method in class com.jgcomptech.tools.StringUtils
-
Removes all alphanumeric characters from specified string.
- removeAllLetters(String) - Static method in class com.jgcomptech.tools.StringUtils
-
Removes all letters from specified string.
- removeAllNumbers(String) - Static method in class com.jgcomptech.tools.StringUtils
-
Removes all numbers from specified string.
- removeAllSpecialCharacters(String) - Static method in class com.jgcomptech.tools.StringUtils
-
Removes all characters except alphanumeric from specified string.
- removeChildPermission(String) - Method in class com.jgcomptech.tools.permissions.Permission
-
Removes the specified permission as a child.
- removeChildPermission(String, boolean) - Method in class com.jgcomptech.tools.permissions.Permission
-
Removes the specified permission as a child.
- removeEventHandler(EventType<? extends T>) - Method in class com.jgcomptech.tools.events.EventTarget
-
Removes the singleton handler assigned to the specified Event Type.
- removeFirstCharacter(String) - Static method in class com.jgcomptech.tools.StringUtils
-
Removes the first character from a string.
- removeFirstCharacters(String, int) - Static method in class com.jgcomptech.tools.StringUtils
-
Removes the specified number of characters removed from the beginning of a string.
- removeLastCharacter(String) - Static method in class com.jgcomptech.tools.StringUtils
-
Removes the last character from a string.
- removeLastCharacters(String, int) - Static method in class com.jgcomptech.tools.StringUtils
-
Removes the specified number of characters removed from the end of a string.
- removePermission(String) - Method in class com.jgcomptech.tools.authenication.UserRole
-
- removePermission(String) - Method in class com.jgcomptech.tools.permissions.PermissionManager
-
Removes the specified permission.
- requireAdmin() - Method in class com.jgcomptech.tools.authenication.SessionManager
-
Checks that the logged in user is an admin and if false, requests an admin override.
- requireAndVerifyAdmin() - Method in class com.jgcomptech.tools.authenication.SessionManager
-
Checks that the logged in user is an admin, if true, prompts the admin to re-login and if false, requests an admin override.
- Result - Variable in class com.jgcomptech.tools.CommandInfo.Output
-
Returns the text result of the command.
- RETRY - Static variable in class com.jgcomptech.tools.dialogs.DialogResult
-
The message box return value is RETRY (usually sent from a button labeled RETRY).
- RETRY - Static variable in class com.jgcomptech.tools.dialogs.MessageBoxButtonType
-
- reverse(String) - Static method in class com.jgcomptech.tools.StringUtils
-
Reverses the characters in the specified string.
- Revision() - Method in class com.jgcomptech.tools.OSInfo.VersionObject
-
- Revision() - Static method in class com.jgcomptech.tools.OSInfo.Windows.Version
-
Returns the revision version of the operating system running on this Computer.
- rightOf(String, char) - Static method in class com.jgcomptech.tools.StringUtils
-
Returns right part of the string, after the character c.
- ROOT - Static variable in class com.jgcomptech.tools.events.EventType
-
The root event type.
- Run(String, String) - Static method in class com.jgcomptech.tools.CommandInfo
-
Runs command and returns results to ArrayList in Output object.
- Run(String, String, boolean) - Static method in class com.jgcomptech.tools.CommandInfo
-
Runs command elevated, shows cmd window and pauses window when command is complete.
- Run(String, String, boolean, boolean, boolean) - Static method in class com.jgcomptech.tools.CommandInfo
-
Runs command according to parameters, will only open cmd window if OS is Windows.
- saLoginUser(String) - Method in class com.jgcomptech.tools.authenication.SessionActivator
-
Logs in a user with the specified username and user role, no password checking is used.
- saLogoutUser(String) - Method in class com.jgcomptech.tools.authenication.SessionActivator
-
Logs out the specified user and, if single user, clears any set permissions.
- saSetOnSessionClosed(EventHandler<SessionEvent>) - Method in class com.jgcomptech.tools.authenication.SessionActivator
-
Sets the event handler that will fire when the session is closed.
- saSetOnSessionOpened(EventHandler<SessionEvent>) - Method in class com.jgcomptech.tools.authenication.SessionActivator
-
Sets the event handler that will fire when the session is opened.
- saveKeyPairToFile(KeyPair, String) - Static method in class com.jgcomptech.tools.SecurityTools.RSAFiles
-
Saves specified key pair to filename.
- saveToFile(String, String) - Static method in class com.jgcomptech.tools.SecurityTools.FileHashes
-
Save generated hash to the specified file.
- saveToFile(Key, String) - Static method in class com.jgcomptech.tools.SecurityTools.FileHashes
-
Save generated Key to the specified file.
- SecondAwayFromADecade - Static variable in class com.jgcomptech.tools.Misc.SecondsConverter
-
One second less than the number of seconds in a decade.
- SecurityTools - Class in com.jgcomptech.tools
-
Contains methods dealing with encryption and hashing.
- SecurityTools.FileHashes - Class in com.jgcomptech.tools
-
Contains methods dealing with hashing files.
- SecurityTools.HashType - Enum in com.jgcomptech.tools
-
A list of the Hash Types to be used for hashing string values in the
SecurityTools
class.
- SecurityTools.PasswordHashes - Class in com.jgcomptech.tools
-
Contains methods dealing with hashing passwords.
- SecurityTools.RSAFiles - Class in com.jgcomptech.tools
-
Contains methods dealing with RSA key files.
- SecurityTools.RSAHashes - Class in com.jgcomptech.tools
-
Contains methods dealing with RSA encryption and decryption.
- SELECT(String...) - Method in class com.jgcomptech.tools.databasetools.jbdc.QueryBuilder
-
This statement returns all rows with only the specified columns from the table.
- SELECT_ALL() - Method in class com.jgcomptech.tools.databasetools.jbdc.QueryBuilder
-
This statement returns all rows in all columns from the table.
- SELECT_AVG(String) - Method in class com.jgcomptech.tools.databasetools.jbdc.QueryBuilder
-
This statement returns the average of all the values in the specified column.
- SELECT_COUNT(String) - Method in class com.jgcomptech.tools.databasetools.jbdc.QueryBuilder
-
This statement returns the number of rows in the table.
- SELECT_COUNT_ALL_FROM(QueryBuilder) - Method in class com.jgcomptech.tools.databasetools.jbdc.QueryBuilder
-
This statement counts all rows in all columns from the result of the the specified query.
- SELECT_DISTINCT(String...) - Method in class com.jgcomptech.tools.databasetools.jbdc.QueryBuilder
-
This statement returns all rows with only the specified columns from the table excluding duplicate rows.
- SELECT_DISTINCT_AVG(String) - Method in class com.jgcomptech.tools.databasetools.jbdc.QueryBuilder
-
This statement returns the average of all the values in the specified column excluding duplicate values.
- SELECT_DISTINCT_COUNT(String) - Method in class com.jgcomptech.tools.databasetools.jbdc.QueryBuilder
-
This statement returns the number of rows in the table excluding duplicate rows.
- SELECT_DISTINCT_SUM(String) - Method in class com.jgcomptech.tools.databasetools.jbdc.QueryBuilder
-
This statement returns the sum of all the values in the specified column excluding duplicate values.
- SELECT_MAX(String) - Method in class com.jgcomptech.tools.databasetools.jbdc.QueryBuilder
-
This statement returns the highest value of all the values in the specified column.
- SELECT_MIN(String) - Method in class com.jgcomptech.tools.databasetools.jbdc.QueryBuilder
-
This statement returns the lowest value of all the values in the specified column.
- SELECT_SUM(String) - Method in class com.jgcomptech.tools.databasetools.jbdc.QueryBuilder
-
This statement returns the sum of all the values in the specified column.
- ServicePack() - Method in class com.jgcomptech.tools.OSInfo.InstallInfoObject
-
- ServicePackNumber() - Method in class com.jgcomptech.tools.OSInfo.InstallInfoObject
-
- Session - Class in com.jgcomptech.tools.authenication
-
An object representing a user login session.
- Session(String, UserRole) - Constructor for class com.jgcomptech.tools.authenication.Session
-
Creates an instance of a session.
- SESSION_ADMIN_OVERRIDE_FAILURE - Static variable in class com.jgcomptech.tools.events.SessionEvent
-
- SESSION_ADMIN_OVERRIDE_STARTED - Static variable in class com.jgcomptech.tools.events.SessionEvent
-
- SESSION_ADMIN_OVERRIDE_SUCCESS - Static variable in class com.jgcomptech.tools.events.SessionEvent
-
- SESSION_CLOSED - Static variable in class com.jgcomptech.tools.events.SessionEvent
-
- SESSION_LOGIN_FAILURE - Static variable in class com.jgcomptech.tools.events.SessionEvent
-
- SESSION_LOGIN_SUCCESS - Static variable in class com.jgcomptech.tools.events.SessionEvent
-
- SESSION_OPENED - Static variable in class com.jgcomptech.tools.events.SessionEvent
-
- SESSION_USER_VERIFY_FAILURE - Static variable in class com.jgcomptech.tools.events.SessionEvent
-
- SESSION_USER_VERIFY_STARTED - Static variable in class com.jgcomptech.tools.events.SessionEvent
-
- SESSION_USER_VERIFY_SUCCESS - Static variable in class com.jgcomptech.tools.events.SessionEvent
-
- SessionActivator - Class in com.jgcomptech.tools.authenication
-
Provides SessionManager and MultiSessionManager with methods needed to control user sessions.
- SessionActivator(UserManager, boolean) - Constructor for class com.jgcomptech.tools.authenication.SessionActivator
-
Creates a new instance of the Session Activator.
- SessionEvent - Class in com.jgcomptech.tools.events
-
- SessionEvent(EventTarget<? extends Event>, EventType<? extends Event>) - Constructor for class com.jgcomptech.tools.events.SessionEvent
-
Construct a new Event
with the specified event target and type.
- SessionEvent(EventTarget<? extends Event>, EventType<? extends Event>, List<Object>) - Constructor for class com.jgcomptech.tools.events.SessionEvent
-
Construct a new Event
with the specified event target, type and args.
- SessionManager - Class in com.jgcomptech.tools.authenication
-
Manages a single login session to allow a users to login to your application.
- SessionManager(UserManager) - Constructor for class com.jgcomptech.tools.authenication.SessionManager
-
Creates an instance of the SessionManager.
- SessionManager(UserManager, String) - Constructor for class com.jgcomptech.tools.authenication.SessionManager
-
Creates an instance of the SessionManager.
- SessionManager(UserManager, String, String) - Constructor for class com.jgcomptech.tools.authenication.SessionManager
-
Creates an instance of the SessionManager.
- sessions - Variable in class com.jgcomptech.tools.authenication.SessionActivator
-
- SET(String, String) - Method in class com.jgcomptech.tools.databasetools.jbdc.UpdateBuilder
-
Sets the values to replace in the table.
- setAdminPermission(boolean) - Method in class com.jgcomptech.tools.permissions.PermissionManager
-
Manually sets the status of the Admin permission.
- setAlwaysOnTop(boolean) - Method in class com.jgcomptech.tools.dialogs.FXMLDialogWrapper
-
Defines whether this Dialog
is kept on top of other windows.
- setAppIconPath(String) - Method in class com.jgcomptech.tools.authenication.SessionManager
-
Sets the path to the icon to use for all login dialogs.
- setAppIconPath(String) - Method in class com.jgcomptech.tools.authenication.UserManager
-
Sets the path to the icon to use for all dialogs.
- setCreatePermission(boolean) - Method in class com.jgcomptech.tools.permissions.PermissionManager
-
Manually sets the status of the Create permission.
- setDBType(DatabaseType) - Method in class com.jgcomptech.tools.databasetools.jbdc.DatabaseConnectionInfo
-
Sets the database type.
- setEditPermission(boolean) - Method in class com.jgcomptech.tools.permissions.PermissionManager
-
Manually sets the status of the Edit permission.
- setEnabled(boolean) - Method in class com.jgcomptech.tools.permissions.Permission
-
Sets the permission status.
- setIcon(Image) - Method in class com.jgcomptech.tools.dialogs.FXMLDialogWrapper
-
Defines the icon image for the Dialog
to be used in the window decorations and when minimized.
- setIconPath(String) - Method in class com.jgcomptech.tools.dialogs.LoginDialog
-
Sets the path in the resource folder of the window icon.
- setLoginErrorText(String) - Method in class com.jgcomptech.tools.authenication.SessionManager
-
Sets the text to use for the error message when invalid credentials are provided
- setMaxSessions(int) - Method in class com.jgcomptech.tools.authenication.MultiSessionManager
-
Sets the maximum number of allowed sessions before login is disabled.
- setOnAdminOverrideFailure(EventHandler<SessionEvent>) - Method in class com.jgcomptech.tools.authenication.SessionManager
-
- setOnAdminOverrideStarted(EventHandler<SessionEvent>) - Method in class com.jgcomptech.tools.authenication.SessionManager
-
- setOnAdminOverrideSuccess(EventHandler<SessionEvent>) - Method in class com.jgcomptech.tools.authenication.SessionManager
-
- setOnAllPermissionsDisabled(EventHandler<PermissionEvent>) - Method in class com.jgcomptech.tools.permissions.PermissionManager
-
Sets the event handler that will fire when multiple permissions loaded.
- setOnAllPermissionsEnabled(EventHandler<PermissionEvent>) - Method in class com.jgcomptech.tools.permissions.PermissionManager
-
Sets the event handler that will fire when multiple permissions loaded.
- setOnDisabled(EventHandler<PermissionEvent>) - Method in class com.jgcomptech.tools.permissions.Permission
-
Sets the event handler that will fire when the permission is disabled.
- setOnEnabled(EventHandler<PermissionEvent>) - Method in class com.jgcomptech.tools.permissions.Permission
-
Sets the event handler that will fire when the permission is enabled.
- setOnLoginFailure(EventHandler<SessionEvent>) - Method in class com.jgcomptech.tools.authenication.SessionManager
-
Sets the event handler that will fire when a user login fails.
- setOnLoginSuccess(EventHandler<SessionEvent>) - Method in class com.jgcomptech.tools.authenication.SessionManager
-
Sets the event handler that will fire when a user login succeeds.
- setOnPermissionsApplied(EventHandler<PermissionEvent>) - Method in class com.jgcomptech.tools.permissions.PermissionManager
-
Sets the event handler that will fire when multiple permissions loaded.
- setOnSessionClosed(EventHandler<SessionEvent>) - Method in class com.jgcomptech.tools.authenication.MultiSessionManager
-
Sets the event handler that will fire when the session is closed.
- setOnSessionClosed(EventHandler<SessionEvent>) - Method in class com.jgcomptech.tools.authenication.SessionManager
-
Sets the event handler that will fire when the session is closed.
- setOnSessionOpened(EventHandler<SessionEvent>) - Method in class com.jgcomptech.tools.authenication.MultiSessionManager
-
Sets the event handler that will fire when the session is opened.
- setOnSessionOpened(EventHandler<SessionEvent>) - Method in class com.jgcomptech.tools.authenication.SessionManager
-
Sets the event handler that will fire when the session is opened.
- setOnUserVerifyFailure(EventHandler<SessionEvent>) - Method in class com.jgcomptech.tools.authenication.SessionManager
-
- setOnUserVerifyStarted(EventHandler<SessionEvent>) - Method in class com.jgcomptech.tools.authenication.SessionManager
-
- setOnUserVerifySuccess(EventHandler<SessionEvent>) - Method in class com.jgcomptech.tools.authenication.SessionManager
-
- setOwner(Stage) - Method in class com.jgcomptech.tools.dialogs.FXMLDialogWrapper
-
Defines the owner Window for this Dialog
, or null for a top-level, unowned stage.
- setPassword(String) - Method in class com.jgcomptech.tools.authenication.UserAccount
-
Sets a new password for the user using SHA-512 password hashing.
- setPassword(String, String) - Method in class com.jgcomptech.tools.authenication.UserManager
-
Sets a new password for an existing user using SHA-512 password hashing.
- setPassword(String) - Method in class com.jgcomptech.tools.databasetools.jbdc.DatabaseConnectionInfo
-
Sets the database password.
- setPath(String) - Method in class com.jgcomptech.tools.databasetools.jbdc.DatabaseConnectionInfo
-
Sets the database path.
- setPermissionOnDisabled(String, EventHandler<PermissionEvent>) - Method in class com.jgcomptech.tools.permissions.PermissionManager
-
Sets the EventHandler for the OnDisabled event for the specified permission.
- setPermissionOnEnabled(String, EventHandler<PermissionEvent>) - Method in class com.jgcomptech.tools.permissions.PermissionManager
-
Sets the EventHandler for the OnEnabled event for the specified permission.
- setProgramName(String) - Method in class com.jgcomptech.tools.authenication.SessionManager
-
Sets the name of the program to use in all login dialogs for the window title.
- setProgramName(String) - Method in class com.jgcomptech.tools.authenication.UserManager
-
Sets the program name to use for all dialogs.
- setReadPermission(boolean) - Method in class com.jgcomptech.tools.permissions.PermissionManager
-
Manually sets the status of the Read permission.
- setSource(Object) - Method in class com.jgcomptech.tools.events.Event
-
Sets the event source, only available to other event objects.
- setStatement(PreparedStatement) - Method in class com.jgcomptech.tools.databasetools.jbdc.SQLBuilder
-
- setTarget(EventTarget<? extends Event>) - Method in class com.jgcomptech.tools.events.Event
-
Sets the event target of this event, only available to other event objects.
- setTitle(String) - Method in class com.jgcomptech.tools.dialogs.FXMLDialogWrapper
-
Defines the title of the Dialog
.
- setUsername(String) - Method in class com.jgcomptech.tools.databasetools.jbdc.DatabaseConnectionInfo
-
Sets the database username.
- setUserRole(UserRoleManager.SystemUserRoles) - Method in class com.jgcomptech.tools.authenication.UserAccount
-
Sets the user role of the user.
- setUserRole(String) - Method in class com.jgcomptech.tools.authenication.UserAccount
-
Sets the user role of the user.
- setUserRole(String, UserRoleManager.SystemUserRoles) - Method in class com.jgcomptech.tools.authenication.UserManager
-
Sets the user type of the specified user.
- setUserRole(String, String) - Method in class com.jgcomptech.tools.authenication.UserManager
-
Sets the user type of the specified user.
- setValue(String, String) - Method in class com.jgcomptech.tools.databasetools.jbdc.Database.Settings
-
Sets a setting in the settings table, if setting doesn’t exist, it is created.
- ShellExecuteW(WinDef.HWND, String, WString, String, String, int) - Method in interface com.jgcomptech.tools.NativeMethods.Shell32
-
- show(String, String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton) - Static method in class com.jgcomptech.tools.dialogs.MessageBox
-
Displays message box with specified text, title, header text, buttons, icon and default button.
- show(String, String, String, MessageBoxButtons, MessageBoxIcon) - Static method in class com.jgcomptech.tools.dialogs.MessageBox
-
Displays message box with specified text, title, header text, buttons and icon.
- show(String, String, String, MessageBoxButtons, MessageBoxDefaultButton) - Static method in class com.jgcomptech.tools.dialogs.MessageBox
-
Displays message box with specified text, title, header text, buttons and default button.
- show(String, String, String, MessageBoxIcon, MessageBoxDefaultButton) - Static method in class com.jgcomptech.tools.dialogs.MessageBox
-
Displays message box with specified text, title, header text, icon and default button.
- show(String, String, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton) - Static method in class com.jgcomptech.tools.dialogs.MessageBox
-
Displays message box with specified text, title, buttons, icon and default button.
- show(String, String, MessageBoxButtons, MessageBoxDefaultButton) - Static method in class com.jgcomptech.tools.dialogs.MessageBox
-
Displays message box with specified text, title, buttons and default button.
- show(String, String, MessageBoxIcon, MessageBoxDefaultButton) - Static method in class com.jgcomptech.tools.dialogs.MessageBox
-
Displays message box with specified text, title, icon and default button.
- show(String, String, String, MessageBoxButtons) - Static method in class com.jgcomptech.tools.dialogs.MessageBox
-
Displays message box with specified text, title, header text and buttons.
- show(String, String, String, MessageBoxIcon) - Static method in class com.jgcomptech.tools.dialogs.MessageBox
-
Displays message box with specified text, title, header text and icon.
- show(String, String, MessageBoxButtons) - Static method in class com.jgcomptech.tools.dialogs.MessageBox
-
Displays message box with specified text, title and buttons.
- show(String, String, MessageBoxIcon) - Static method in class com.jgcomptech.tools.dialogs.MessageBox
-
Displays message box with specified text, title and icon.
- show(String, String, String) - Static method in class com.jgcomptech.tools.dialogs.MessageBox
-
Displays message box with specified text, title and header text.
- show(String, String) - Static method in class com.jgcomptech.tools.dialogs.MessageBox
-
Displays message box with specified text and title.
- show(String) - Static method in class com.jgcomptech.tools.dialogs.MessageBox
-
Displays message box with specified text.
- showAndWait() - Method in class com.jgcomptech.tools.dialogs.FXMLDialogWrapper
-
Shows the dialog and waits for the user response (in other words, brings up a blocking dialog, with the returned value the users input).
- showLoginWindow(boolean) - Method in class com.jgcomptech.tools.authenication.SessionManager
-
Shows the login dialog window.
- showLoginWindow(String, String, boolean) - Method in class com.jgcomptech.tools.authenication.SessionManager
-
- showLoginWindow(String, String, String, boolean) - Method in class com.jgcomptech.tools.authenication.SessionManager
-
- SMMediaCenter - Static variable in class com.jgcomptech.tools.enums.OtherConsts
-
- SMServerR2 - Static variable in class com.jgcomptech.tools.enums.OtherConsts
-
- SMTabletPC - Static variable in class com.jgcomptech.tools.enums.OtherConsts
-
- SQLBuilder - Class in com.jgcomptech.tools.databasetools.jbdc
-
An abstract builder class for creating sql statements.
- SQLBuilder() - Constructor for class com.jgcomptech.tools.databasetools.jbdc.SQLBuilder
-
- squared(int) - Static method in class com.jgcomptech.tools.NumberUtils
-
Squares the specified number.
- squareRoot(int) - Static method in class com.jgcomptech.tools.NumberUtils
-
Returns the square root of the specified number.
- start(Stage) - Method in class com.jgcomptech.tools.demo.Main
-
- startsWithIgnoreCase(String, String) - Static method in class com.jgcomptech.tools.StringUtils
-
Checks if a string starts with a given suffix.
- Storage() - Method in class com.jgcomptech.tools.HWInfo.HWObject
-
- StorageObject() - Constructor for class com.jgcomptech.tools.HWInfo.StorageObject
-
- String() - Static method in class com.jgcomptech.tools.OSInfo.Architecture
-
Determines if the current application is 32 or 64-bit.
- String() - Static method in class com.jgcomptech.tools.OSInfo.Name
-
Returns the name of the operating system running on this computer.
- String() - Static method in class com.jgcomptech.tools.OSInfo.Windows.Edition
-
Returns the product type of the OS as a string.
- String() - Static method in class com.jgcomptech.tools.OSInfo.Windows.Name
-
Returns the OS name.
- String() - Static method in class com.jgcomptech.tools.OSInfo.Windows.ServicePack
-
Returns the service pack information of the operating system running on this Computer.
- StringExpanded() - Static method in class com.jgcomptech.tools.OSInfo.Name
-
Returns a full version String, ex.: “Windows XP SP2 (32 Bit)”.
- StringExpandedFromRegistry() - Static method in class com.jgcomptech.tools.OSInfo.Name
-
Returns a full version String, ex.: “Windows XP SP2 (32 Bit)”.
- StringUtils - Class in com.jgcomptech.tools
-
Contains methods dealing with strings.
- SUBMIT - Static variable in class com.jgcomptech.tools.dialogs.DialogResult
-
The message box return value is SUBMIT (usually sent from a button labeled SUBMIT).
- SUBMIT - Static variable in class com.jgcomptech.tools.dialogs.MessageBoxButtonType
-
- SystemDrive() - Method in class com.jgcomptech.tools.HWInfo.StorageObject
-
- SystemOEM() - Method in class com.jgcomptech.tools.HWInfo.HWObject
-
- valueOf(String) - Static method in enum com.jgcomptech.tools.authenication.UserRoleManager.SystemUserRoles
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jgcomptech.tools.databasetools.jbdc.DatabaseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jgcomptech.tools.databasetools.jbdc.DataTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jgcomptech.tools.databasetools.jbdc.TypedStatement.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jgcomptech.tools.dialogs.MessageBoxButtons
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jgcomptech.tools.dialogs.MessageBoxDefaultButton
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jgcomptech.tools.dialogs.MessageBoxIcon
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jgcomptech.tools.enums.OSList
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jgcomptech.tools.enums.OSType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jgcomptech.tools.enums.ProductEdition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jgcomptech.tools.enums.ProductType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jgcomptech.tools.enums.VERSuite
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jgcomptech.tools.enums.WMIClasses.COM
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jgcomptech.tools.enums.WMIClasses.File_System
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jgcomptech.tools.enums.WMIClasses.Hardware
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jgcomptech.tools.enums.WMIClasses.Networking
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jgcomptech.tools.enums.WMIClasses.OS
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jgcomptech.tools.enums.WMIClasses.Other
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jgcomptech.tools.enums.WMIClasses.Performance_FormattedData
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jgcomptech.tools.enums.WMIClasses.Performance_RawData
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jgcomptech.tools.enums.WMIClasses.Security
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jgcomptech.tools.enums.WMIClasses.Shares
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jgcomptech.tools.enums.WMIClasses.Storage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jgcomptech.tools.enums.WMIClasses.Unknown
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jgcomptech.tools.enums.WMIClasses.Users
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jgcomptech.tools.enums.WMIClasses
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jgcomptech.tools.OSInfo.Windows.Activation.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jgcomptech.tools.OSInfo.Windows.Version.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jgcomptech.tools.permissions.PermissionManager.SystemPermissions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jgcomptech.tools.RegistryInfo.HKEY
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jgcomptech.tools.SecurityTools.HashType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.jgcomptech.tools.authenication.UserRoleManager.SystemUserRoles
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jgcomptech.tools.databasetools.jbdc.DatabaseType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jgcomptech.tools.databasetools.jbdc.DataTypes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES(String...) - Method in class com.jgcomptech.tools.databasetools.jbdc.InsertBuilder
-
Finishes the INSERT statement specifying the values to insert.
- values() - Static method in enum com.jgcomptech.tools.databasetools.jbdc.TypedStatement.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jgcomptech.tools.dialogs.MessageBoxButtons
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jgcomptech.tools.dialogs.MessageBoxDefaultButton
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jgcomptech.tools.dialogs.MessageBoxIcon
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jgcomptech.tools.enums.OSList
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jgcomptech.tools.enums.OSType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jgcomptech.tools.enums.ProductEdition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jgcomptech.tools.enums.ProductType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jgcomptech.tools.enums.VERSuite
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jgcomptech.tools.enums.WMIClasses.COM
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jgcomptech.tools.enums.WMIClasses.File_System
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jgcomptech.tools.enums.WMIClasses.Hardware
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jgcomptech.tools.enums.WMIClasses.Networking
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jgcomptech.tools.enums.WMIClasses.OS
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jgcomptech.tools.enums.WMIClasses.Other
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jgcomptech.tools.enums.WMIClasses.Performance_FormattedData
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jgcomptech.tools.enums.WMIClasses.Performance_RawData
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jgcomptech.tools.enums.WMIClasses.Security
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jgcomptech.tools.enums.WMIClasses.Shares
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jgcomptech.tools.enums.WMIClasses.Storage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jgcomptech.tools.enums.WMIClasses.Unknown
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jgcomptech.tools.enums.WMIClasses.Users
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jgcomptech.tools.enums.WMIClasses
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jgcomptech.tools.OSInfo.Windows.Activation.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jgcomptech.tools.OSInfo.Windows.Version.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jgcomptech.tools.permissions.PermissionManager.SystemPermissions
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jgcomptech.tools.RegistryInfo.HKEY
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.jgcomptech.tools.SecurityTools.HashType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Vendor() - Method in class com.jgcomptech.tools.HWInfo.BIOSObject
-
- Version() - Method in class com.jgcomptech.tools.HWInfo.BIOSObject
-
- Version() - Method in class com.jgcomptech.tools.OSInfo.InstallInfoObject
-
- VersionObject() - Constructor for class com.jgcomptech.tools.OSInfo.VersionObject
-
- VERSuite - Enum in com.jgcomptech.tools.enums
-
- WebTools - Class in com.jgcomptech.tools
-
Web tools for completing tasks dealing with websites.
- WebTools.HTML - Class in com.jgcomptech.tools
-
HTML tools for handling html source code.
- WHERE(String, String) - Method in class com.jgcomptech.tools.databasetools.jbdc.DeleteBuilder
-
Specifies a condition to constrain the SELECT statement and if this is not the first WHERE added it is separated by AND.
- WHERE(String, String) - Method in class com.jgcomptech.tools.databasetools.jbdc.QueryBuilder
-
Specifies a condition to constrain the SELECT statement and if this is not the first WHERE added it is separated by AND.
- WHERE(String, String) - Method in class com.jgcomptech.tools.databasetools.jbdc.UpdateBuilder
-
Specifies a condition to constrain the SELECT statement and if this is not the first WHERE added it is separated by AND.
- WHERE_BETWEEN(String, String, String) - Method in class com.jgcomptech.tools.databasetools.jbdc.DeleteBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the specified column value equals the start or stop values or falls between those values and if this is not the first WHERE added it is separated by AND.
- WHERE_BETWEEN(String, String, String) - Method in class com.jgcomptech.tools.databasetools.jbdc.QueryBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the specified column value equals the start or stop values or falls between those values and if this is not the first WHERE added it is separated by AND.
- WHERE_BETWEEN(String, String, String) - Method in class com.jgcomptech.tools.databasetools.jbdc.UpdateBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the specified column value equals the start or stop values or falls between those values and if this is not the first WHERE added it is separated by AND.
- WHERE_BETWEEN_OR(String, String, String) - Method in class com.jgcomptech.tools.databasetools.jbdc.DeleteBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the specified column value equals the start or stop values or falls between those values and if this is not the first WHERE added it is separated by OR.
- WHERE_BETWEEN_OR(String, String, String) - Method in class com.jgcomptech.tools.databasetools.jbdc.QueryBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the specified column value equals the start or stop values or falls between those values and if this is not the first WHERE added it is separated by OR.
- WHERE_BETWEEN_OR(String, String, String) - Method in class com.jgcomptech.tools.databasetools.jbdc.UpdateBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the specified column value equals the start or stop values or falls between those values and if this is not the first WHERE added it is separated by OR.
- WHERE_EXISTS(QueryBuilder) - Method in class com.jgcomptech.tools.databasetools.jbdc.DeleteBuilder
-
Specifies a condition to constrain the SELECT statement that checks if any record exists in the sub query and if this is not the first WHERE added it is separated by AND.
- WHERE_EXISTS(QueryBuilder) - Method in class com.jgcomptech.tools.databasetools.jbdc.QueryBuilder
-
Specifies a condition to constrain the SELECT statement that checks if any record exists in the sub query and if this is not the first WHERE added it is separated by AND.
- WHERE_EXISTS(QueryBuilder) - Method in class com.jgcomptech.tools.databasetools.jbdc.UpdateBuilder
-
Specifies a condition to constrain the SELECT statement that checks if any record exists in the sub query and if this is not the first WHERE added it is separated by AND.
- WHERE_EXISTS_OR(QueryBuilder) - Method in class com.jgcomptech.tools.databasetools.jbdc.DeleteBuilder
-
Specifies a condition to constrain the SELECT statement that checks if any record exists in the sub query and if this is not the first WHERE added it is separated by OR.
- WHERE_EXISTS_OR(QueryBuilder) - Method in class com.jgcomptech.tools.databasetools.jbdc.QueryBuilder
-
Specifies a condition to constrain the SELECT statement that checks if any record exists in the sub query and if this is not the first WHERE added it is separated by OR.
- WHERE_EXISTS_OR(QueryBuilder) - Method in class com.jgcomptech.tools.databasetools.jbdc.UpdateBuilder
-
Specifies a condition to constrain the SELECT statement that checks if any record exists in the sub query and if this is not the first WHERE added it is separated by OR.
- WHERE_IN(String, String...) - Method in class com.jgcomptech.tools.databasetools.jbdc.DeleteBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the column matches one of the specified values.
- WHERE_IN(String, String...) - Method in class com.jgcomptech.tools.databasetools.jbdc.QueryBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the column matches one of the specified values.
- WHERE_IN(String, String...) - Method in class com.jgcomptech.tools.databasetools.jbdc.UpdateBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the column matches one of the specified values.
- WHERE_IN_OR(String, String...) - Method in class com.jgcomptech.tools.databasetools.jbdc.DeleteBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the column matches one of the specified values.
- WHERE_IN_OR(String, String...) - Method in class com.jgcomptech.tools.databasetools.jbdc.QueryBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the column matches one of the specified values.
- WHERE_IN_OR(String, String...) - Method in class com.jgcomptech.tools.databasetools.jbdc.UpdateBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the column matches one of the specified values.
- WHERE_IS_NOT_NULL(String) - Method in class com.jgcomptech.tools.databasetools.jbdc.DeleteBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the specified column is NOT NULL and if this is not the first WHERE added it is separated by AND.
- WHERE_IS_NOT_NULL(String) - Method in class com.jgcomptech.tools.databasetools.jbdc.QueryBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the specified column is NOT NULL and if this is not the first WHERE added it is separated by AND.
- WHERE_IS_NOT_NULL(String) - Method in class com.jgcomptech.tools.databasetools.jbdc.UpdateBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the specified column is NOT NULL and if this is not the first WHERE added it is separated by AND.
- WHERE_IS_NOT_NULL_OR(String) - Method in class com.jgcomptech.tools.databasetools.jbdc.DeleteBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the specified column is NOT NULL and if this is not the first WHERE added it is separated by OR.
- WHERE_IS_NOT_NULL_OR(String) - Method in class com.jgcomptech.tools.databasetools.jbdc.QueryBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the specified column is NOT NULL and if this is not the first WHERE added it is separated by OR.
- WHERE_IS_NOT_NULL_OR(String) - Method in class com.jgcomptech.tools.databasetools.jbdc.UpdateBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the specified column is NOT NULL and if this is not the first WHERE added it is separated by OR.
- WHERE_IS_NULL(String) - Method in class com.jgcomptech.tools.databasetools.jbdc.DeleteBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the specified column is NULL and if this is not the first WHERE added it is separated by AND.
- WHERE_IS_NULL(String) - Method in class com.jgcomptech.tools.databasetools.jbdc.QueryBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the specified column is NULL and if this is not the first WHERE added it is separated by AND.
- WHERE_IS_NULL(String) - Method in class com.jgcomptech.tools.databasetools.jbdc.UpdateBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the specified column is NULL and if this is not the first WHERE added it is separated by AND.
- WHERE_IS_NULL_OR(String) - Method in class com.jgcomptech.tools.databasetools.jbdc.DeleteBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the specified column is NULL and if this is not the first WHERE added it is separated by OR.
- WHERE_IS_NULL_OR(String) - Method in class com.jgcomptech.tools.databasetools.jbdc.QueryBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the specified column is NULL and if this is not the first WHERE added it is separated by OR.
- WHERE_IS_NULL_OR(String) - Method in class com.jgcomptech.tools.databasetools.jbdc.UpdateBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the specified column is NULL and if this is not the first WHERE added it is separated by OR.
- WHERE_NOT(String, String) - Method in class com.jgcomptech.tools.databasetools.jbdc.DeleteBuilder
-
Specifies an inverse condition using NOT to constrain the SELECT statement and if this is not the first WHERE added it is separated by AND.
- WHERE_NOT(String, String) - Method in class com.jgcomptech.tools.databasetools.jbdc.QueryBuilder
-
Specifies an inverse condition using NOT to constrain the SELECT statement and if this is not the first WHERE added it is separated by AND.
- WHERE_NOT(String, String) - Method in class com.jgcomptech.tools.databasetools.jbdc.UpdateBuilder
-
Specifies an inverse condition using NOT to constrain the SELECT statement and if this is not the first WHERE added it is separated by AND.
- WHERE_NOT_BETWEEN(String, String, String) - Method in class com.jgcomptech.tools.databasetools.jbdc.DeleteBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the specified column value does not equal the start or stop values and does not fall between those values and if this is not the first WHERE added it is separated by AND.
- WHERE_NOT_BETWEEN(String, String, String) - Method in class com.jgcomptech.tools.databasetools.jbdc.QueryBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the specified column value does not equal the start or stop values and does not fall between those values and if this is not the first WHERE added it is separated by AND.
- WHERE_NOT_BETWEEN(String, String, String) - Method in class com.jgcomptech.tools.databasetools.jbdc.UpdateBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the specified column value does not equal the start or stop values and does not fall between those values and if this is not the first WHERE added it is separated by AND.
- WHERE_NOT_BETWEEN_OR(String, String, String) - Method in class com.jgcomptech.tools.databasetools.jbdc.DeleteBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the specified column value does not equal the start or stop values and does not fall between those values and if this is not the first WHERE added it is separated by OR.
- WHERE_NOT_BETWEEN_OR(String, String, String) - Method in class com.jgcomptech.tools.databasetools.jbdc.QueryBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the specified column value does not equal the start or stop values and does not fall between those values and if this is not the first WHERE added it is separated by OR.
- WHERE_NOT_BETWEEN_OR(String, String, String) - Method in class com.jgcomptech.tools.databasetools.jbdc.UpdateBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the specified column value does not equal the start or stop values and does not fall between those values and if this is not the first WHERE added it is separated by OR.
- WHERE_NOT_EXISTS(QueryBuilder) - Method in class com.jgcomptech.tools.databasetools.jbdc.DeleteBuilder
-
Specifies a condition to constrain the SELECT statement that checks if no records exist in the sub query and if this is not the first WHERE added it is separated by AND.
- WHERE_NOT_EXISTS(QueryBuilder) - Method in class com.jgcomptech.tools.databasetools.jbdc.QueryBuilder
-
Specifies a condition to constrain the SELECT statement that checks if no records exist in the sub query and if this is not the first WHERE added it is separated by AND.
- WHERE_NOT_EXISTS(QueryBuilder) - Method in class com.jgcomptech.tools.databasetools.jbdc.UpdateBuilder
-
Specifies a condition to constrain the SELECT statement that checks if no records exist in the sub query and if this is not the first WHERE added it is separated by AND.
- WHERE_NOT_EXISTS_OR(QueryBuilder) - Method in class com.jgcomptech.tools.databasetools.jbdc.DeleteBuilder
-
Specifies a condition to constrain the SELECT statement that checks if no records exist in the sub query and if this is not the first WHERE added it is separated by OR.
- WHERE_NOT_EXISTS_OR(QueryBuilder) - Method in class com.jgcomptech.tools.databasetools.jbdc.QueryBuilder
-
Specifies a condition to constrain the SELECT statement that checks if no records exist in the sub query and if this is not the first WHERE added it is separated by OR.
- WHERE_NOT_EXISTS_OR(QueryBuilder) - Method in class com.jgcomptech.tools.databasetools.jbdc.UpdateBuilder
-
Specifies a condition to constrain the SELECT statement that checks if no records exist in the sub query and if this is not the first WHERE added it is separated by OR.
- WHERE_NOT_IN(String, String...) - Method in class com.jgcomptech.tools.databasetools.jbdc.DeleteBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the column does not match one of the specified values.
- WHERE_NOT_IN(String, String...) - Method in class com.jgcomptech.tools.databasetools.jbdc.QueryBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the column does not match one of the specified values.
- WHERE_NOT_IN(String, String...) - Method in class com.jgcomptech.tools.databasetools.jbdc.UpdateBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the column does not match one of the specified values.
- WHERE_NOT_IN_OR(String, String...) - Method in class com.jgcomptech.tools.databasetools.jbdc.DeleteBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the column does not match one of the specified values.
- WHERE_NOT_IN_OR(String, String...) - Method in class com.jgcomptech.tools.databasetools.jbdc.QueryBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the column does not match one of the specified values.
- WHERE_NOT_IN_OR(String, String...) - Method in class com.jgcomptech.tools.databasetools.jbdc.UpdateBuilder
-
Specifies a condition to constrain the SELECT statement that checks if the column does not match one of the specified values.
- WHERE_NOT_OR(String, String) - Method in class com.jgcomptech.tools.databasetools.jbdc.DeleteBuilder
-
Specifies an inverse condition using NOT to constrain the SELECT statement and if this is not the first WHERE added it is separated by OR.
- WHERE_NOT_OR(String, String) - Method in class com.jgcomptech.tools.databasetools.jbdc.QueryBuilder
-
Specifies an inverse condition using NOT to constrain the SELECT statement and if this is not the first WHERE added it is separated by OR.
- WHERE_NOT_OR(String, String) - Method in class com.jgcomptech.tools.databasetools.jbdc.UpdateBuilder
-
Specifies an inverse condition using NOT to constrain the SELECT statement and if this is not the first WHERE added it is separated by OR.
- WHERE_OR(String, String) - Method in class com.jgcomptech.tools.databasetools.jbdc.DeleteBuilder
-
Specifies a condition to constrain the SELECT statement and if this is not the first WHERE added it is separated by OR.
- WHERE_OR(String, String) - Method in class com.jgcomptech.tools.databasetools.jbdc.QueryBuilder
-
Specifies a condition to constrain the SELECT statement and if this is not the first WHERE added it is separated by OR.
- WHERE_OR(String, String) - Method in class com.jgcomptech.tools.databasetools.jbdc.UpdateBuilder
-
Specifies a condition to constrain the SELECT statement and if this is not the first WHERE added it is separated by OR.
- WhereBuilder - Class in com.jgcomptech.tools.databasetools.jbdc
-
A builder class for creating a WHERE sql statement to set a constraint on another statement.
- WMIClasses - Enum in com.jgcomptech.tools.enums
-
- WMIClasses.COM - Enum in com.jgcomptech.tools.enums
-
- WMIClasses.File_System - Enum in com.jgcomptech.tools.enums
-
- WMIClasses.Hardware - Enum in com.jgcomptech.tools.enums
-
- WMIClasses.Networking - Enum in com.jgcomptech.tools.enums
-
- WMIClasses.OS - Enum in com.jgcomptech.tools.enums
-
- WMIClasses.Other - Enum in com.jgcomptech.tools.enums
-
- WMIClasses.Performance_FormattedData - Enum in com.jgcomptech.tools.enums
-
- WMIClasses.Performance_RawData - Enum in com.jgcomptech.tools.enums
-
- WMIClasses.Security - Enum in com.jgcomptech.tools.enums
-
- WMIClasses.Shares - Enum in com.jgcomptech.tools.enums
-
- WMIClasses.Storage - Enum in com.jgcomptech.tools.enums
-
- WMIClasses.Unknown - Enum in com.jgcomptech.tools.enums
-
- WMIClasses.Users - Enum in com.jgcomptech.tools.enums
-