ProgramixGenericLib v5.0.1
A B C D E F G H I J K L M N O P Q R S T U V W Y Z

I

ID_COLUMN_KEY - Static variable in class com.programix.sql.UniqueIDGenerator
 
ifFalseSetTrue() - Method in class com.programix.thread.BooleanState
If the current state is false, then the state is changed to true.
ifTrueSetFalse() - Method in class com.programix.thread.BooleanState
If the current state is true, then the state is changed to false.
ignoreInvisibleComponents - Variable in class com.programix.gui.layout.AbstractTableLayout
If true (the default) then components that are not visible will be ignored during layout.
ImageTools - Class in com.programix.gui.image
Collection of functions useful for working with Image and BufferedImage.
ImageTools.ImageException - Exception in com.programix.gui.image
Thrown to indicate that there was a problem reading, writing, converting, or other problems working with an Image or BufferedImage.
ImageTools.ImageException(String, Throwable) - Constructor for exception com.programix.gui.image.ImageTools.ImageException
 
ImageTools.ImageException(Throwable) - Constructor for exception com.programix.gui.image.ImageTools.ImageException
 
ImageTools.ImageException(String) - Constructor for exception com.programix.gui.image.ImageTools.ImageException
 
ImageTools.ImageException() - Constructor for exception com.programix.gui.image.ImageTools.ImageException
 
ImageTools.ImageNotFoundException - Exception in com.programix.gui.image
 
ImageTools.ImageNotFoundException(String) - Constructor for exception com.programix.gui.image.ImageTools.ImageNotFoundException
 
increment() - Method in class com.programix.thread.Counter
 
incrementIfNotShutdown() - Method in class com.programix.thread.Counter
Potentially increments the counter returning true if the counter was incremented or false is the counter was not changed because it's already been shutdown.
indicateFailure() - Method in class com.programix.thread.InitializationMonitor
Mark the initialization as complete but a failure.
indicateFailureIfNotSuccess() - Method in class com.programix.thread.InitializationMonitor
Mark the initialization as complete but a failure if it has not already been marked as a success.
indicateSuccess() - Method in class com.programix.thread.InitializationMonitor
Mark the initialization as complete and successful.
indicateSuccessIfNotFailure() - Method in class com.programix.thread.InitializationMonitor
Mark the initialization as complete and successful if it has not already been marked as a failure.
init() - Method in class com.programix.command.bridge.http.HttpCommandBridgeServlet
 
init(ValueMap) - Method in class com.programix.command.bridge.http.HttpCommandProcessor
 
init(ValueMap) - Method in interface com.programix.command.CommandProcessor
 
init(ValueMap) - Method in class com.programix.command.DelegatingCommandProcessor
 
init(ValueMap) - Method in interface com.programix.da.DataAccess
Called once just after construction to allow the implementation to setup everything required to run.
init(ValueMap) - Method in class com.programix.da2.bridge.DABridgeNoSecurityNoSessionProcessor
 
init(ValueMap) - Method in interface com.programix.da2.bridge.DABridgeProcessor
 
init(ValueMap) - Method in class com.programix.da2.bridge.DABridgeSessionProcessor
 
init() - Method in class com.programix.da2.bridge.http.DABridgeServlet
 
init(ValueMap) - Method in class com.programix.da2.bridge.http.HttpDABridgeProcessor
The required key needed in the config is HttpDABridgeProcessor.SERVLET_URL_KEY.
init(ValueMap) - Method in interface com.programix.da2.GenericDA
Called once just after construction to allow the implementation to setup everything required to run.
initialDelay - Variable in class com.programix.testing.AbstractRegression.BackgroundHelper
 
InitializationMonitor - Class in com.programix.thread
This class serves as a thread-safe way to monitor the initialization of a component in a system.
InitializationMonitor(Waiter) - Constructor for class com.programix.thread.InitializationMonitor
Creates a monitor that starts off in the "in progress" state.
InitializationMonitor(Object) - Constructor for class com.programix.thread.InitializationMonitor
Creates a monitor that starts off in the "in progress" state.
InitializationMonitor() - Constructor for class com.programix.thread.InitializationMonitor
Creates a monitor that starts off in the "in progress" state and locks on this instance.
InitializationMonitor.FailedException - Exception in com.programix.thread
Thrown by some methods on InitializationMonitor to indicate that the initialization failed.
InitializationMonitor.FailedException(String) - Constructor for exception com.programix.thread.InitializationMonitor.FailedException
 
