A B C D E F G H I K L M N O P Q R S T U V W Y _ 
All Classes All Packages

I

IDEController - com.jgcomptech.tools.enums.WMIClasses.Hardware
 
IDEControllerDevice - com.jgcomptech.tools.enums.WMIClasses.Hardware
 
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
 
ImplementedCategory - com.jgcomptech.tools.enums.WMIClasses.COM
 
IncorrectCredentialsException - Exception in com.jgcomptech.tools.authc
Thrown when attempting to authenticate with credential(s) that do not match the actual credentials associated with the account principal.
IncorrectCredentialsException() - Constructor for exception com.jgcomptech.tools.authc.IncorrectCredentialsException
Creates a new IncorrectCredentialsException.
IncorrectCredentialsException(String) - Constructor for exception com.jgcomptech.tools.authc.IncorrectCredentialsException
Constructs a new IncorrectCredentialsException.
IncorrectCredentialsException(String, Throwable) - Constructor for exception com.jgcomptech.tools.authc.IncorrectCredentialsException
Constructs a new IncorrectCredentialsException.
IncorrectCredentialsException(Throwable) - Constructor for exception com.jgcomptech.tools.authc.IncorrectCredentialsException
Constructs a new IncorrectCredentialsException.
IndexBuilder - Class in com.jgcomptech.tools.databasetools.jdbc.builders
A builder class for creating a CREATE sql statement to create a new table index.
IndexBuilder() - Constructor for class com.jgcomptech.tools.databasetools.jdbc.builders.IndexBuilder
 
InetInfo_InternetInformationServicesGlobal - com.jgcomptech.tools.enums.WMIClasses.Performance_FormattedData
 
Info() - Constructor for class com.jgcomptech.tools.databasetools.jdbc.Database.Info
 
INFORMATION - com.jgcomptech.tools.dialogs.MessageBoxIcon
The INFORMATION alert type configures the MessageBox to appear in a way that suggests the content of the MessageBox is informing the user of a piece of information.
InfraredDevice - com.jgcomptech.tools.enums.WMIClasses.Hardware
 
IniFileSpecification - com.jgcomptech.tools.enums.WMIClasses.Unknown
 
INSERT - com.jgcomptech.tools.databasetools.jdbc.TypedStatement.Type
 
INSERT_INTO(String, String...) - Method in class com.jgcomptech.tools.databasetools.jdbc.builders.InsertBuilder
Generates sql code to insert a row into a table.
InsertBuilder - Class in com.jgcomptech.tools.databasetools.jdbc.builders
A builder class for creating an INSERT sql statement to add a row to a table.
InsertBuilder() - Constructor for class com.jgcomptech.tools.databasetools.jdbc.builders.InsertBuilder
 
InstalledSoftwareElement - com.jgcomptech.tools.enums.WMIClasses.Unknown
 
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
 
INTEGER - com.jgcomptech.tools.databasetools.jdbc.DataTypes
 
InternalIPAddress() - Method in class com.jgcomptech.tools.HWInfo.NetworkObject
 
IP4PersistedRouteTable - com.jgcomptech.tools.enums.WMIClasses.Networking
 
IP4RouteTable - com.jgcomptech.tools.enums.WMIClasses.Networking
 
IP4RouteTableEvent - com.jgcomptech.tools.enums.WMIClasses.Networking
 
IRQResource - com.jgcomptech.tools.enums.WMIClasses.Hardware
 
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.authc.AuthManager
Returns true if an admin user is currently logged in under the single user context.
isAdminLoggedIn() - Method in class com.jgcomptech.tools.authc.SessionManager
Returns true if an admin user is currently logged in under the single user context.
isAdminPermissionEnabled() - Method in class com.jgcomptech.tools.authz.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.
isAnonymous() - Method in class com.jgcomptech.tools.authc.Subject
Checks if the subject has an assigned username to manage.
ISAPISearch_HttpIndexingService - com.jgcomptech.tools.enums.WMIClasses.Performance_FormattedData
 
isAuthenticated() - Method in class com.jgcomptech.tools.authc.Subject
Checks if the subject's assigned username is currently logged in.
isAuthenticated(boolean) - Method in class com.jgcomptech.tools.authc.Subject
Checks if the subject's assigned username is currently logged in.
isConnected() - Method in class com.jgcomptech.tools.databasetools.jdbc.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.authz.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.authz.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.authz.PermissionManager
Returns true if Edit permission is enabled.
isEnabled() - Method in class com.jgcomptech.tools.authc.UserRole
Checks if the user role is enabled.
isEnabled() - Method in class com.jgcomptech.tools.authz.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.
isLocked() - Method in interface com.jgcomptech.tools.authc.AuthenticationInfo
 
isLocked() - Method in class com.jgcomptech.tools.authc.SimpleAuthenticationInfo
Returns true if this Account is locked and thus cannot be used to login.
isLocked() - Method in class com.jgcomptech.tools.authc.UserAccount
Returns true if this Account is locked and thus cannot be used to login.
isMac() - Static method in class com.jgcomptech.tools.OSInfo.CheckIf
Identifies if OS is MacOSX.
isNewSessionAllowed(String, boolean) - Method in class com.jgcomptech.tools.authc.SessionManager
Returns true if creation of a new session for the specified username is allowed under the specified context.
isOdd(int) - Static method in class com.jgcomptech.tools.NumberUtils
Checks if the specified number is odd.
isPasswordExpired() - Method in interface com.jgcomptech.tools.authc.AuthenticationInfo
 
isPasswordExpired() - Method in class com.jgcomptech.tools.authc.SimpleAuthenticationInfo
Returns whether or not the Account's password is expired.
isPasswordExpired() - Method in class com.jgcomptech.tools.authc.Subject
Returns true if the user's password is expired and thus cannot be used to login.
isPasswordExpired() - Method in class com.jgcomptech.tools.authc.UserAccount
Returns whether or not the Account's password is expired.
isPasswordExpired(String) - Method in class com.jgcomptech.tools.authc.AuthManager
Returns true if the specified user's password is expired and thus cannot be used to login.
isPasswordSetToExpire() - Method in class com.jgcomptech.tools.authc.Subject
Returns true if the user's password has a set expiration date.
isPasswordSetToExpire(String) - Method in class com.jgcomptech.tools.authc.AuthManager
Returns true if the specified user's password has a set expiration date.
isPermissionDisabled(String) - Method in class com.jgcomptech.tools.authz.PermissionManager
Checks if the specified permission is enabled.
isPermissionEnabled(String) - Method in class com.jgcomptech.tools.authz.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.authz.PermissionManager
Returns true if Read permission is enabled.
isRemembered() - Method in class com.jgcomptech.tools.authc.Subject
Checks if the current username and token are set to be saved after logout.
isRememberMe() - Method in class com.jgcomptech.tools.authc.UsernamePasswordToken
Returns true if the submitting user wishes their identity (principal(s)) to be remembered across sessions, false otherwise.
isShowing() - Method in class com.jgcomptech.tools.dialogs.LoginDialog
Returns whether or not the dialog is showing.
isSolaris() - Static method in class com.jgcomptech.tools.OSInfo.CheckIf
Identifies if OS is Solaris.
isUserLocked() - Method in class com.jgcomptech.tools.authc.Subject
Returns true if the user is locked and thus cannot be used to login.
isUserLocked(String) - Method in class com.jgcomptech.tools.authc.AuthManager
Returns true if the specified user is locked and thus cannot be used to login.
isUserLoggedIn() - Method in class com.jgcomptech.tools.authc.AuthManager
Returns true if a username is logged in under the single session context.
isUserLoggedIn() - Method in class com.jgcomptech.tools.authc.SessionManager
Returns true if a username is logged in under the single session context.
isUserLoggedIn(String) - Method in class com.jgcomptech.tools.authc.AuthManager
Returns true if the specified username is logged in under the single session context.
isUserLoggedIn(String) - Method in class com.jgcomptech.tools.authc.SessionManager
Returns true if the specified username is logged in under the single session context.
isUserLoggedIn(String, boolean) - Method in class com.jgcomptech.tools.authc.AuthManager
Returns true if the specified username is logged in under the specified context.
isUserLoggedIn(String, boolean) - Method in class com.jgcomptech.tools.authc.SessionManager
Returns true if the specified username is logged in under the specified context.
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.
A B C D E F G H I K L M N O P Q R S T U V W Y _ 
All Classes All Packages