initializeSession(DABridgeSession) - Method in interface com.programix.da2.bridge.DABridgeSession.Initializer
 
insertString(int, String, AttributeSet) - Method in class com.programix.gui.text.FilterChainDocument
 
IntegerField - Class in com.programix.gui.text
A kind of FormatField (which is a JTextField) that only allows the input of integer values.
IntegerField(IntegerRange, Value) - Constructor for class com.programix.gui.text.IntegerField
 
IntegerField(IntegerRange, Integer) - Constructor for class com.programix.gui.text.IntegerField
 
IntegerField(IntegerRange, int) - Constructor for class com.programix.gui.text.IntegerField
 
IntegerField(IntegerRange, String) - Constructor for class com.programix.gui.text.IntegerField
 
IntegerField(IntegerRange) - Constructor for class com.programix.gui.text.IntegerField
 
IntegerField() - Constructor for class com.programix.gui.text.IntegerField
 
IntegerField.RangePair - Class in com.programix.gui.text
A pair of IntegerField's that are linked together to specify a range.
IntegerField.RangePair(IntegerRange) - Constructor for class com.programix.gui.text.IntegerField.RangePair
 
IntegerRange - Class in com.programix.math
Immutable encapsulation of a range of integer values as expressed by a starting Integer and an ending Integer.
IntegerRange(Integer, Integer) - Constructor for class com.programix.math.IntegerRange
Creates a new instance with the specified start and end values.
IntegerRange(int, int) - Constructor for class com.programix.math.IntegerRange
Creates a new instance with the specified start and end values.
IntegerRange(String, String) - Constructor for class com.programix.math.IntegerRange
Creates a new instance with the specified start and end values.
IntegerRange(Value, Value) - Constructor for class com.programix.math.IntegerRange
Creates a new instance with the specified start and end values.
internalThread - Variable in class com.programix.testing.AbstractRegression.BackgroundHelper
 
InterruptException - Exception in com.programix.thread
This is a RuntimeException that is used in place of the more traditional InterruptedException to avoid the forced use of a try-catch.
InterruptException(String, Throwable) - Constructor for exception com.programix.thread.InterruptException
 
InterruptException(Throwable) - Constructor for exception com.programix.thread.InterruptException
 
InterruptException(String) - Constructor for exception com.programix.thread.InterruptException
 
InterruptException() - Constructor for exception com.programix.thread.InterruptException
 
invalidate() - Method in class com.programix.da2.bridge.DABridgeSession
Removes this session from the list of sessions that the Session.Manager is monitoring.
invalidateLayout(Container) - Method in class com.programix.gui.layout.AnchorTableLayout
 
invalidateLayout(Container) - Method in class com.programix.gui.layout.ShelfLayout
 
IOTools - Class in com.programix.io
Handy tools for working with I/O.
IOTools.BaseDirectoryResourceLocator - Class in com.programix.io
An implementation of IOTools.ResourceLocator that uses the specified base directory to try to locate resources.
IOTools.BaseDirectoryResourceLocator(File) - Constructor for class com.programix.io.IOTools.BaseDirectoryResourceLocator
 
IOTools.BaseDirectoryResourceLocator(String) - Constructor for class com.programix.io.IOTools.BaseDirectoryResourceLocator
 
IOTools.ClassLoaderResourceLocator - Class in com.programix.io
An implementation of IOTools.ResourceLocator that uses the specified Class to try to locate resources.
IOTools.ClassLoaderResourceLocator(Class<?>) - Constructor for class com.programix.io.IOTools.ClassLoaderResourceLocator
 
IOTools.ObjectStreamPair - Class in com.programix.io
An immutable holder of an ObjectInputStream and ObjectOutputStream pair.
IOTools.ResourceLocator - Interface in com.programix.io
A ResourceLocator is used to assist in finding and opening InputStream's and URL's for an application based on the resources name.
IOTools.ServletResourceLocator - Class in com.programix.io
An implementation of IOTools.ResourceLocator that uses the specified HttpServlet to try to locate resources.
IOTools.ServletResourceLocator(HttpServlet) - Constructor for class com.programix.io.IOTools.ServletResourceLocator
 
isAlive() - Method in class com.programix.http.SimpleHttpServer
 
isAnySlotEmpty(Object[]) - Static method in class com.programix.util.ObjectTools
Returns true if the passed parameter is null, points to a zero-length array, or if any slot in that array contains null.
isAvailable(Class<? extends GenericDA>) - Method in class com.programix.da2.AggregateDASource
 
isAvailable(Class<? extends GenericDA>) - Method in class com.programix.da2.bridge.DABridgeProxy
 
isAvailable(Class<? extends GenericDA>) - Method in class com.programix.da2.ConfigDASource
 
isAvailable(Class<? extends GenericDA>) - Method in interface com.programix.da2.DASource
Searches for an implementation of the specified interface type and returns true if one is available.
isAvailable(Class<? extends GenericDA>) - Method in class com.programix.da2.DASourceAdapter
 
isAvailable(Class<? extends GenericDA>) - Method in class com.programix.da2.DAStore
 
isBasicServiceAvailable() - Static method in class com.programix.jnlp.JNLPTools
 
isBottom() - Method in class com.programix.gui.AnchorPoint
Returns true if the anchoring results in the bottom side of the item being placed as far down as possible in the container when the container has extra height available.
isClipboardServiceAvailable() - Static method in class com.programix.jnlp.JNLPTools
 
isClosed() - Method in class com.programix.sql.ConnectionPool.PooledConnection
 
isCompressed() - Method in class com.programix.io.TransferWrapper
 
isDateTime() - Method in class com.programix.value.AbstractValue
 
isDateTime() - Method in interface com.programix.value.Value
Returns true if this value is, or if it can be interpreted as, a DateTime.
isDifferent(BigDecimal, BigDecimal) - Static method in class com.programix.math.DecimalTools
Compares two BigDecimals to see if they are "different" (without regard to the scales of each one).
isDifferent(Object, Object) - Static method in class com.programix.util.ObjectTools
Compares two references to see if they are "different".
isDifferent(String, String) - Static method in class com.programix.util.StringTools
Compares two strings to see if they are "different".
isDifferentArray(Object[], Object[]) - Static method in class com.programix.util.ObjectTools
Compares two arrays to see if they are "different".
isDifferentIgnoreCase(String, String) - Static method in class com.programix.util.StringTools
Compares two strings to see if they are "different" (other than any case differences).
isEmpty(Collection<?>) - Static method in class com.programix.collections.CollectionsTools
Returns true if the passed reference is null or if the size of the collection is 0.
isEmpty() - Method in class com.programix.gui.text.FormatField
Returns true if the current value of this field is null, a zero-length string, or a string of all whitespace.
isEmpty(BigDecimal) - Static method in class com.programix.math.DecimalTools
Returns true if the specified BigDecimal is either null or zero.
isEmpty(int[]) - Static method in class com.programix.math.NumberTools
Returns true if either val is null or val is pointing to a zero-length array.
isEmpty(double[]) - Static method in class com.programix.math.NumberTools
Returns true if either val is null or val is pointing to a zero-length array.
isEmpty(Object[]) - Static method in class com.programix.util.ObjectTools
Returns true if array is either null or has a length of zero.
isEmpty(String) - Static method in class com.programix.util.StringTools
Returns true if str is null, a zero-length string, or trims down to a zero-length string.
isEmpty(Object) - Static method in class com.programix.util.StringTools
Returns true if obj is null, a zero-length string, or if its toString() method returns a String that trims down to a zero-length string.
isEmpty(String[]) - Static method in class com.programix.util.StringTools
Returns true if the passed strList is null, is a zero-length array, or if every String in the array is "empty" (as defined by StringTools.isEmpty(String).
isEmpty() - Method in class com.programix.value.AbstractValue
 
isEmpty() - Method in interface com.programix.value.Value
Returns true if the encapsulated value is either null, a zero-length String, or a String of all whitespace.
isEmptyTrimmed(String) - Static method in class com.programix.util.StringTools
Deprecated. Use StringTools.isEmpty(String) instead.
isEmptyTrimmed(Object) - Static method in class com.programix.util.StringTools
Deprecated. Use StringTools.isEmpty(Object) instead.
isEmptyWithoutTrim(String) - Static method in class com.programix.util.StringTools
Returns true if str is null or if it is a zero-length string.
isEmptyWithoutTrim(Object) - Static method in class com.programix.util.StringTools
Returns true if obj is null or if its toString() method returns a zero-length string.
isEverySlotEmpty(Object[]) - Static method in class com.programix.util.ObjectTools
Returns true if the passed parameter is null, points to a zero-length array, or if every slot in that array contains null.
isException() - Method in class com.programix.da2.bridge.DABridgeResponse
 
isFailure() - Method in class com.programix.thread.InitializationMonitor
Returns true if the initialization is complete but failed.
isFalse() - Method in class com.programix.thread.BooleanState
Returns true if the internal state is currently false.
isFalse() - Method in class com.programix.thread.ix.WaiterIx.Condition
Returns true if the expression specified at construction currently evaluates to false.
isFalse() - Method in class com.programix.thread.ix.WaiterIx.Expression
Returns true when the expression currently evaluates to be false.
isFalse() - Method in class com.programix.thread.Waiter.Condition
Returns true if the expression specified at construction currently evaluates to false.
isFalse() - Method in class com.programix.thread.Waiter.Expression
Returns true when the expression currently evaluates to be false.
isFalse() - Method in class com.programix.value.AbstractValue
 
isFalse() - Method in interface com.programix.value.Value
Returns true if the encapsulated value can not be interpreted as something considered to be "true".
isFileOpenServiceAvailable() - Static method in class com.programix.jnlp.JNLPTools
 
isFileSaveServiceAvailable() - Static method in class com.programix.jnlp.JNLPTools
 
isFlexHeight() - Method in class com.programix.gui.AnchorPoint
Returns true if the alignment is any of: AnchorPoint.LEFT_FLEX_HEIGHT, AnchorPoint.CENTER_FLEX_HEIGHT, AnchorPoint.RIGHT_FLEX_HEIGHT, or AnchorPoint.CENTER_FLEX_BOTH.
isFlexWidth() - Method in class com.programix.gui.AnchorPoint
Returns true if the alignment is any of: AnchorPoint.TOP_FLEX_WIDTH, AnchorPoint.CENTER_FLEX_WIDTH, AnchorPoint.BOTTOM_FLEX_WIDTH, or AnchorPoint.CENTER_FLEX_BOTH.
isFriday() - Method in class com.programix.time.DayOfWeek
 
isHorizontalMiddle() - Method in class com.programix.gui.AnchorPoint
Returns true if the anchoring results in the extra width being split between the left side and right side of the item when the container has extra width available.
isIgnoreInvisibleComponents() - Method in class com.programix.gui.layout.AbstractTableLayout
Returns true if components that are not currently visible should be ignored during layout.
isInitMethod(Method) - Static method in class com.programix.da2.bridge.DABridgeMethodMapper
 
isInProgress() - Method in class com.programix.thread.InitializationMonitor
Returns true while the initialization is still "in progress".
isKnown() - Method in class com.programix.util.TriState
Returns true if the state is either TriState.YES or TriState.NO (not TriState.UNKNOWN).
isLeft() - Method in class com.programix.gui.AnchorPoint
Returns true if the anchoring results in the left side of the item being placed as far left as possible in the container when the container has extra width available.
isMetalThemeAvailable(String) - Static method in class com.programix.gui.plaf.LookAndFeelChanger
Returns true if the specified class is available.
isMonday() - Method in class com.programix.time.DayOfWeek
 
isMutable() - Method in class com.programix.value.AbstractValue
 
isMutable() - Method in interface com.programix.value.Value
Returns true if the public view of this Value might change over time.
isNegative(BigDecimal) - Static method in class com.programix.math.DecimalTools
Returns true if val is negative (numerically less than DecimalTools.ZERO).
isNo() - Method in class com.programix.util.TriState
Returns true if the state is TriState.NO.
isNoSlotEmpty(Object[]) - Static method in class com.programix.util.ObjectTools
Returns true if the passed array does not have any "empty" (null) slots.
isNotDateTime() - Method in class com.programix.value.AbstractValue
 
isNotDateTime() - Method in interface com.programix.value.Value
Returns true if the encapsulated value can not be interpreted as a DateTime value.
isNotEmpty(Collection<?>) - Static method in class com.programix.collections.CollectionsTools
Returns true if the passed reference is not null and the size of the collection greater than 0.
isNotEmpty() - Method in class com.programix.gui.text.FormatField
Returns true if the current value of this field is not "empty" (see FormatField.isEmpty()}.
isNotEmpty(BigDecimal) - Static method in class com.programix.math.DecimalTools
Returns true if the specified BigDecimal is not null and is not equal to zero.
isNotEmpty(int[]) - Static method in class com.programix.math.NumberTools
Returns true if val is not null and val is pointing to an array with a length greater than zero.
isNotEmpty(double[]) - Static method in class com.programix.math.NumberTools
Returns true if val is not null and val is pointing to an array with a length greater than zero.
isNotEmpty(Object[]) - Static method in class com.programix.util.ObjectTools
Returns true if array is not null and has a length greater than zero.
isNotEmpty(String) - Static method in class com.programix.util.StringTools
Returns true if str is not null and points to a String that has at least 1 character left after trimming.
isNotEmpty(Object) - Static method in class com.programix.util.StringTools
Returns true if obj is not null and its toString() methods returns a String that has at least 1 character left after trimming.
isNotEmpty(String[]) - Static method in class com.programix.util.StringTools
Returns false if the passed strList is null, is a zero-length array, or if every String in the array is "empty" (as defined by StringTools.isEmpty(String).
isNotEmpty() - Method in class com.programix.value.AbstractValue
 
isNotEmpty() - Method in interface com.programix.value.Value
Returns true if the encapsulated value is NOT empty.
isNotEmptyTrimmed(String) - Static method in class com.programix.util.StringTools
Deprecated. Use StringTools.isNotEmpty(String) instead.
isNotEmptyTrimmed(Object) - Static method in class com.programix.util.StringTools
Deprecated. Use StringTools.isNotEmpty(Object) instead.
isNotEmptyWithoutTrim(String) - Static method in class com.programix.util.StringTools
Returns true if str is not null and points to a String with a length of at least 1 character.
isNotEmptyWithoutTrim(Object) - Static method in class com.programix.util.StringTools
Returns true if obj is not null and its toString() method returns a String with a length of at least 1 character.
isNotFriday() - Method in class com.programix.time.DayOfWeek
 
isNotMonday() - Method in class com.programix.time.DayOfWeek
 
isNotNegative(BigDecimal) - Static method in class com.programix.math.DecimalTools
Returns true if val is non-negative (numerically greater than or equal to DecimalTools.ZERO).
isNotNo() - Method in class com.programix.util.TriState
Returns true if the state is not TriState.NO, but is either TriState.YES or TriState.UNKNOWN.
isNotNull() - Method in class com.programix.value.AbstractValue
 
isNotNull() - Method in interface com.programix.value.Value
Returns true if the encapsulated value is NOT null.
isNotNumeric() - Method in class com.programix.value.AbstractValue
 
isNotNumeric() - Method in interface com.programix.value.Value
Returns true if the encapsulated value can not be interpreted as a numeric value.
isNotPlainDate() - Method in class com.programix.value.AbstractValue
 
isNotPlainDate() - Method in interface com.programix.value.Value
Returns true if the encapsulated value can not be interpreted as a PlainDate value.
isNotPositive(BigDecimal) - Static method in class com.programix.math.DecimalTools
Returns true if val is non-positive (numerically less than or equal to DecimalTools.ZERO).
isNotSaturday() - Method in class com.programix.time.DayOfWeek
 
isNotSunday() - Method in class com.programix.time.DayOfWeek
 
isNotThursday() - Method in class com.programix.time.DayOfWeek
 
isNotTuesday() - Method in class com.programix.time.DayOfWeek
 
isNotType(Class<?>) - Method in class com.programix.value.AbstractValue
 
isNotType(Class<?>) - Method in interface com.programix.value.Value
Returns true if the result of getObject() is null or can not be cast into the specified type.
isNotTypeByteArray() - Method in class com.programix.value.AbstractValue
 
isNotTypeByteArray() - Method in interface com.programix.value.Value
Returns true if the result of getObject() is not an object of the type byte[].
isNotTypeDateTime() - Method in class com.programix.value.AbstractValue
 
isNotTypeDateTime() - Method in interface com.programix.value.Value
Returns true if the result of getObject() is not an object of the type DateTime.
isNotTypeNumber() - Method in class com.programix.value.AbstractValue
 
isNotTypeNumber() - Method in interface com.programix.value.Value
Returns true if the result of getObject() is not an object of the type Number.
isNotTypePlainDate() - Method in class com.programix.value.AbstractValue
 
isNotTypePlainDate() - Method in interface com.programix.value.Value
Returns true if the result of getObject() is not an object of the type PlainDate.
isNotWednesday() - Method in class com.programix.time.DayOfWeek
 
isNotYes() - Method in class com.programix.util.TriState
Returns true if the state is not TriState.YES, but is either TriState.NO or TriState.UNKNOWN.
isNotZero(BigDecimal) - Static method in class com.programix.math.DecimalTools
Returns true if val is numerically not equal to DecimalTools.ZERO (with no regard to scale).
isNotZero() - Method in class com.programix.thread.Counter
 
isNull() - Method in class com.programix.value.AbstractValue
 
isNull() - Method in interface com.programix.value.Value
Returns true if the encapsulated value is null.
isNumeric() - Method in class com.programix.value.AbstractValue
 
isNumeric() - Method in interface com.programix.value.Value
Returns true if the encapsulated value can be interpreted as a number.
isPersistenceServiceAvailable() - Static method in class com.programix.jnlp.JNLPTools
 
isPlainDate() - Method in class com.programix.value.AbstractValue
 
isPlainDate() - Method in interface com.programix.value.Value
Returns true if this value is, or if it can be interpreted as, a PlainDate.
isPositive(BigDecimal) - Static method in class com.programix.math.DecimalTools
Returns true if val is positive (numerically greater than DecimalTools.ZERO).
isPrefixWithThreadName() - Method in class com.programix.testing.AbstractRegression
 
isPrefixWithThreadName() - Method in class com.programix.thread.LineLogger
 
isPrefixWithTime() - Method in class com.programix.testing.AbstractRegression
 
isPrefixWithTime() - Method in class com.programix.thread.LineLogger
 
isPrintServiceAvailable() - Static method in class com.programix.jnlp.JNLPTools
 
isReadOnly() - Method in class com.programix.sql.ConnectionPool.PooledConnection
 
isRestrictedMethod(Method) - Static method in class com.programix.da2.bridge.DABridgeMethodMapper
 
isResult() - Method in class com.programix.da2.bridge.DABridgeResponse
 
isRight() - Method in class com.programix.gui.AnchorPoint
Returns true if the anchoring results in the right side of the item being placed as far right as possible in the container when the container has extra width available.
isSame(BigDecimal, BigDecimal) - Static method in class com.programix.math.DecimalTools
Compares two BigDecimals to see if they are the "same" (without regard to the scales of each one).
isSame(Object, Object) - Static method in class com.programix.util.ObjectTools
Compares two references to see if they are "the same".
isSame(String, String) - Static method in class com.programix.util.StringTools
Compares two strings to see if they are "the same".
isSameArray(Object[], Object[]) - Static method in class com.programix.util.ObjectTools
Compares two arrays to see if they are "the same".
isSameIgnoreCase(String, String) - Static method in class com.programix.util.StringTools
Compares two strings to see if they are "the same" (ignoring any case differences).
isSaturday() - Method in class com.programix.time.DayOfWeek
 
isShutdown() - Method in class com.programix.thread.BooleanState
 
isShutdown() - Method in class com.programix.thread.Counter
 
isShutdown() - Method in class com.programix.thread.ix.WaiterIx
Returns true if any thread has previously called WaiterIx.shutdown.
isShutdown() - Method in class com.programix.thread.Waiter
Returns true if any thread has previously called Waiter.shutdown.
isShutdownMethod(Method) - Static method in class com.programix.da2.bridge.DABridgeMethodMapper
 
isSuccess() - Method in class com.programix.thread.InitializationMonitor
Returns true if the initialization is complete and was successful.
isSunday() - Method in class com.programix.time.DayOfWeek
 
isThursday() - Method in class com.programix.time.DayOfWeek
 
isTop() - Method in class com.programix.gui.AnchorPoint
Returns true if the anchoring results in the top side of the item being placed as far up as possible in the container when the container has extra height available.
isTrimBeforeCompare() - Method in class com.programix.collections.GeneralStringComparator
 
isTrue() - Method in class com.programix.thread.BooleanState
Returns true if the internal state is currently true.
isTrue() - Method in class com.programix.thread.ix.WaiterIx.Condition
Returns true if the expression specified at construction currently evaluates to true.
isTrue() - Method in class com.programix.thread.ix.WaiterIx.Expression
Returns true when the expression currently evaluates to be, well, true.
isTrue() - Method in class com.programix.thread.Waiter.Condition
Returns true if the expression specified at construction currently evaluates to true.
isTrue() - Method in class com.programix.thread.Waiter.Expression
Returns true when the expression currently evaluates to be, well, true.
isTrue() - Method in class com.programix.value.AbstractValue
 
isTrue() - Method in interface com.programix.value.Value
Returns the result as a boolean value.
isTrue(String) - Method in class com.programix.value.ValueMap
Returns the value stored under the specified required key as a boolean.
isTrue(String, boolean) - Method in class com.programix.value.ValueMap
Returns the value stored under the specified optional key as a boolean.
isTuesday() - Method in class com.programix.time.DayOfWeek
 
isType(Class<?>) - Method in class com.programix.value.AbstractValue
 
isType(Class<?>) - Method in interface com.programix.value.Value
Returns true if the result of getObject() is not null and can be cast into the specified type.
isTypeByteArray() - Method in class com.programix.value.AbstractValue
 
isTypeByteArray() - Method in interface com.programix.value.Value
Returns true if the result of getObject() is not null and can be cast to the type byte[].
isTypeDateTime() - Method in class com.programix.value.AbstractValue
 
isTypeDateTime() - Method in interface com.programix.value.Value
Returns true if the result of getObject() is not null and can be cast to the type DateTime.
isTypeNumber() - Method in class com.programix.value.AbstractValue
 
isTypeNumber() - Method in interface com.programix.value.Value
Returns true if the result of getObject() is not null and can be cast to the type Number.
isTypePlainDate() - Method in class com.programix.value.AbstractValue
 
isTypePlainDate() - Method in interface com.programix.value.Value
Returns true if the result of getObject() is not null and can be cast to the type PlainDate.
isUnknown() - Method in class com.programix.util.TriState
Returns true if the state is neither TriState.YES nor TriState.NO, but is TriState.UNKNOWN.
isUseComma() - Method in class com.programix.gui.text.IntegerField
Returns true if commas are currently being used.
isValidDate(int, int, int) - Static method in class com.programix.time.DateTools
Returns true if the specified year, month, and day are a valid combination on the Gregorian calendar.
isVerticalMiddle() - Method in class com.programix.gui.AnchorPoint
Returns true if the anchoring results in the extra height being split above and below the item when the container has extra height available.
isWednesday() - Method in class com.programix.time.DayOfWeek
 
isYes() - Method in class com.programix.util.TriState
Returns true if the state is TriState.YES.
isZero(BigDecimal) - Static method in class com.programix.math.DecimalTools
Returns true if val is numerically equal to DecimalTools.ZERO (with no regard to scale).
isZero() - Method in class com.programix.thread.Counter
 

ProgramixGenericLib v5.0.1
A B C D E F G H I J K L M N O P Q R S T U V W Y Z
Copyright © 2001-2009 Programix Incorporated. All rights reserved. ProgramixGenericLib is free and is OSI Certified Open Source Software under the BSD license.