Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- absolute(int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- AbstractBean - Class in org.dellroad.stuff.spring
-
Generic support superclass for Spring beans.
- AbstractBean() - Constructor for class org.dellroad.stuff.spring.AbstractBean
- AbstractBeanDefinitionParser - Class in org.dellroad.stuff.spring
-
Support superclass for
BeanDefinitionParser
implementations. - AbstractBeanDefinitionParser() - Constructor for class org.dellroad.stuff.spring.AbstractBeanDefinitionParser
- AbstractConfiguredBean<ROOT,
T> - Class in org.dellroad.stuff.pobj -
Support superclass for Spring beans that are configured by a
PersistentObject
root object, or some portion thereof. - AbstractConfiguredBean() - Constructor for class org.dellroad.stuff.pobj.AbstractConfiguredBean
-
Default constructor.
- AbstractConfiguredBean(PersistentObject<ROOT>) - Constructor for class org.dellroad.stuff.pobj.AbstractConfiguredBean
-
Constructor.
- AbstractDelegate<T> - Class in org.dellroad.stuff.pobj
-
Support superclass for
PersistentObjectDelegate
classes, with implementations of all methods other thanserialize()
anddeserialize()
. - AbstractDelegate() - Constructor for class org.dellroad.stuff.pobj.AbstractDelegate
- AbstractFieldBuilder<S extends AbstractFieldBuilder<S,
T>, T> - Class in org.dellroad.stuff.vaadin24.field -
Provides the machinery for auto-generated
FieldBuilder
-like classes. - AbstractFieldBuilder(Class<T>) - Constructor for class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder
-
Constructor.
- AbstractFieldBuilder(AbstractFieldBuilder<S, T>) - Constructor for class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder
-
Static information copy constructor.
- AbstractFieldBuilder.Binding - Annotation Interface in org.dellroad.stuff.vaadin24.field
-
Specifies properties of the
Binder
binding itself. - AbstractFieldBuilder.BindingInfo - Class in org.dellroad.stuff.vaadin24.field
-
FieldBuilder
static configuration information for one bean property. - AbstractFieldBuilder.DefaultInfo - Class in org.dellroad.stuff.vaadin24.field
-
Holds static information gathered from scanning
@FieldBuilder.FieldDefault
annotations. - AbstractFieldBuilder.EnabledBy - Annotation Interface in org.dellroad.stuff.vaadin24.field
-
Causes the generated field to be automatically enabled or disabled based on the value of some other controlling field(s).
- AbstractFieldBuilder.FieldDefault - Annotation Interface in org.dellroad.stuff.vaadin24.field
-
Declare alternate default values for properties of the Vaadin fields created by
@FieldBuilder
. - AbstractFieldBuilder.FormLayout - Annotation Interface in org.dellroad.stuff.vaadin24.field
-
Configures how
FieldBuilder.addFieldComponents()
adds a generated field to aFormLayout
. - AbstractFieldBuilder.NullifyCheckbox - Annotation Interface in org.dellroad.stuff.vaadin24.field
-
Causes the field that would otherwise be used for a property to be wrapped in a
NullableField
, which adds aCheckbox
that controls whether the value is null or not. - AbstractFieldBuilder.ProvidesField - Annotation Interface in org.dellroad.stuff.vaadin24.field
-
Specifies that the annotated method will create a field suitable for editing the specified property.
- AbstractGridFieldBuilder<S extends AbstractGridFieldBuilder<S,
T>, T> - Class in org.dellroad.stuff.vaadin24.field -
Extension of
AbstractFieldBuilder
that adds the@FieldBuilder.GridSingleSelect
and@FieldBuilder.GridMultiSelect
annotations. - AbstractGridFieldBuilder(Class<T>) - Constructor for class org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder
-
Constructor.
- AbstractGridFieldBuilder(AbstractGridFieldBuilder<S, T>) - Constructor for class org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder
-
Static information copy constructor.
- AbstractGridFieldBuilder.GridMultiSelect - Annotation Interface in org.dellroad.stuff.vaadin24.field
-
Specifies how a Java bean property should be edited using a
Grid
converted to a multi-select field viaGrid.asMultiSelect()
. - AbstractGridFieldBuilder.GridSingleSelect - Annotation Interface in org.dellroad.stuff.vaadin24.field
-
Specifies how a Java bean property should be edited using a
Grid
converted to a single-select field viaGrid.asSingleSelect()
. - AbstractSchemaUpdate<T> - Class in org.dellroad.stuff.schema
-
Support superclass for
SchemaUpdate
implementations with standard bean property implementations. - AbstractSchemaUpdate() - Constructor for class org.dellroad.stuff.schema.AbstractSchemaUpdate
- AbstractSchemaUpdater<D,
T> - Class in org.dellroad.stuff.schema -
Handles the initialization and schema maintenance of a database.
- AbstractSchemaUpdater() - Constructor for class org.dellroad.stuff.schema.AbstractSchemaUpdater
- AbstractSpringSchemaUpdate<T> - Class in org.dellroad.stuff.spring
-
Support superclass for
SchemaUpdate
s declared in SpringBeanFactory
s that infer their names and required predecessors from their Spring bean attributes. - AbstractSpringSchemaUpdate() - Constructor for class org.dellroad.stuff.spring.AbstractSpringSchemaUpdate
- AbstractUpdatingDataSource - Class in org.dellroad.stuff.schema
-
A
DataSource
that wraps an innerDataSource
and automatically performs some update operation on the innerDataSource
on first access. - AbstractUpdatingDataSource() - Constructor for class org.dellroad.stuff.schema.AbstractUpdatingDataSource
- AbstractValidator<C extends Annotation,
T> - Class in org.dellroad.stuff.validation -
Support superclass for validators.
- AbstractValidator() - Constructor for class org.dellroad.stuff.validation.AbstractValidator
- access(Runnable) - Static method in class org.dellroad.stuff.vaadin24.util.VaadinSessionFinder
-
Invoke the given action in the context of the
VaadinSession
associated with the current HTTP request. - accessCurrentSession(Runnable) - Static method in class org.dellroad.stuff.vaadin24.util.VaadinUtil
-
Invoke
accessSession()
using theVaadinSession
associated with the current thread. - accessSession(VaadinSession, Runnable) - Static method in class org.dellroad.stuff.vaadin24.util.VaadinUtil
-
Invoke
VaadinSession.access()
. - accessSessionSynchronously(VaadinSession, Runnable) - Static method in class org.dellroad.stuff.vaadin24.util.VaadinUtil
- accessUI(UI, Runnable) - Static method in class org.dellroad.stuff.vaadin24.util.VaadinUtil
-
Invoke
UI.access()
but catch and discard any thrownUIDetachedException
's. - accessUI(Runnable) - Static method in class org.dellroad.stuff.vaadin24.util.VaadinUtil
-
Invoke
accessUI()
using theUI
associated with the current thread, but catch and discard any thrownUIDetachedException
's. - accessUISynchronously(UI, Runnable) - Static method in class org.dellroad.stuff.vaadin24.util.VaadinUtil
-
Invoke
UI.accessSynchronously()
but catch and discard any thrownUIDetachedException
's. - add(long) - Method in class org.dellroad.stuff.util.LongSet
- add(Long) - Method in class org.dellroad.stuff.util.LongSet
- add(Map<K, V>, MapEntry<? extends K, ? extends V>) - Static method in class org.dellroad.stuff.jibx.MapEntry
-
Helper method intended to be used by a custom JiBX "add-method".
- add(Map<K, V>, MapEntry<? extends K, ? extends V>, boolean) - Static method in class org.dellroad.stuff.jibx.MapEntry
-
Helper method intended to be used by a custom JiBX "add-method".
- add(XMLEvent) - Method in class org.dellroad.stuff.xml.AnnotatedXMLEventWriter
- add(XMLEvent) - Method in class org.dellroad.stuff.xml.EventWriterDelegate
- add(XMLEvent) - Method in class org.dellroad.stuff.xml.IndentXMLEventWriter
- add(XMLEventReader) - Method in class org.dellroad.stuff.xml.AnnotatedXMLEventWriter
- add(XMLEventReader) - Method in class org.dellroad.stuff.xml.EventWriterDelegate
- add(XMLEventReader) - Method in class org.dellroad.stuff.xml.IndentXMLEventWriter
- add(Averager) - Method in class org.dellroad.stuff.util.Averager
-
Add this instance to the given instance and return a new combined instance.
- addAnnotationElement(XMLEventWriter) - Method in class org.dellroad.stuff.xml.AnnotatedXMLEventWriter
-
Add the annotation element.
- addAnnotationElement(XMLStreamWriter) - Method in class org.dellroad.stuff.pobj.UpdatesXMLStreamWriter
- addAnnotationElement(XMLStreamWriter) - Method in class org.dellroad.stuff.xml.AnnotatedXMLStreamWriter
-
Add the annotation element.
- addAsyncTaskStatusChangeListener(AsyncTaskStatusChangeListener<R>) - Method in class org.dellroad.stuff.vaadin24.util.AsyncTaskManager
-
Add a
AsyncTaskStatusChangeListener
to this instance. - addClassNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder.GridMultiSelect
-
Add the specified class names.
- addClassNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder.GridSingleSelect
-
Add the specified class names.
- addClassNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Add the specified class names.
- addClassNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Checkbox
-
Add the specified class names.
- addClassNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CheckboxGroup
-
Add the specified class names.
- addClassNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Add the specified class names.
- addClassNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CustomField
-
Add the specified class names.
- addClassNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Add the specified class names.
- addClassNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Add the specified class names.
- addClassNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Add the specified class names.
- addClassNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Input
-
Add the specified class names.
- addClassNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Add the specified class names.
- addClassNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ListBox
-
Add the specified class names.
- addClassNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Add the specified class names.
- addClassNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectListBox
-
Add the specified class names.
- addClassNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Add the specified class names.
- addClassNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Add the specified class names.
- addClassNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RadioButtonGroup
-
Add the specified class names.
- addClassNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RangeInput
-
Add the specified class names.
- addClassNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Add the specified class names.
- addClassNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Add the specified class names.
- addClassNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Add the specified class names.
- addClassNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Add the specified class names.
- addColumn(Grid<T>, String, GridColumn, String, ValueProvider<T, ?>, boolean) - Static method in class org.dellroad.stuff.vaadin24.grid.GridColumnScanner
-
Add and configure a single column to the given
Grid
. - addColumnsTo(Grid<?>) - Method in class org.dellroad.stuff.vaadin24.grid.GridColumnScanner
-
Augment the given
Grid
with columns auto-generated from@GridColumn
annotations. - addField(FormLayout, Component) - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.BindingInfo
-
Add the given component to the given
FormLayout
according to this instance. - addFieldComponents(FormLayout) - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder
-
Add the fields' components created by this instance in the previous call to
bindFields()
to the givenFormLayout
. - addFirst(E) - Method in interface org.dellroad.stuff.util.LinkedList
- addLast(E) - Method in interface org.dellroad.stuff.util.LinkedList
- addListener(PersistentObjectListener<T>) - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Add a listener to be notified each time the object graph changes.
- addNullifyCheckbox(FieldComponent<T>) - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.BindingInfo
- addPropertyDefinition(PropertyDescriptor) - Method in class org.dellroad.stuff.vaadin24.data.SimplePropertySet
-
Add a new property to this instance corresponding to the given Java bean
PropertyDescriptor
. - addPropertyDefinition(String, Class<V>) - Method in class org.dellroad.stuff.vaadin24.data.MapPropertySet
-
Add a new property to this instance, deriving the caption automatically from the property name.
- addPropertyDefinition(String, Class<V>, String) - Method in class org.dellroad.stuff.vaadin24.data.MapPropertySet
-
Add a new property to this instance.
- addPropertyDefinition(String, Class<V>, String, ValueProvider<? super T, ? extends V>, Setter<? super T, ? super V>) - Method in class org.dellroad.stuff.vaadin24.data.SimplePropertySet
-
Add a new property to this instance.
- addSource(String, String) - Method in class org.dellroad.stuff.vaadin24.audio.Audio
-
Add an audio source with the specified URL and MIME type.
- addSource(URI) - Method in class org.dellroad.stuff.vaadin24.audio.Audio
-
Add an audio source and attempt to automatically infer its MIME type based on the URI path suffix.
- addSource(URI, String) - Method in class org.dellroad.stuff.vaadin24.audio.Audio
-
Add an audio source with the specified URL and MIME type.
- addThemeNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Add the specified theme names.
- addThemeNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CheckboxGroup
-
Add the specified theme names.
- addThemeNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Add the specified theme names.
- addThemeNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CustomField
-
Add the specified theme names.
- addThemeNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Add the specified theme names.
- addThemeNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Add the specified theme names.
- addThemeNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Add the specified theme names.
- addThemeNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Add the specified theme names.
- addThemeNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Add the specified theme names.
- addThemeNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Add the specified theme names.
- addThemeNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Add the specified theme names.
- addThemeNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RadioButtonGroup
-
Add the specified theme names.
- addThemeNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Add the specified theme names.
- addThemeNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Add the specified theme names.
- addThemeNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Add the specified theme names.
- addThemeNames() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Add the specified theme names.
- addThemeVariants() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder.GridMultiSelect
-
Add the specified theme variants.
- addThemeVariants() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder.GridSingleSelect
-
Add the specified theme variants.
- addThemeVariants() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Add the specified theme variants.
- addThemeVariants() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CheckboxGroup
-
Add the specified theme variants.
- addThemeVariants() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Add the specified theme variants.
- addThemeVariants() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CustomField
-
Add the specified theme variants.
- addThemeVariants() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Add the specified theme variants.
- addThemeVariants() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Add the specified theme variants.
- addThemeVariants() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Add the specified theme variants.
- addThemeVariants() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Add the specified theme variants.
- addThemeVariants() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Add the specified theme variants.
- addThemeVariants() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Add the specified theme variants.
- addThemeVariants() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Add the specified theme variants.
- addThemeVariants() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RadioButtonGroup
-
Add the specified theme variants.
- addThemeVariants() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Add the specified theme variants.
- addThemeVariants() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Add the specified theme variants.
- addThemeVariants() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Add the specified theme variants.
- addThemeVariants() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Add the specified theme variants.
- addUnique(E) - Method in class org.dellroad.stuff.jibx.ListableHashSet
-
Add an item to a set while verifying that the item is not already in the set.
- addURL(URL) - Method in class org.dellroad.stuff.java.MemoryClassLoader
- addValidationTo(Binder.BindingBuilder<BEAN, TARGET>) - Method in interface org.dellroad.stuff.vaadin24.field.ValidatingField
-
Add this instance as a
Validator
to the given binding. - addValue(double) - Method in class org.dellroad.stuff.util.Averager
-
Add a value.
- addVisbilityMenuItems(Grid<?>, HasMenuItems) - Method in class org.dellroad.stuff.vaadin24.grid.GridColumnScanner
-
Add menu items that enable/disable the visibility of individual columns for for which
visibilityMenu()
was true to the given menu. - adjust(XMLEvent) - Method in class org.dellroad.stuff.xml.StackXMLEventReader
-
Adjust the stack after reading the given event.
- afterLast() - Method in class org.dellroad.stuff.sql.MergedResultSet
- afterPropertiesSet() - Method in class org.dellroad.stuff.jibx.JibxMarshaller
- afterPropertiesSet() - Method in class org.dellroad.stuff.pobj.AbstractConfiguredBean
-
Start and configure this instance if the current configuration is valid; if not (i.e., "empty start"), then do nothing and wait until it becomes valid.
- afterPropertiesSet() - Method in class org.dellroad.stuff.pobj.PersistentObjectTransactionManager
- afterPropertiesSet() - Method in class org.dellroad.stuff.pobj.SpringDelegate
- afterPropertiesSet() - Method in class org.dellroad.stuff.pobj.SpringPersistentObjectSchemaUpdater
- afterPropertiesSet() - Method in class org.dellroad.stuff.pobj.SpringXSLPersistentObjectSchemaUpdate
- afterPropertiesSet() - Method in class org.dellroad.stuff.spring.AbstractBean
-
Initialize bean.
- afterPropertiesSet() - Method in class org.dellroad.stuff.spring.AbstractSpringSchemaUpdate
-
Configures the update name and required predecessors based on the Spring bean's name and
BeanFactory
dependencies. - afterPropertiesSet() - Method in class org.dellroad.stuff.spring.ResourceReaderFactoryBean
- afterPropertiesSet() - Method in class org.dellroad.stuff.spring.SpringSQLSchemaUpdate
- afterPropertiesSet() - Method in class org.dellroad.stuff.spring.SpringSQLSchemaUpdater
- allowCustomValue() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the value desired for the
allowCustomValue
property. - allowCustomValue() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the value desired for the
allowCustomValue
property. - allowedCharPattern() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the value desired for the
allowedCharPattern
property. - allowedCharPattern() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the value desired for the
allowedCharPattern
property. - allowedCharPattern() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the value desired for the
allowedCharPattern
property. - allowedCharPattern() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the value desired for the
allowedCharPattern
property. - allowedCharPattern() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
allowedCharPattern
property. - allowedCharPattern() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
allowedCharPattern
property. - allowedCharPattern() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the value desired for the
allowedCharPattern
property. - allowedCharPattern() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the value desired for the
allowedCharPattern
property. - allowedCharPattern() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Get the value desired for the
allowedCharPattern
property. - AnnotatedXMLEventReader - Class in org.dellroad.stuff.xml
-
XMLEventReader
that reads and removes an initial annotation element from an XML document. - AnnotatedXMLEventReader(XMLEventReader) - Constructor for class org.dellroad.stuff.xml.AnnotatedXMLEventReader
-
Constructor.
- AnnotatedXMLEventWriter - Class in org.dellroad.stuff.xml
-
XMLEventWriter
that adds an extra annotation element to an XML document as it is written. - AnnotatedXMLEventWriter(XMLEventWriter) - Constructor for class org.dellroad.stuff.xml.AnnotatedXMLEventWriter
- AnnotatedXMLStreamReader - Class in org.dellroad.stuff.xml
-
XMLStreamReader
that reads and removes an initial annotation element from an XML document. - AnnotatedXMLStreamReader(XMLStreamReader) - Constructor for class org.dellroad.stuff.xml.AnnotatedXMLStreamReader
-
Constructor.
- AnnotatedXMLStreamWriter - Class in org.dellroad.stuff.xml
-
XMLStreamWriter
that adds an extra annotation element to an XML document as it is written. - AnnotatedXMLStreamWriter(XMLStreamWriter) - Constructor for class org.dellroad.stuff.xml.AnnotatedXMLStreamWriter
- annotation - Variable in class org.dellroad.stuff.validation.AbstractValidator
-
The constraint being checked by this instance.
- annotationType - Variable in class org.dellroad.stuff.java.MethodAnnotationScanner
- AnnotationUtil - Class in org.dellroad.stuff.java
-
Annotation utility methods.
- appendStackFrames(Throwable, StackTraceElement[]) - Static method in class org.dellroad.stuff.java.ThrowableUtil
-
Prepend stack frames from the current thread onto the given exception's stack frames and return the result.
- apply(Object, ValueContext) - Method in class org.dellroad.stuff.vaadin24.util.WholeBeanValidator
- apply(Connection) - Method in class org.dellroad.stuff.schema.SQLCommand
-
Execute the SQL statement.
- apply(Connection) - Method in class org.dellroad.stuff.schema.SQLCommandList
-
Applies each individual SQL command in the script.
- apply(Connection, DatabaseAction<Connection>) - Method in class org.dellroad.stuff.schema.SQLSchemaUpdater
- apply(Connection, DatabaseAction<Connection>) - Method in class org.dellroad.stuff.spring.SpringSQLSchemaUpdater
-
Apply a
DatabaseAction
to aConnection
. - apply(XMLStreamWriter) - Method in class org.dellroad.stuff.xml.StreamWriterAction
-
Apply this action to the given
XMLStreamWriter
by invoking method(s) to effect some XML output event(s). - apply(PersistentFileTransaction) - Method in class org.dellroad.stuff.pobj.SpringPersistentObjectSchemaUpdate
-
Apply this update to the given transaction.
- apply(PersistentFileTransaction) - Method in class org.dellroad.stuff.pobj.SpringXSLPersistentObjectSchemaUpdate
-
Apply this update to the given transaction.
- apply(T) - Method in interface org.dellroad.stuff.schema.DatabaseAction
-
Apply this action to the database using the provided open transaction.
- apply(T) - Method in class org.dellroad.stuff.vaadin24.data.SimplePropertySet.Definition.Getter
- apply(T, DatabaseAction<T>) - Method in class org.dellroad.stuff.schema.AbstractSchemaUpdater
-
Execute a database action within an existing transaction.
- applyAnnotationValues(Object, String, A, A, BiFunction<? super List<Method>, String, String>, Function<? super Class<?>, ?>) - Static method in class org.dellroad.stuff.java.AnnotationUtil
-
Read annotation values from the given annotation and apply those values to the corresponding properties of the given bean.
- applyFieldDefaultAnnotations(HasValue<?, ?>, Class<?>) - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder
-
Apply defaults derived from
@FieldBuilder.FieldDefault
annotations to the given field. - applyInTransaction(D, DatabaseAction<T>) - Method in class org.dellroad.stuff.schema.AbstractSchemaUpdater
-
Execute a database action.
- applyTo(HasValue<?, ?>) - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.DefaultInfo
-
Apply the alternate default value to the configured property in the given field, if possible.
- ArgumentSegment() - Constructor for class org.dellroad.stuff.text.MessageFmt.ArgumentSegment
- ArgumentSegment(int) - Constructor for class org.dellroad.stuff.text.MessageFmt.ArgumentSegment
- ariaLabel() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the value desired for the
ariaLabel
property. - ariaLabel() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Checkbox
-
Get the value desired for the
ariaLabel
property. - ariaLabel() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CheckboxGroup
-
Get the value desired for the
ariaLabel
property. - ariaLabel() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the value desired for the
ariaLabel
property. - ariaLabel() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the value desired for the
ariaLabel
property. - ariaLabel() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Get the value desired for the
ariaLabel
property. - ariaLabel() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the value desired for the
ariaLabel
property. - ariaLabel() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Input
-
Get the value desired for the
ariaLabel
property. - ariaLabel() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the value desired for the
ariaLabel
property. - ariaLabel() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ListBox
-
Get the value desired for the
ariaLabel
property. - ariaLabel() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the value desired for the
ariaLabel
property. - ariaLabel() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectListBox
-
Get the value desired for the
ariaLabel
property. - ariaLabel() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
ariaLabel
property. - ariaLabel() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
ariaLabel
property. - ariaLabel() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RadioButtonGroup
-
Get the value desired for the
ariaLabel
property. - ariaLabel() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RangeInput
-
Get the value desired for the
ariaLabel
property. - ariaLabel() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Get the value desired for the
ariaLabel
property. - ariaLabel() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the value desired for the
ariaLabel
property. - ariaLabel() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the value desired for the
ariaLabel
property. - ariaLabel() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Get the value desired for the
ariaLabel
property. - ariaLabelledBy() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the value desired for the
ariaLabelledBy
property. - ariaLabelledBy() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Checkbox
-
Get the value desired for the
ariaLabelledBy
property. - ariaLabelledBy() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CheckboxGroup
-
Get the value desired for the
ariaLabelledBy
property. - ariaLabelledBy() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the value desired for the
ariaLabelledBy
property. - ariaLabelledBy() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the value desired for the
ariaLabelledBy
property. - ariaLabelledBy() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the value desired for the
ariaLabelledBy
property. - ariaLabelledBy() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Input
-
Get the value desired for the
ariaLabelledBy
property. - ariaLabelledBy() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the value desired for the
ariaLabelledBy
property. - ariaLabelledBy() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ListBox
-
Get the value desired for the
ariaLabelledBy
property. - ariaLabelledBy() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the value desired for the
ariaLabelledBy
property. - ariaLabelledBy() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectListBox
-
Get the value desired for the
ariaLabelledBy
property. - ariaLabelledBy() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
ariaLabelledBy
property. - ariaLabelledBy() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
ariaLabelledBy
property. - ariaLabelledBy() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RadioButtonGroup
-
Get the value desired for the
ariaLabelledBy
property. - ariaLabelledBy() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RangeInput
-
Get the value desired for the
ariaLabelledBy
property. - ariaLabelledBy() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Get the value desired for the
ariaLabelledBy
property. - ariaLabelledBy() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the value desired for the
ariaLabelledBy
property. - ariaLabelledBy() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the value desired for the
ariaLabelledBy
property. - ariaLabelledBy() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Get the value desired for the
ariaLabelledBy
property. - ASSERT - Enum constant in enum class org.dellroad.stuff.java.ErrorAction
-
Raise an assertion error (if assertions are enabled).
- assertCurrentSession() - Static method in class org.dellroad.stuff.vaadin24.util.VaadinUtil
-
Verify that there is a current and locked
VaadinSession
associated with the current thread. - assertCurrentSession(VaadinSession) - Static method in class org.dellroad.stuff.vaadin24.util.VaadinUtil
-
Verify that we are running in the context of the given session and holding the session's lock.
- assertNoSession() - Static method in class org.dellroad.stuff.vaadin24.util.VaadinUtil
-
Verify that there is no current and locked
VaadinSession
associated with the current thread. - assertNotSession(VaadinSession) - Static method in class org.dellroad.stuff.vaadin24.util.VaadinUtil
-
Verify that a
VaadinSession
is not associated with the current thread and locked. - assertSameOrDiff(String, String) - Method in class org.dellroad.stuff.test.TestSupport
- AsyncDataProvider<T> - Class in org.dellroad.stuff.vaadin24.data
-
A
ListDataProvider
whose contents are gathered in an asynchronous query. - AsyncDataProvider() - Constructor for class org.dellroad.stuff.vaadin24.data.AsyncDataProvider
-
Default constructor.
- AsyncDataProvider(AsyncTaskManager<Stream<? extends T>>) - Constructor for class org.dellroad.stuff.vaadin24.data.AsyncDataProvider
-
Constructor.
- AsyncDataProvider.Loader<T> - Interface in org.dellroad.stuff.vaadin24.data
-
Callback interface for asynchronous loading of data for a
AsyncDataProvider
. - AsyncInputStream - Class in org.dellroad.stuff.io
-
Performs asynchonous reads on an
InputStream
and notifies of input events. - AsyncInputStream(InputStream, String, AsyncInputStream.Listener) - Constructor for class org.dellroad.stuff.io.AsyncInputStream
-
Constructor.
- AsyncInputStream.Listener - Interface in org.dellroad.stuff.io
-
Callback interface required by
AsyncInputStream
. - AsyncOutputStream - Class in org.dellroad.stuff.io
-
An
OutputStream
that performs writes using a background thread, so that write, flush, and close operations never block. - AsyncOutputStream(OutputStream) - Constructor for class org.dellroad.stuff.io.AsyncOutputStream
-
Convenience constructor for when an auto-expanding buffer is desired and a default thread name is to be used.
- AsyncOutputStream(OutputStream, int, String) - Constructor for class org.dellroad.stuff.io.AsyncOutputStream
-
Constructor.
- AsyncOutputStream(OutputStream, String) - Constructor for class org.dellroad.stuff.io.AsyncOutputStream
-
Convenience constructor for when an auto-expanding buffer is desired.
- AsyncTask<R> - Interface in org.dellroad.stuff.vaadin24.util
-
Performs some task executing asynchronously and managed by an
AsyncTaskManager
. - AsyncTaskManager<R> - Class in org.dellroad.stuff.vaadin24.util
-
Allows applications to safely manage asynchronous tasks that execute in the background (without holding the
VaadinSession
lock) entirely within the context of a lockedVaadinSession
. - AsyncTaskManager() - Constructor for class org.dellroad.stuff.vaadin24.util.AsyncTaskManager
-
Default constructor.
- AsyncTaskManager(Function<? super Runnable, ? extends Future<?>>) - Constructor for class org.dellroad.stuff.vaadin24.util.AsyncTaskManager
-
Constructor.
- AsyncTaskStatusChangeEvent<R> - Class in org.dellroad.stuff.vaadin24.util
-
Event type emitted by an
AsyncTaskManager
when anAsyncTask
changes status. - AsyncTaskStatusChangeEvent(AsyncTaskManager<R>, long, int, R, Throwable) - Constructor for class org.dellroad.stuff.vaadin24.util.AsyncTaskStatusChangeEvent
-
Constructor.
- AsyncTaskStatusChangeListener<R> - Interface in org.dellroad.stuff.vaadin24.util
-
Listener interface for
AsyncTaskManager
event notifications. - AtomicUpdateFileOutputStream - Class in org.dellroad.stuff.io
-
A
FileOutputStream
that atomically updates the target file. - AtomicUpdateFileOutputStream(File) - Constructor for class org.dellroad.stuff.io.AtomicUpdateFileOutputStream
-
Convenience constructor.
- AtomicUpdateFileOutputStream(File, boolean) - Constructor for class org.dellroad.stuff.io.AtomicUpdateFileOutputStream
-
Convenience constructor.
- AtomicUpdateFileOutputStream(File, File) - Constructor for class org.dellroad.stuff.io.AtomicUpdateFileOutputStream
-
Constructor.
- AtomicUpdateFileOutputStream(File, File, boolean) - Constructor for class org.dellroad.stuff.io.AtomicUpdateFileOutputStream
-
Constructor.
- Audio - Class in org.dellroad.stuff.vaadin24.audio
-
Represents an HTML
<audio>
tag. - Audio() - Constructor for class org.dellroad.stuff.vaadin24.audio.Audio
-
Constructor.
- Audio.PreloadMode - Enum Class in org.dellroad.stuff.vaadin24.audio
-
Data pre-load modes for HTML
<audio>
elements. - Audio.Source - Class in org.dellroad.stuff.vaadin24.audio
-
Represents a
<source>
sub-element in an<audio>
element. - AUTO - Enum constant in enum class org.dellroad.stuff.vaadin24.audio.Audio.PreloadMode
- autocapitalize() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the value desired for the
autocapitalize
property. - autocapitalize() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the value desired for the
autocapitalize
property. - autocapitalize() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the value desired for the
autocapitalize
property. - autocapitalize() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
autocapitalize
property. - autocapitalize() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
autocapitalize
property. - autocapitalize() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the value desired for the
autocapitalize
property. - autocapitalize() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the value desired for the
autocapitalize
property. - autocomplete() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the value desired for the
autocomplete
property. - autocomplete() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the value desired for the
autocomplete
property. - autocomplete() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the value desired for the
autocomplete
property. - autocomplete() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
autocomplete
property. - autocomplete() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
autocomplete
property. - autocomplete() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the value desired for the
autocomplete
property. - autocomplete() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the value desired for the
autocomplete
property. - autocorrect() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the value desired for the
autocorrect
property. - autocorrect() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the value desired for the
autocorrect
property. - autocorrect() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the value desired for the
autocorrect
property. - autocorrect() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
autocorrect
property. - autocorrect() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
autocorrect
property. - autocorrect() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the value desired for the
autocorrect
property. - autocorrect() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the value desired for the
autocorrect
property. - autoExpand() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the value desired for the
autoExpand
property. - autofocus() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the value desired for the
autofocus
property. - autofocus() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Checkbox
-
Get the value desired for the
autofocus
property. - autofocus() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the value desired for the
autofocus
property. - autofocus() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the value desired for the
autofocus
property. - autofocus() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the value desired for the
autofocus
property. - autofocus() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the value desired for the
autofocus
property. - autofocus() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
autofocus
property. - autofocus() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
autofocus
property. - autofocus() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Get the value desired for the
autofocus
property. - autofocus() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the value desired for the
autofocus
property. - autofocus() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the value desired for the
autofocus
property. - autoOpen() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the value desired for the
autoOpen
property. - autoOpen() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the value desired for the
autoOpen
property. - autoOpen() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Get the value desired for the
autoOpen
property. - autoOpen() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the value desired for the
autoOpen
property. - autoOpen() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Get the value desired for the
autoOpen
property. - autoselect() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the value desired for the
autoselect
property. - autoselect() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the value desired for the
autoselect
property. - autoselect() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the value desired for the
autoselect
property. - autoselect() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
autoselect
property. - autoselect() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
autoselect
property. - autoselect() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the value desired for the
autoselect
property. - autoselect() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the value desired for the
autoselect
property. - autoWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.grid.GridColumn
-
Get the auto width setting.
- autowire() - Method in class org.dellroad.stuff.main.ContextMainClass
-
Autowire this instance using its associated application context.
- available() - Method in class org.dellroad.stuff.io.ByteBufferInputStream
- available() - Method in class org.dellroad.stuff.io.IdleTimeoutInputStream
- available() - Method in class org.dellroad.stuff.io.NullModemInputStream
- available() - Method in class org.dellroad.stuff.io.PipedStreams.Input
- availableBufferSpace() - Method in class org.dellroad.stuff.io.AsyncOutputStream
-
Get the number of free bytes remaining in the output buffer.
- Averager - Class in org.dellroad.stuff.util
-
Calculates running averages and variance.
- Averager() - Constructor for class org.dellroad.stuff.util.Averager
-
Default constructor.
- Averager(double) - Constructor for class org.dellroad.stuff.util.Averager
-
Constructor taking first datapoint.
B
- beanFactory - Variable in class org.dellroad.stuff.spring.AbstractSpringSchemaUpdate
- beanName - Variable in class org.dellroad.stuff.spring.AbstractSpringSchemaUpdate
- BeanNameComparator - Class in org.dellroad.stuff.spring
-
A
Comparator
that orders Spring bean names in the same order as the corresponding beans appear in aListableBeanFactory
. - BeanNameComparator(ListableBeanFactory) - Constructor for class org.dellroad.stuff.spring.BeanNameComparator
- beanType - Variable in class org.dellroad.stuff.vaadin24.util.WholeBeanValidator
-
Bean type.
- beforeFirst() - Method in class org.dellroad.stuff.sql.MergedResultSet
- bind(Binder<? extends T>, HasValue<?, V>) - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.BindingInfo
-
Bind the given field to the given
Binder
according to this instance. - binder - Variable in class org.dellroad.stuff.vaadin24.field.BinderCustomField
-
The binder that is bound to this instance's sub-fields.
- BinderCustomField<T> - Class in org.dellroad.stuff.vaadin24.field
-
Support superclass for
CustomField
s containing sub-fields that are managed by an internalBinder
. - BinderCustomField(Class<T>) - Constructor for class org.dellroad.stuff.vaadin24.field.BinderCustomField
-
Constructor.
- bindFields(Binder<? extends T>) - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder
-
Create, configure, and bind fields into the given
Binder
. - bindingInfo - Variable in class org.dellroad.stuff.vaadin24.field.FieldBuilderContextImpl
- BindingInfo(Method, String, Annotation, AbstractFieldBuilder.Binding, AbstractFieldBuilder.FormLayout, AbstractFieldBuilder.NullifyCheckbox, AbstractFieldBuilder.EnabledBy, BiFunction<AbstractFieldBuilder.BindingInfo, ? super T, FieldComponent<?>>) - Constructor for class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.BindingInfo
-
Constructor.
- bit() - Method in class org.dellroad.stuff.io.BitwiseInputStream
-
Read a single bit that is expected to be there.
- bitOffset() - Method in class org.dellroad.stuff.io.BitwiseInputStream
-
Get the current bit offset.
- bitOffset() - Method in class org.dellroad.stuff.io.BitwiseOutputStream
-
Get the current bit offset.
- bits(int) - Method in class org.dellroad.stuff.io.BitwiseInputStream
-
Read up to 64 bits that are expected to be there.
- BitwiseInputStream - Class in org.dellroad.stuff.io
-
A bit-oriented
InputStream
. - BitwiseInputStream(InputStream) - Constructor for class org.dellroad.stuff.io.BitwiseInputStream
-
Constructor.
- BitwiseOutputStream - Class in org.dellroad.stuff.io
-
A bit-oriented
OutputStream
. - BitwiseOutputStream(OutputStream) - Constructor for class org.dellroad.stuff.io.BitwiseOutputStream
-
Constructor.
- BOM - Enum Class in org.dellroad.stuff.io
-
Catalog of common byte order marks.
- BOMReader - Class in org.dellroad.stuff.io
-
A
Reader
that wraps anInputStream
, detects and strips the byte order mark, and then converts bytes into characters accordingly. - BOMReader(InputStream) - Constructor for class org.dellroad.stuff.io.BOMReader
-
Constructor.
- BOMReader(InputStream, CodingErrorAction, Charset) - Constructor for class org.dellroad.stuff.io.BOMReader
-
Primary constructor.
- BOOLEAN - Static variable in class org.dellroad.stuff.java.Primitive
-
Boolean type.
- buf - Variable in class org.dellroad.stuff.io.ByteBufferInputStream
-
The underlying
ByteBuffer
. - buf - Variable in class org.dellroad.stuff.io.ByteBufferOutputStream
-
The underlying
ByteBuffer
. - BufferOverflowException - Exception in org.dellroad.stuff.io
-
Thrown by
AsyncOutputStream
when its buffer overflows. - BufferOverflowException() - Constructor for exception org.dellroad.stuff.io.BufferOverflowException
- BufferOverflowException(String) - Constructor for exception org.dellroad.stuff.io.BufferOverflowException
- buildDeclarativeField(AbstractFieldBuilder.BindingInfo) - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder
-
Construct and configure a field based on a
@FieldBuilder.Foo
declarative annotation. - buildDeclarativeField(AbstractFieldBuilder.BindingInfo) - Method in class org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder
- buildException() - Method in class org.dellroad.stuff.string.ParseContext
-
Create a generic exception for rejecting the current input.
- buildException(String) - Method in class org.dellroad.stuff.string.ParseContext
-
Create an exception for rejecting the current input.
- buildGrid() - Method in class org.dellroad.stuff.vaadin24.grid.GridColumnScanner
-
Create a new
Grid
with columns generated from@GridColumn
annotations. - buildGrid(AbstractFieldBuilder.BindingInfo, GridColumn) - Method in class org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder
- buildLayout() - Method in class org.dellroad.stuff.vaadin24.field.NullableField
-
Build the layout for this field.
- buildProvidedField(AbstractFieldBuilder.BindingInfo, MethodAnnotationScanner.MethodInfo, Object) - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder
-
Construct a field and corresponding component using a
@FieldBuilder.ProvidesField
annotated method. - BYTE - Static variable in class org.dellroad.stuff.java.Primitive
-
Byte type.
- ByteArrayEncoder - Class in org.dellroad.stuff.string
-
Encodes
byte[]
arrays to and from hexadecimal strings. - ByteBufferInputStream - Class in org.dellroad.stuff.io
-
Provides an
InputStream
view of aByteBuffer
. - ByteBufferInputStream(ByteBuffer) - Constructor for class org.dellroad.stuff.io.ByteBufferInputStream
-
Constructor.
- ByteBufferOutputStream - Class in org.dellroad.stuff.io
-
Provides an
OutputStream
view of aByteBuffer
. - ByteBufferOutputStream(ByteBuffer) - Constructor for class org.dellroad.stuff.io.ByteBufferOutputStream
-
Constructor.
C
- cancel() - Method in class org.dellroad.stuff.io.AtomicUpdateFileOutputStream
-
Cancel this instance if still open.
- cancel() - Method in class org.dellroad.stuff.spring.DelayedAction
-
Cancel the future scheduled action, if any.
- cancel() - Method in class org.dellroad.stuff.vaadin24.data.AsyncDataProvider
-
Cancel any outstanding asynchronous load of this instance.
- cancelButtonLabel() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilderCustomField.DialogForm
-
Cancel button label.
- CANCELED - Static variable in class org.dellroad.stuff.io.AtomicUpdateFileOutputStream
-
The stream is closed, and the update has been canceled either explicitly via
AtomicUpdateFileOutputStream.cancel()
or implicitly due to anIOException
having been thrown. - CANCELED - Static variable in class org.dellroad.stuff.vaadin24.util.AsyncTaskStatusChangeEvent
-
Status value indicating that an asynchronous task was
cancelTask()
'ed (or canceled itself by throwingInterruptedException
). - cancelRowUpdates() - Method in class org.dellroad.stuff.sql.MergedResultSet
- cancelTask() - Method in class org.dellroad.stuff.vaadin24.util.AsyncTaskManager
-
Cancels the current outstanding asynchronous task, if any, and returns its unique ID.
- cancelTask() - Method in class org.dellroad.stuff.vaadin24.util.SimpleTaskManager
-
Cancel current task, if any
- caseArgumentSegment(MessageFmt.ArgumentSegment) - Method in class org.dellroad.stuff.text.MessageFmt.SegmentSwitchAdapter
-
Internal roll-up method.
- caseBoolean() - Method in interface org.dellroad.stuff.java.PrimitiveSwitch
- caseBoolean() - Method in class org.dellroad.stuff.java.PrimitiveSwitchAdapter
-
Handle the
Primitive.BOOLEAN
case. - caseByte() - Method in interface org.dellroad.stuff.java.PrimitiveSwitch
- caseByte() - Method in class org.dellroad.stuff.java.PrimitiveSwitchAdapter
-
Handle the
Primitive.BYTE
case. - caseCharacter() - Method in interface org.dellroad.stuff.java.PrimitiveSwitch
- caseCharacter() - Method in class org.dellroad.stuff.java.PrimitiveSwitchAdapter
-
Handle the
Primitive.CHARACTER
case. - caseChoiceArgumentSegment(MessageFmt.ChoiceArgumentSegment) - Method in interface org.dellroad.stuff.text.MessageFmt.SegmentSwitch
- caseChoiceArgumentSegment(MessageFmt.ChoiceArgumentSegment) - Method in class org.dellroad.stuff.text.MessageFmt.SegmentSwitchAdapter
-
Handle a
MessageFmt.ChoiceArgumentSegment
. - caseCurrencyArgumentSegment(MessageFmt.CurrencyArgumentSegment) - Method in interface org.dellroad.stuff.text.MessageFmt.SegmentSwitch
- caseCurrencyArgumentSegment(MessageFmt.CurrencyArgumentSegment) - Method in class org.dellroad.stuff.text.MessageFmt.SegmentSwitchAdapter
-
Handle a
MessageFmt.CurrencyArgumentSegment
. - caseDateFormatArgumentSegment(MessageFmt.DateFormatArgumentSegment<T>) - Method in class org.dellroad.stuff.text.MessageFmt.SegmentSwitchAdapter
-
Internal roll-up method.
- caseDecimalArgumentSegment(MessageFmt.DecimalArgumentSegment) - Method in interface org.dellroad.stuff.text.MessageFmt.SegmentSwitch
- caseDecimalArgumentSegment(MessageFmt.DecimalArgumentSegment) - Method in class org.dellroad.stuff.text.MessageFmt.SegmentSwitchAdapter
-
Handle a
MessageFmt.DecimalArgumentSegment
. - caseDefault() - Method in class org.dellroad.stuff.java.PrimitiveSwitchAdapter
-
Internal roll-up method.
- caseDefaultArgumentSegment(MessageFmt.DefaultArgumentSegment) - Method in interface org.dellroad.stuff.text.MessageFmt.SegmentSwitch
- caseDefaultArgumentSegment(MessageFmt.DefaultArgumentSegment) - Method in class org.dellroad.stuff.text.MessageFmt.SegmentSwitchAdapter
-
Handle a
MessageFmt.DefaultArgumentSegment
. - caseDefaultNumberFormatArgumentSegment(MessageFmt.DefaultNumberFormatArgumentSegment) - Method in interface org.dellroad.stuff.text.MessageFmt.SegmentSwitch
- caseDefaultNumberFormatArgumentSegment(MessageFmt.DefaultNumberFormatArgumentSegment) - Method in class org.dellroad.stuff.text.MessageFmt.SegmentSwitchAdapter
- caseDouble() - Method in interface org.dellroad.stuff.java.PrimitiveSwitch
- caseDouble() - Method in class org.dellroad.stuff.java.PrimitiveSwitchAdapter
-
Handle the
Primitive.DOUBLE
case. - caseFloat() - Method in interface org.dellroad.stuff.java.PrimitiveSwitch
- caseFloat() - Method in class org.dellroad.stuff.java.PrimitiveSwitchAdapter
-
Handle the
Primitive.FLOAT
case. - caseFormatArgumentSegment(MessageFmt.FormatArgumentSegment<T>) - Method in class org.dellroad.stuff.text.MessageFmt.SegmentSwitchAdapter
-
Internal roll-up method.
- caseInteger() - Method in interface org.dellroad.stuff.java.PrimitiveSwitch
- caseInteger() - Method in class org.dellroad.stuff.java.PrimitiveSwitchAdapter
-
Handle the
Primitive.INTEGER
case. - caseIntegerArgumentSegment(MessageFmt.IntegerArgumentSegment) - Method in interface org.dellroad.stuff.text.MessageFmt.SegmentSwitch
- caseIntegerArgumentSegment(MessageFmt.IntegerArgumentSegment) - Method in class org.dellroad.stuff.text.MessageFmt.SegmentSwitchAdapter
-
Handle an
MessageFmt.IntegerArgumentSegment
. - caseLong() - Method in interface org.dellroad.stuff.java.PrimitiveSwitch
- caseLong() - Method in class org.dellroad.stuff.java.PrimitiveSwitchAdapter
-
Handle the
Primitive.LONG
case. - caseNumber() - Method in class org.dellroad.stuff.java.PrimitiveSwitchAdapter
-
Internal roll-up method.
- caseNumberFormatArgumentSegment(MessageFmt.NumberFormatArgumentSegment<T>) - Method in class org.dellroad.stuff.text.MessageFmt.SegmentSwitchAdapter
-
Internal roll-up method.
- casePercentArgumentSegment(MessageFmt.PercentArgumentSegment) - Method in interface org.dellroad.stuff.text.MessageFmt.SegmentSwitch
- casePercentArgumentSegment(MessageFmt.PercentArgumentSegment) - Method in class org.dellroad.stuff.text.MessageFmt.SegmentSwitchAdapter
-
Handle a
MessageFmt.PercentArgumentSegment
. - caseSegment(MessageFmt.Segment) - Method in class org.dellroad.stuff.text.MessageFmt.SegmentSwitchAdapter
-
Internal roll-up method.
- caseShort() - Method in interface org.dellroad.stuff.java.PrimitiveSwitch
- caseShort() - Method in class org.dellroad.stuff.java.PrimitiveSwitchAdapter
-
Handle the
Primitive.SHORT
case. - caseSimpleDateFormatArgumentSegment(MessageFmt.SimpleDateFormatArgumentSegment) - Method in interface org.dellroad.stuff.text.MessageFmt.SegmentSwitch
- caseSimpleDateFormatArgumentSegment(MessageFmt.SimpleDateFormatArgumentSegment) - Method in class org.dellroad.stuff.text.MessageFmt.SegmentSwitchAdapter
- caseStandardDateFormatArgumentSegment(MessageFmt.StandardDateFormatArgumentSegment) - Method in interface org.dellroad.stuff.text.MessageFmt.SegmentSwitch
- caseStandardDateFormatArgumentSegment(MessageFmt.StandardDateFormatArgumentSegment) - Method in class org.dellroad.stuff.text.MessageFmt.SegmentSwitchAdapter
- caseStandardTimeFormatArgumentSegment(MessageFmt.StandardTimeFormatArgumentSegment) - Method in interface org.dellroad.stuff.text.MessageFmt.SegmentSwitch
- caseStandardTimeFormatArgumentSegment(MessageFmt.StandardTimeFormatArgumentSegment) - Method in class org.dellroad.stuff.text.MessageFmt.SegmentSwitchAdapter
- caseTextSegment(MessageFmt.TextSegment) - Method in interface org.dellroad.stuff.text.MessageFmt.SegmentSwitch
- caseTextSegment(MessageFmt.TextSegment) - Method in class org.dellroad.stuff.text.MessageFmt.SegmentSwitchAdapter
-
Handle a
MessageFmt.TextSegment
. - caseVoid() - Method in interface org.dellroad.stuff.java.PrimitiveSwitch
- caseVoid() - Method in class org.dellroad.stuff.java.PrimitiveSwitchAdapter
-
Handle the
Primitive.VOID
case. - ChannelConnection - Class in org.dellroad.stuff.net
-
Support superclass for
ChannelNetwork
connections. - ChannelConnection(ChannelNetwork, String, SelectableChannel) - Constructor for class org.dellroad.stuff.net.ChannelConnection
- ChannelConnection(ChannelNetwork, String, SelectableChannel, SelectableChannel) - Constructor for class org.dellroad.stuff.net.ChannelConnection
- ChannelNetwork - Class in org.dellroad.stuff.net
-
Support superclass for
Network
implementations based onSelectableChannel
s. - ChannelNetwork() - Constructor for class org.dellroad.stuff.net.ChannelNetwork
- CHARACTER - Static variable in class org.dellroad.stuff.java.Primitive
-
Character type.
- checkConnection() - Method in class org.dellroad.stuff.io.IdleTimeoutInputStream
-
Check the status of the underlying
InputStream
. - CheckedExceptionWrapper - Exception in org.dellroad.stuff.java
-
Wraps checked exceptions so they can be thrown across API methods that don't declare them.
- CheckedExceptionWrapper(Exception) - Constructor for exception org.dellroad.stuff.java.CheckedExceptionWrapper
-
Constructor.
- checkFile() - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Check the persistent file for an "out-of-band" update.
- checkId(Object) - Method in class org.dellroad.stuff.java.IdGenerator
-
Test whether the given object is already registered with this instance.
- checkValid(ConstraintValidatorContext) - Method in class org.dellroad.stuff.text.MessageFmt
- checkValid(ConstraintValidatorContext) - Method in class org.dellroad.stuff.text.MessageFmt.DecimalArgumentSegment
- checkValid(ConstraintValidatorContext) - Method in class org.dellroad.stuff.text.MessageFmt.SimpleDateFormatArgumentSegment
- checkValid(ConstraintValidatorContext) - Method in interface org.dellroad.stuff.validation.SelfValidating
-
Validate this instance.
- checkValid(T, boolean) - Method in class org.dellroad.stuff.test.TestSupport
- ChoiceArgumentSegment() - Constructor for class org.dellroad.stuff.text.MessageFmt.ChoiceArgumentSegment
- ChoiceArgumentSegment(int, ChoiceFormat) - Constructor for class org.dellroad.stuff.text.MessageFmt.ChoiceArgumentSegment
-
Create an instance modeling the given
ChoiceFormat
. - ChoiceArgumentSegment(int, MessageFmt.ChoiceArgumentSegment.Option...) - Constructor for class org.dellroad.stuff.text.MessageFmt.ChoiceArgumentSegment
-
Create an instance from explicitly given
MessageFmt.ChoiceArgumentSegment.Option
s. - classNameGenerator() - Element in annotation interface org.dellroad.stuff.vaadin24.grid.GridColumn
-
Get the CSS class name generator class.
- cleanupConnection(C) - Method in class org.dellroad.stuff.net.PersistentConnection
-
Perform cleanup after a server connection ends.
- cleanupConnection(Socket) - Method in class org.dellroad.stuff.net.PersistentSocketConnection
-
Perform cleanup after a server connection ends.
- clear() - Method in class org.dellroad.stuff.util.LongMap
- clear() - Method in class org.dellroad.stuff.util.LongSet
- clearButtonVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the value desired for the
clearButtonVisible
property. - clearButtonVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the value desired for the
clearButtonVisible
property. - clearButtonVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the value desired for the
clearButtonVisible
property. - clearButtonVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the value desired for the
clearButtonVisible
property. - clearButtonVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the value desired for the
clearButtonVisible
property. - clearButtonVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the value desired for the
clearButtonVisible
property. - clearButtonVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
clearButtonVisible
property. - clearButtonVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
clearButtonVisible
property. - clearButtonVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the value desired for the
clearButtonVisible
property. - clearButtonVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the value desired for the
clearButtonVisible
property. - clearButtonVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Get the value desired for the
clearButtonVisible
property. - clearWarnings() - Method in class org.dellroad.stuff.sql.MergedResultSet
- clone() - Method in class org.dellroad.stuff.string.ParseContext
-
Clone this instance.
- clone() - Method in class org.dellroad.stuff.util.Averager
- clone() - Method in class org.dellroad.stuff.util.LongMap
- clone() - Method in class org.dellroad.stuff.util.LongSet
- close() - Method in class org.dellroad.stuff.io.AsyncInputStream
-
Close this instance.
- close() - Method in class org.dellroad.stuff.io.AsyncOutputStream
-
Close this instance.
- close() - Method in class org.dellroad.stuff.io.AtomicUpdateFileOutputStream
-
Close this instance if still open.
- close() - Method in class org.dellroad.stuff.io.BitwiseInputStream
- close() - Method in class org.dellroad.stuff.io.BitwiseOutputStream
- close() - Method in class org.dellroad.stuff.io.BOMReader
- close() - Method in class org.dellroad.stuff.io.ByteBufferInputStream
- close() - Method in class org.dellroad.stuff.io.ByteBufferOutputStream
- close() - Method in class org.dellroad.stuff.io.IdleTimeoutInputStream
- close() - Method in class org.dellroad.stuff.io.InputStreamReader
-
Close this instance.
- close() - Method in class org.dellroad.stuff.io.NullModemOutputStream
- close() - Method in class org.dellroad.stuff.io.OutputStreamWriter
-
Close this instance.
- close() - Method in class org.dellroad.stuff.io.PipedStreams.Input
- close() - Method in class org.dellroad.stuff.io.PipedStreams.Output
- close() - Method in class org.dellroad.stuff.jibx.XMLDocumentInputStream
- close() - Method in class org.dellroad.stuff.jibx.XMLDocumentOutputStream
-
Close the underlying output stream.
- close() - Method in class org.dellroad.stuff.sql.MergedResultSet
- close() - Method in class org.dellroad.stuff.xml.EmptyTagXMLStreamWriter
- close() - Method in class org.dellroad.stuff.xml.EventWriterDelegate
- close() - Method in class org.dellroad.stuff.xml.StreamWriterDelegate
- close(Throwable) - Method in class org.dellroad.stuff.net.ChannelConnection
- close(Throwable) - Method in interface org.dellroad.stuff.net.SelectorSupport.IOHandler
-
Invoked when an exception is thrown by
serviceIO()
. - CLOSED - Static variable in class org.dellroad.stuff.io.AtomicUpdateFileOutputStream
-
The stream is closed and the update has been successful.
- closureTrackables - Variable in class org.dellroad.stuff.net.SelectorSupport
- colspan() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.FormLayout
-
Specify the column span of the associated field.
- column() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder.GridMultiSelect
-
Get the configuration for the
Grid
(single) column that is displayed. - column() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder.GridSingleSelect
-
Get the configuration for the
Grid
(single) column that is displayed. - columnGroup() - Element in annotation interface org.dellroad.stuff.vaadin24.grid.GridColumn
-
Get the name of this column's column group.
- commitTransaction(Connection) - Method in class org.dellroad.stuff.schema.SQLSchemaUpdater
-
Commit a previously opened transaction.
- commitTransaction(PersistentFileTransaction) - Method in class org.dellroad.stuff.pobj.PersistentObjectSchemaUpdater
- commitTransaction(T) - Method in class org.dellroad.stuff.schema.AbstractSchemaUpdater
-
Commit a previously opened transaction.
- comparator() - Element in annotation interface org.dellroad.stuff.vaadin24.grid.GridColumn
-
Get the
Comparator
class to use for in-memory sorting. - comparator() - Element in annotation interface org.dellroad.stuff.validation.Sorted
-
Specifies a
Comparator
to use. - compare(Object, Object) - Method in class org.dellroad.stuff.java.ObjectComparator
- compare(String, String) - Method in class org.dellroad.stuff.spring.BeanNameComparator
- compare(String, String) - Method in class org.dellroad.stuff.string.VersionComparator
- compare(String, String) - Method in class org.dellroad.stuff.string.VersionPartComparator
- compare(T, T) - Method in class org.dellroad.stuff.java.Primitive
-
Compare two primitive values.
- COMPLETED - Static variable in class org.dellroad.stuff.vaadin24.util.AsyncTaskStatusChangeEvent
-
Status value indicating that an asynchronous task has completed successfully.
- component - Variable in class org.dellroad.stuff.vaadin24.field.NullableField
-
The inner field component.
- configureServerSocketChannel(ServerSocketChannel) - Method in class org.dellroad.stuff.net.TCPNetwork
-
Configure the
ServerSocketChannel
to be used by this instance. - configureSocketChannel(SocketChannel) - Method in class org.dellroad.stuff.net.TCPNetwork
-
Configure a new
SocketChannel
to be used by this instance. - connectionEnded(Exception) - Method in class org.dellroad.stuff.net.PersistentConnection
-
State machine transition: an established connection to the server has ended.
- connectionFailed(Exception) - Method in class org.dellroad.stuff.net.PersistentConnection
-
State machine transition: initialization of a new connection via
PersistentConnection.createConnection()
failed due to an exception. - connectionMap - Variable in class org.dellroad.stuff.net.ChannelNetwork
- connectionSuccessful() - Method in class org.dellroad.stuff.net.PersistentConnection
-
State machine transition: initialization of a new connection via
PersistentConnection.createConnection()
was successful and we are connected to the server. - contains(long) - Method in class org.dellroad.stuff.util.LongSet
- contains(Object) - Method in class org.dellroad.stuff.util.LongSet
- containsKey(long) - Method in class org.dellroad.stuff.util.LongMap
- containsKey(Object) - Method in class org.dellroad.stuff.util.LongMap
- context - Variable in class org.dellroad.stuff.main.ContextMainClass
- ContextMainClass - Class in org.dellroad.stuff.main
-
Support superclass for
MainClass
implementations that wish to execute with an associated Spring application context. - ContextMainClass() - Constructor for class org.dellroad.stuff.main.ContextMainClass
- converter() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.Binding
-
Get the converter class to be applied before any
AbstractFieldBuilder.Binding.validators()
are applied. - convertJibxException(JiBXException, boolean) - Method in class org.dellroad.stuff.jibx.JibxMarshaller
-
Convert the given
JiBXException
to an appropriate exception from theorg.springframework.oxm
hierarchy. - copy(File, File) - Method in class org.dellroad.stuff.io.FileStreamRepository
-
Copy, via hard link if possible, a file.
- copy(T) - Method in class org.dellroad.stuff.pobj.AbstractDelegate
-
Make a deep copy of the given object.
- copy(T) - Method in class org.dellroad.stuff.pobj.FilterDelegate
- copy(T) - Method in interface org.dellroad.stuff.pobj.PersistentObjectDelegate
-
Make a deep copy of the given object.
- copy(T) - Method in class org.dellroad.stuff.pobj.PersistentObjectSchemaUpdater
-
Make a deep copy of the given object.
- createAndBindFields() - Method in class org.dellroad.stuff.vaadin24.field.BinderCustomField
-
Create this field's sub-fields and bind them to
BinderCustomField.binder
. - createAndBindFields() - Method in class org.dellroad.stuff.vaadin24.field.FieldBuilderCustomField
-
Create this field's sub-fields and bind them to
BinderCustomField.binder
. - createBeanDefinition(Class<?>, Element, ParserContext) - Method in class org.dellroad.stuff.spring.AbstractBeanDefinitionParser
-
Create a new bean definition.
- createBinder() - Method in class org.dellroad.stuff.vaadin24.field.BinderCustomField
-
Create a new
Binder
for the given type. - createBindingInfo(Method, String, Annotation, AbstractFieldBuilder.Binding, AbstractFieldBuilder.FormLayout, AbstractFieldBuilder.NullifyCheckbox, AbstractFieldBuilder.EnabledBy, BiFunction<AbstractFieldBuilder.BindingInfo, ? super T, FieldComponent<?>>) - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder
-
Create a
AbstractFieldBuilder<S extends AbstractFieldBuilder<S,
.T>, T>.BindingInfo - createConnection() - Method in class org.dellroad.stuff.net.PersistentConnection
-
Create a new server connection.
- createConnection() - Method in class org.dellroad.stuff.net.PersistentSocketConnection
-
Create a new server connection.
- createConnection(String) - Method in class org.dellroad.stuff.net.ChannelNetwork
-
Create a new connection to the specified peer.
- createConnection(String) - Method in class org.dellroad.stuff.net.TCPNetwork
- createDefinition(String, Class<V>, String, ValueProvider<? super T, ? extends V>, Setter<? super T, ? super V>) - Method in class org.dellroad.stuff.vaadin24.data.SimplePropertySet
-
Create a new
SimplePropertySet.Definition
. - createFieldBuilder() - Method in class org.dellroad.stuff.vaadin24.field.FieldBuilderCustomField
-
Create a new
AbstractFieldBuilder
for the given type. - createFieldComponent(T) - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.BindingInfo
-
Instantiate a new field and associated component according to this instance.
- createGraphClone(GraphCloneRegistry) - Method in interface org.dellroad.stuff.java.GraphCloneable
-
Create a graph clone of this instance and register it with the given
GraphCloneRegistry
. - createInstance() - Method in class org.dellroad.stuff.spring.ResourceReaderFactoryBean
- createMarshallingContext() - Method in class org.dellroad.stuff.jibx.JibxMarshaller
-
Create a new
IMarshallingContext
, configured with the correct indentation. - createMethodInfo(Method, A) - Method in class org.dellroad.stuff.java.MethodAnnotationScanner
-
Create a new
MethodAnnotationScanner<T,
instance corresponding to the given annotated method.A extends Annotation>.MethodInfo - createNewBean() - Method in class org.dellroad.stuff.vaadin24.field.BinderCustomField
-
Create a new instance of the bean model class.
- createResult(OutputStream, File) - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Create a
Result
targeting the givenOutputStream
. - createSelectionKey(SelectableChannel, SelectorSupport.IOHandler) - Method in class org.dellroad.stuff.net.SelectorSupport
-
Create a new
SelectionKey
by registering the given channel on this instance'sSelector
and associating the specifiedSelectorSupport.IOHandler
to handle I/O ready conditions. - createSelectionKey(SelectableChannel, SelectorSupport.IOHandler, boolean) - Method in class org.dellroad.stuff.net.SelectorSupport
-
Create a new
SelectionKey
by registering the given channel on this instance'sSelector
and associating the specifiedSelectorSupport.IOHandler
to handle I/O ready conditions and/or channel closure. - createServerSocket() - Method in class org.dellroad.stuff.net.SocketAcceptor
-
Create the server's socket via which connections will be accepted.
- createSocket() - Method in class org.dellroad.stuff.net.PersistentSocketConnection
-
Create the
Socket
to use for a new connection. - createUnmarshallingContext() - Method in class org.dellroad.stuff.jibx.JibxMarshaller
-
Create a new
IUnmarshallingContext
. - CurrencyArgumentSegment() - Constructor for class org.dellroad.stuff.text.MessageFmt.CurrencyArgumentSegment
- CurrencyArgumentSegment(int) - Constructor for class org.dellroad.stuff.text.MessageFmt.CurrencyArgumentSegment
- currentGrid() - Static method in class org.dellroad.stuff.vaadin24.grid.GridColumnScanner
-
Obtain the
Grid
being configured in the current thread.
D
- DatabaseAction<T> - Interface in org.dellroad.stuff.schema
-
Database action interface.
- databaseNeedsInitialization(Connection) - Method in class org.dellroad.stuff.schema.SQLSchemaUpdater
-
Determine if the database needs initialization.
- databaseNeedsInitialization(PersistentFileTransaction) - Method in class org.dellroad.stuff.pobj.PersistentObjectSchemaUpdater
- databaseNeedsInitialization(T) - Method in class org.dellroad.stuff.schema.AbstractSchemaUpdater
-
Determine if the database needs initialization.
- dataProvider() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CheckboxGroup
-
Get the class to instantiate for the
dataProvider
property. - dataProvider() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ListBox
-
Get the class to instantiate for the
dataProvider
property. - dataProvider() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectListBox
-
Get the class to instantiate for the
dataProvider
property. - dataProvider() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RadioButtonGroup
-
Get the class to instantiate for the
dataProvider
property. - dataProvider() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Get the class to instantiate for the
dataProvider
property. - dateAriaLabel() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Get the value desired for the
dateAriaLabel
property. - DateEncoder - Class in org.dellroad.stuff.string
-
Encodes
Date
objects to and from strings. - DateFormatArgumentSegment() - Constructor for class org.dellroad.stuff.text.MessageFmt.DateFormatArgumentSegment
- DateFormatArgumentSegment(int) - Constructor for class org.dellroad.stuff.text.MessageFmt.DateFormatArgumentSegment
- datePickerI18n() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Get the class to instantiate for the
datePickerI18n
property. - datePlaceholder() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Get the value desired for the
datePlaceholder
property. - dbg(Iterable<? extends SelectionKey>) - Static method in class org.dellroad.stuff.net.SelectorSupport
-
Get a debug description of the given keys.
- dbg(SelectionKey) - Static method in class org.dellroad.stuff.net.SelectorSupport
-
Get a debug description of the given key.
- dbgOps(int) - Static method in class org.dellroad.stuff.net.SelectorSupport
-
Get a debug description of the given I/O ops.
- DecimalArgumentSegment() - Constructor for class org.dellroad.stuff.text.MessageFmt.DecimalArgumentSegment
- DecimalArgumentSegment(int, DecimalFormat) - Constructor for class org.dellroad.stuff.text.MessageFmt.DecimalArgumentSegment
- decode(String) - Static method in class org.dellroad.stuff.string.ByteArrayEncoder
-
Decode a
String
back into abyte[]
array. - decode(String) - Static method in class org.dellroad.stuff.string.DateEncoder
-
Decode the given date.
- decode(String) - Static method in class org.dellroad.stuff.string.StringEncoder
-
Decode a string encoded by
StringEncoder.encode(java.lang.String, boolean)
. - deepClone(UnaryOperator<V>) - Method in class org.dellroad.stuff.util.LongMap
-
Perform a "deep clone" operation, which is a normal
LongMap.clone()
followed by a cloning of each value using the provided clone function. - DEFAULT - Enum constant in enum class org.dellroad.stuff.text.MessageFmt.DateFormatStandard
- DEFAULT_ANNOTATION_DEFAULTS_METHOD_NAME - Static variable in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder
- DEFAULT_BACKLOG - Static variable in class org.dellroad.stuff.net.SocketAcceptor
-
Default maximum incoming connection queue length (50).
- DEFAULT_BUFFER_SIZE - Static variable in class org.dellroad.stuff.io.PipedStreams
-
Default internal buffer size (8160).
- DEFAULT_CONNECT_TIMEOUT - Static variable in class org.dellroad.stuff.net.TCPNetwork
-
Default connect timeout for outgoing connections (20000L milliseconds).
- DEFAULT_ENABLED_BUT_NULL_ERROR - Static variable in class org.dellroad.stuff.vaadin24.field.NullableField
- DEFAULT_ENCODING - Static variable in class org.dellroad.stuff.xml.IndentXMLStreamWriter
-
Initial value for the default character encoding.
- DEFAULT_HOUSEKEEPING_INTERVAL - Static variable in class org.dellroad.stuff.net.SelectorSupport
-
Default housekeeping interval (1000ms).
- DEFAULT_IMPLEMENTATION_PROPERTY_NAME - Static variable in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder
- DEFAULT_INDENT - Static variable in class org.dellroad.stuff.xml.IndentXMLStreamWriter
-
Default number of spaces corresponding to one indent level.
- DEFAULT_INITIAL_DELAY - Static variable in annotation interface org.dellroad.stuff.spring.RetryTransaction
-
Default initial delay, in milliseconds, used when the
initialDelay
value is not explicitly set in an instance of this annotation. - DEFAULT_LOCATION_PREFIX - Static variable in class org.dellroad.stuff.pobj.SpringXSLUpdateTransformConfigurer
-
Default location prefix:
"/"
. - DEFAULT_LOCATION_SUFFIX - Static variable in class org.dellroad.stuff.pobj.SpringXSLUpdateTransformConfigurer
-
Default location suffix:
".xsl"
. - DEFAULT_MAX_CONNECTIONS - Static variable in class org.dellroad.stuff.net.ChannelNetwork
-
Default maximum number of simultaneous connections (1000).
- DEFAULT_MAX_IDLE_TIME - Static variable in class org.dellroad.stuff.net.ChannelNetwork
-
Default idle connection timeout (30000L milliseconds).
- DEFAULT_MAX_INPUT_QUEUE_SIZE - Static variable in class org.dellroad.stuff.net.ChannelNetwork
-
Default maximum allowed size of a connection's incoming queue before we start dropping messages (134217728L bytes).
- DEFAULT_MAX_MESSAGE_SIZE - Static variable in class org.dellroad.stuff.net.ChannelNetwork
-
Default maximum allowed size of an incoming message (33554432 bytes).
- DEFAULT_MAX_OUTPUT_QUEUE_SIZE - Static variable in class org.dellroad.stuff.net.ChannelNetwork
-
Default maximum allowed size of a connection's outgoing queue before we start dropping messages (67108864L bytes).
- DEFAULT_MAX_RESTART_DELAY - Static variable in class org.dellroad.stuff.net.PersistentConnection
-
Default maximum restart delay.
- DEFAULT_MAX_RETRIES - Static variable in annotation interface org.dellroad.stuff.spring.RetryTransaction
-
Default maximum number of retry attempts, used when the
maxRetries
value is not explicitly set in an instance of this annotation. - DEFAULT_MAXIMUM_DELAY - Static variable in annotation interface org.dellroad.stuff.spring.RetryTransaction
-
Default maximum delay, in milliseconds, used when the
maximumDelay
value is not explicitly set in an instance of this annotation. - DEFAULT_MIN_DIRECT_BUFFER_SIZE - Static variable in class org.dellroad.stuff.net.ChannelNetwork
-
Default minimum buffer size to use a direct buffer.
- DEFAULT_MIN_RESTART_DELAY - Static variable in class org.dellroad.stuff.net.PersistentConnection
-
Default minimum restart delay.
- DEFAULT_SPLIT_PATTERN - Static variable in class org.dellroad.stuff.schema.SQLCommandList
-
The default split pattern:
";[ \\t\\r]*\\n\\s*"
. - DEFAULT_UPDATE_TABLE_NAME - Static variable in class org.dellroad.stuff.schema.SQLSchemaUpdater
-
Default name of the table that tracks schema updates,
"SchemaUpdate"
. - DEFAULT_UPDATE_TABLE_NAME_COLUMN - Static variable in class org.dellroad.stuff.schema.SQLSchemaUpdater
-
Default name of the column in the updates table holding the unique update name,
"updateName"
. - DEFAULT_UPDATE_TABLE_TIME_COLUMN - Static variable in class org.dellroad.stuff.schema.SQLSchemaUpdater
-
Default name of the column in the updates table holding the update's time applied,
"updateTime"
. - DEFAULT_VERSION - Static variable in class org.dellroad.stuff.xml.IndentXMLStreamWriter
-
Initial value for the default XML version.
- DefaultArgumentSegment() - Constructor for class org.dellroad.stuff.text.MessageFmt.DefaultArgumentSegment
- DefaultArgumentSegment(int) - Constructor for class org.dellroad.stuff.text.MessageFmt.DefaultArgumentSegment
- DefaultInfo(Method, String) - Constructor for class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.DefaultInfo
-
Constructor.
- DefaultNumberFormatArgumentSegment() - Constructor for class org.dellroad.stuff.text.MessageFmt.DefaultNumberFormatArgumentSegment
- DefaultNumberFormatArgumentSegment(int) - Constructor for class org.dellroad.stuff.text.MessageFmt.DefaultNumberFormatArgumentSegment
- DefaultUniquifier - Class in org.dellroad.stuff.validation
-
Default uniquifier for
@Unique
constraints. - DefaultUniquifier() - Constructor for class org.dellroad.stuff.validation.DefaultUniquifier
- Definition(String, Class<V>, String, ValueProvider<? super T, ? extends V>, Setter<? super T, ? super V>) - Constructor for class org.dellroad.stuff.vaadin24.data.SimplePropertySet.Definition
-
Constructor.
- DelayedAction - Class in org.dellroad.stuff.spring
-
Manages a delayed action without race conditions.
- DelayedAction(Object, ScheduledExecutorService) - Constructor for class org.dellroad.stuff.spring.DelayedAction
-
Constructor utitilizing a
ScheduledExecutorService
and normal Java object locking. - DelayedAction(Object, TaskScheduler) - Constructor for class org.dellroad.stuff.spring.DelayedAction
-
Constructor utitilizing a
TaskScheduler
and normal Java object locking. - DelayedAction(Lock, ScheduledExecutorService) - Constructor for class org.dellroad.stuff.spring.DelayedAction
-
Constructor utitilizing a
ScheduledExecutorService
and aLock
for locking. - DelayedAction(Lock, TaskScheduler) - Constructor for class org.dellroad.stuff.spring.DelayedAction
-
Constructor utitilizing a
TaskScheduler
and aLock
for locking. - delegate - Variable in class org.dellroad.stuff.pobj.PersistentObjectSchemaUpdater
- deleteRow() - Method in class org.dellroad.stuff.sql.MergedResultSet
- DellRoadStuffNamespaceHandler - Class in org.dellroad.stuff.spring
-
Spring
NamespaceHandler
for thedellroad-stuff
XML namespace. - DellRoadStuffNamespaceHandler() - Constructor for class org.dellroad.stuff.spring.DellRoadStuffNamespaceHandler
- dequote(String) - Static method in class org.dellroad.stuff.string.StringEncoder
-
Dequote a string previously enquoted by
StringEncoder.enquote(java.lang.String)
. - describe(Set<? extends ConstraintViolation<?>>) - Static method in class org.dellroad.stuff.validation.ValidationUtil
-
Describe the validation errors in a friendly format.
- description() - Method in enum class org.dellroad.stuff.text.MessageFmt.DateFormatStandard
- deserialize(Source) - Method in class org.dellroad.stuff.pobj.FilterDelegate
- deserialize(Source) - Method in interface org.dellroad.stuff.pobj.PersistentObjectDelegate
-
Deserialize a root object graph from XML.
- deserialize(Source) - Method in class org.dellroad.stuff.pobj.PersistentObjectSchemaUpdater
-
Deserialize object from XML.
- deserialize(Source) - Method in class org.dellroad.stuff.pobj.SpringDelegate
- deserializeBoolean(String) - Static method in class org.dellroad.stuff.jibx.ParseUtil
-
Boolean parser that allows "yes" and "no" as well as the usual "true", "false", "0", "1".
- deserializeBooleanStrictly(String) - Static method in class org.dellroad.stuff.jibx.ParseUtil
-
Deserialize a boolean strictly, only allowing the values
true
orfalse
. - deserializeByteArray(String) - Static method in class org.dellroad.stuff.jibx.ParseUtil
-
Deserialize a byte array using
ByteArrayEncoder
. - deserializeByteArrayWithColons(String) - Static method in class org.dellroad.stuff.jibx.ParseUtil
-
Deserialize a byte array using MAC address notation (colon-separated).
- deserializeDate(String) - Static method in class org.dellroad.stuff.jibx.ParseUtil
-
Deserialize a
Date
in the format supported byDateEncoder
. - deserializeDate(String, String) - Static method in class org.dellroad.stuff.jibx.ParseUtil
-
Deserialize a
Date
. - deserializeExpression(String) - Static method in class org.dellroad.stuff.jibx.SpringParseUtil
-
Deserialize a Spring
Expression
. - deserializeExpression(String, ParserContext) - Static method in class org.dellroad.stuff.jibx.SpringParseUtil
-
Deserialize a Spring
Expression
using the suppliedParserContext
. - deserializeInet4Address(String) - Static method in class org.dellroad.stuff.jibx.ParseUtil
-
Deserialize an
Inet4Address
. - deserializeIntArray(String) - Static method in class org.dellroad.stuff.jibx.ParseUtil
-
Deserialize an array of integers separated by commas and/or whitespace.
- deserializeMatching(String, String) - Static method in class org.dellroad.stuff.jibx.ParseUtil
-
JiBX
String
deserializer support method that verifies that the input string matches the given regular expression. - deserializePattern(String) - Static method in class org.dellroad.stuff.jibx.ParseUtil
-
Deserialize a
Pattern
. - deserializeReference(String, Class<T>) - Static method in class org.dellroad.stuff.jibx.ParseUtil
-
Deserialize an object by reference.
- deserializeSimpleDateFormat(String) - Static method in class org.dellroad.stuff.jibx.ParseUtil
-
Deserialize a
SimpleDateFormat
. - deserializeString(String) - Static method in class org.dellroad.stuff.jibx.ParseUtil
-
Deserialize a
String
, allowing arbitrary characters via backslash escapes. - deserializeTemplateExpression(String) - Static method in class org.dellroad.stuff.jibx.SpringParseUtil
-
Deserialize a Spring
Expression
as a template expression. - deserializeTimeInterval(String) - Static method in class org.dellroad.stuff.jibx.ParseUtil
-
Derialize a millisecond-granularity time interval, e.g., "30s", "1d12h", "0.250s", etc.
- deserializeTimeZone(String) - Static method in class org.dellroad.stuff.jibx.ParseUtil
-
Deserialize a
TimeZone
. - deserializeURI(String) - Static method in class org.dellroad.stuff.jibx.ParseUtil
-
Deserialize an
URI
. - deserializeUUID(String) - Static method in class org.dellroad.stuff.jibx.ParseUtil
-
Deserialize a
UUID
. - deserializeXSDDateTime(String) - Static method in class org.dellroad.stuff.jibx.ParseUtil
-
Deserialize a
Date
in XSD dateTime format. - destroy() - Method in class org.dellroad.stuff.pobj.AbstractConfiguredBean
-
Stop this instance.
- destroy() - Method in class org.dellroad.stuff.spring.AbstractBean
-
Shutdown bean.
- destroy(T) - Method in class org.dellroad.stuff.java.ThreadLocalHolder
-
Clean up the thread local value when no longer needed.
- determineColumnKey(MethodAnnotationScanner.MethodInfo) - Method in class org.dellroad.stuff.vaadin24.grid.GridColumnScanner
-
Determine the column key from the annotation.
- dialogForm - Variable in class org.dellroad.stuff.vaadin24.field.FieldBuilderCustomField
- diff(String, String) - Method in class org.dellroad.stuff.test.TestSupport
-
Run
diff(1)
on two strings. - displayErrorMessages() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.NullifyCheckbox
-
Whether the
NullableField
itself should display error messages. - doBegin(Object, TransactionDefinition) - Method in class org.dellroad.stuff.pobj.PersistentObjectTransactionManager
- doCleanupAfterCompletion(Object) - Method in class org.dellroad.stuff.pobj.PersistentObjectTransactionManager
- doCommit(DefaultTransactionStatus) - Method in class org.dellroad.stuff.pobj.PersistentObjectTransactionManager
- doGetTransaction() - Method in class org.dellroad.stuff.pobj.PersistentObjectTransactionManager
- domain() - Element in annotation interface org.dellroad.stuff.validation.Unique
-
Name of the uniqueness domain.
- doMain(String[]) - Method in class org.dellroad.stuff.main.MainClass
-
Invokes
MainClass.run(java.lang.String[])
, catching any exceptions thrown and exiting with a non-zero value if and only if an exception was caught. - doResume(Object, Object) - Method in class org.dellroad.stuff.pobj.PersistentObjectTransactionManager
-
Resume a previously suspended transaction.
- doRollback(DefaultTransactionStatus) - Method in class org.dellroad.stuff.pobj.PersistentObjectTransactionManager
- doSetRollbackOnly(DefaultTransactionStatus) - Method in class org.dellroad.stuff.pobj.PersistentObjectTransactionManager
- doSuspend(Object) - Method in class org.dellroad.stuff.pobj.PersistentObjectTransactionManager
-
Suspend the current transaction.
- DOUBLE - Static variable in class org.dellroad.stuff.java.Primitive
-
Double type.
E
- editButtonLabel() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilderCustomField.DialogForm
-
Edit button label.
- editButtonPressed() - Method in class org.dellroad.stuff.vaadin24.field.FieldBuilderCustomField
- editorComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.grid.GridColumn
-
Get the editor component generator class.
- emptySelectionAllowed() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Get the value desired for the
emptySelectionAllowed
property. - emptySelectionCaption() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Get the value desired for the
emptySelectionCaption
property. - EmptyTagXMLStreamWriter - Class in org.dellroad.stuff.xml
-
Wrapper for an underlying
XMLStreamWriter
that replaces consecutive opening and closing XML tags with empty string content with a single self-closing tag. - EmptyTagXMLStreamWriter() - Constructor for class org.dellroad.stuff.xml.EmptyTagXMLStreamWriter
-
Default constructor.
- EmptyTagXMLStreamWriter(XMLStreamWriter) - Constructor for class org.dellroad.stuff.xml.EmptyTagXMLStreamWriter
-
Constructor.
- enabled() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder.GridMultiSelect
-
Get the value desired for the
enabled
property. - enabled() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder.GridSingleSelect
-
Get the value desired for the
enabled
property. - enabled() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the value desired for the
enabled
property. - enabled() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Checkbox
-
Get the value desired for the
enabled
property. - enabled() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CheckboxGroup
-
Get the value desired for the
enabled
property. - enabled() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the value desired for the
enabled
property. - enabled() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CustomField
-
Get the value desired for the
enabled
property. - enabled() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the value desired for the
enabled
property. - enabled() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Get the value desired for the
enabled
property. - enabled() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the value desired for the
enabled
property. - enabled() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Input
-
Get the value desired for the
enabled
property. - enabled() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the value desired for the
enabled
property. - enabled() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ListBox
-
Get the value desired for the
enabled
property. - enabled() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the value desired for the
enabled
property. - enabled() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectListBox
-
Get the value desired for the
enabled
property. - enabled() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
enabled
property. - enabled() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
enabled
property. - enabled() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RadioButtonGroup
-
Get the value desired for the
enabled
property. - enabled() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RangeInput
-
Get the value desired for the
enabled
property. - enabled() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Get the value desired for the
enabled
property. - enabled() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the value desired for the
enabled
property. - enabled() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the value desired for the
enabled
property. - enabled() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Get the value desired for the
enabled
property. - enabledButNullValidationResult() - Method in class org.dellroad.stuff.vaadin24.field.NullableField
-
Build a
ValidationResult
to be returned byvalidate()
in the situation where the checkbox is checked, but the inner field is returning a value of null. - enabledField - Variable in class org.dellroad.stuff.vaadin24.field.NullableField
-
The checkbox (or other boolean field).
- encode(byte[]) - Static method in class org.dellroad.stuff.string.ByteArrayEncoder
-
Encode a
byte[]
array as aString
. - encode(byte[], int, int) - Static method in class org.dellroad.stuff.string.ByteArrayEncoder
-
Encode a
byte[]
array as aString
. - encode(String, boolean) - Static method in class org.dellroad.stuff.string.StringEncoder
-
Encode a string, escaping control and XML-invalid characters.
- encode(Date) - Static method in class org.dellroad.stuff.string.DateEncoder
-
Encode the given date as a string of the form
2009-12-01T15:33:07.763Z
. - ENCODE_PATTERN - Static variable in class org.dellroad.stuff.string.StringEncoder
-
A regular expression that matches exactly the set of valid
encode()
'd strings. - enquote(byte[], int, int) - Static method in class org.dellroad.stuff.string.StringEncoder
-
Enquote bytes, treating them as an ASCII string.
- enquote(String) - Static method in class org.dellroad.stuff.string.StringEncoder
-
Enquote a string.
- ENQUOTE_PATTERN - Static variable in class org.dellroad.stuff.string.StringEncoder
-
A regular expression that matches exactly the set of valid
enquote()
'd strings. - enquotedLength(String) - Static method in class org.dellroad.stuff.string.StringEncoder
-
Determine the length of a string previously enquoted by
StringEncoder.enquote(java.lang.String)
when it appears as the prefix of a longer string. - entrySet() - Method in class org.dellroad.stuff.util.LongMap
- EnumDataProvider<T extends Enum<T>> - Class in org.dellroad.stuff.vaadin24.data
-
A simple data provider containing
Enum
values. - EnumDataProvider(Class<T>) - Constructor for class org.dellroad.stuff.vaadin24.data.EnumDataProvider
-
Constructor.
- EnumDataProvider(FieldBuilderContext) - Constructor for class org.dellroad.stuff.vaadin24.data.EnumDataProvider
-
Auto-build Constructor.
- EnumUtil - Class in org.dellroad.stuff.java
-
Utility methods for
Enum
s. - equals(Object) - Method in class org.dellroad.stuff.java.MethodAnnotationScanner.MethodInfo
- equals(Object) - Method in class org.dellroad.stuff.java.SerializableMethod
- equals(Object) - Method in class org.dellroad.stuff.string.ParseContext
- equals(Object) - Method in class org.dellroad.stuff.text.MessageFmt.StandardTimeFormatArgumentSegment
- equals(Object) - Method in class org.dellroad.stuff.text.MessageFmt.ArgumentSegment
- equals(Object) - Method in class org.dellroad.stuff.text.MessageFmt.ChoiceArgumentSegment
- equals(Object) - Method in class org.dellroad.stuff.text.MessageFmt.ChoiceArgumentSegment.Option
- equals(Object) - Method in class org.dellroad.stuff.text.MessageFmt.DecimalArgumentSegment
- equals(Object) - Method in class org.dellroad.stuff.text.MessageFmt
- equals(Object) - Method in class org.dellroad.stuff.text.MessageFmt.Segment
- equals(Object) - Method in class org.dellroad.stuff.text.MessageFmt.SimpleDateFormatArgumentSegment
- equals(Object) - Method in class org.dellroad.stuff.text.MessageFmt.TextSegment
- equals(Object) - Method in class org.dellroad.stuff.util.Averager
- error(TransformerException) - Method in class org.dellroad.stuff.xml.TransformErrorListener
- error(Element, ParserContext, String) - Method in class org.dellroad.stuff.spring.AbstractBeanDefinitionParser
-
Report an error and throw an exception.
- ErrorAction - Enum Class in org.dellroad.stuff.java
-
Enumeration of possible actions to take when an error of some kind is detected.
- errorMessage() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the value desired for the
errorMessage
property. - errorMessage() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Checkbox
-
Get the value desired for the
errorMessage
property. - errorMessage() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CheckboxGroup
-
Get the value desired for the
errorMessage
property. - errorMessage() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the value desired for the
errorMessage
property. - errorMessage() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CustomField
-
Get the value desired for the
errorMessage
property. - errorMessage() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the value desired for the
errorMessage
property. - errorMessage() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Get the value desired for the
errorMessage
property. - errorMessage() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the value desired for the
errorMessage
property. - errorMessage() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the value desired for the
errorMessage
property. - errorMessage() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the value desired for the
errorMessage
property. - errorMessage() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
errorMessage
property. - errorMessage() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
errorMessage
property. - errorMessage() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RadioButtonGroup
-
Get the value desired for the
errorMessage
property. - errorMessage() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Get the value desired for the
errorMessage
property. - errorMessage() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the value desired for the
errorMessage
property. - errorMessage() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the value desired for the
errorMessage
property. - errorMessage() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Get the value desired for the
errorMessage
property. - errout(String) - Method in class org.dellroad.stuff.main.MainClass
-
Emit an error message an exit with exit value 1.
- escape(String) - Static method in class org.dellroad.stuff.text.MessageFmt
-
Escape
MessageFormat
special characters. - escapeTemplate(String) - Static method in exception org.dellroad.stuff.validation.SelfValidationException
-
Escape any special characters in the given literal string, returning an equivalent JSR 303 message template.
- EventWriterDelegate - Class in org.dellroad.stuff.xml
-
Support superclass for filtering
XMLEventWriter
implementations. - EventWriterDelegate() - Constructor for class org.dellroad.stuff.xml.EventWriterDelegate
-
Default constructor.
- EventWriterDelegate(XMLEventWriter) - Constructor for class org.dellroad.stuff.xml.EventWriterDelegate
-
Constructor.
- EXCEPTION - Enum constant in enum class org.dellroad.stuff.java.ErrorAction
-
Throw a
RuntimeException
. - execute(String) - Method in enum class org.dellroad.stuff.java.ErrorAction
-
Take the action appropriate for this instance.
- expect(char) - Method in class org.dellroad.stuff.string.ParseContext
-
Read and advance past the next character, which must match
ch
.
F
- factory - Variable in class org.dellroad.stuff.xml.IndentXMLEventWriter
-
The configured event factory for this instance.
- FAILED - Static variable in class org.dellroad.stuff.vaadin24.util.AsyncTaskStatusChangeEvent
-
Status value indicating that an asynchronous task failed (i.e., threw an exception).
- fatalError(TransformerException) - Method in class org.dellroad.stuff.xml.TransformErrorListener
- fieldBuilder - Variable in class org.dellroad.stuff.vaadin24.field.FieldBuilderCustomField
-
The field builder that builds this instance's sub-fields.
- FieldBuilder<T> - Class in org.dellroad.stuff.vaadin24.field
-
Automatically configures and binds fields using declarative method annotations.
- FieldBuilder(Class<T>) - Constructor for class org.dellroad.stuff.vaadin24.field.FieldBuilder
-
Constructor.
- FieldBuilder(FieldBuilder<T>) - Constructor for class org.dellroad.stuff.vaadin24.field.FieldBuilder
-
Static information copy constructor.
- FieldBuilder.BigDecimalField - Annotation Interface in org.dellroad.stuff.vaadin24.field
-
Specifies how a Java bean property should be edited using a
BigDecimalField
. - FieldBuilder.Checkbox - Annotation Interface in org.dellroad.stuff.vaadin24.field
-
Specifies how a Java bean property should be edited using a
Checkbox
. - FieldBuilder.CheckboxGroup - Annotation Interface in org.dellroad.stuff.vaadin24.field
-
Specifies how a Java bean property should be edited using a
CheckboxGroup
. - FieldBuilder.ComboBox - Annotation Interface in org.dellroad.stuff.vaadin24.field
-
Specifies how a Java bean property should be edited using a
ComboBox
. - FieldBuilder.CustomField - Annotation Interface in org.dellroad.stuff.vaadin24.field
-
Specifies how a Java bean property should be edited using a
CustomField
. - FieldBuilder.DatePicker - Annotation Interface in org.dellroad.stuff.vaadin24.field
-
Specifies how a Java bean property should be edited using a
DatePicker
. - FieldBuilder.DateTimePicker - Annotation Interface in org.dellroad.stuff.vaadin24.field
-
Specifies how a Java bean property should be edited using a
DateTimePicker
. - FieldBuilder.EmailField - Annotation Interface in org.dellroad.stuff.vaadin24.field
-
Specifies how a Java bean property should be edited using an
EmailField
. - FieldBuilder.Input - Annotation Interface in org.dellroad.stuff.vaadin24.field
-
Specifies how a Java bean property should be edited using an
Input
. - FieldBuilder.IntegerField - Annotation Interface in org.dellroad.stuff.vaadin24.field
-
Specifies how a Java bean property should be edited using an
IntegerField
. - FieldBuilder.ListBox - Annotation Interface in org.dellroad.stuff.vaadin24.field
-
Specifies how a Java bean property should be edited using a
ListBox
. - FieldBuilder.MultiSelectComboBox - Annotation Interface in org.dellroad.stuff.vaadin24.field
-
Specifies how a Java bean property should be edited using a
MultiSelectComboBox
. - FieldBuilder.MultiSelectListBox - Annotation Interface in org.dellroad.stuff.vaadin24.field
-
Specifies how a Java bean property should be edited using a
MultiSelectListBox
. - FieldBuilder.NumberField - Annotation Interface in org.dellroad.stuff.vaadin24.field
-
Specifies how a Java bean property should be edited using a
NumberField
. - FieldBuilder.PasswordField - Annotation Interface in org.dellroad.stuff.vaadin24.field
-
Specifies how a Java bean property should be edited using a
PasswordField
. - FieldBuilder.RadioButtonGroup - Annotation Interface in org.dellroad.stuff.vaadin24.field
-
Specifies how a Java bean property should be edited using a
RadioButtonGroup
. - FieldBuilder.RangeInput - Annotation Interface in org.dellroad.stuff.vaadin24.field
-
Specifies how a Java bean property should be edited using a
RangeInput
. - FieldBuilder.Select - Annotation Interface in org.dellroad.stuff.vaadin24.field
-
Specifies how a Java bean property should be edited using a
Select
. - FieldBuilder.TextArea - Annotation Interface in org.dellroad.stuff.vaadin24.field
-
Specifies how a Java bean property should be edited using a
TextArea
. - FieldBuilder.TextField - Annotation Interface in org.dellroad.stuff.vaadin24.field
-
Specifies how a Java bean property should be edited using a
TextField
. - FieldBuilder.TimePicker - Annotation Interface in org.dellroad.stuff.vaadin24.field
-
Specifies how a Java bean property should be edited using a
TimePicker
. - FieldBuilderContext - Interface in org.dellroad.stuff.vaadin24.field
-
Provides context when fields are instantiated automatically based on method annotations by an
AbstractFieldBuilder
. - FieldBuilderContextImpl - Class in org.dellroad.stuff.vaadin24.field
-
Straightforward implementation of the
FieldBuilderContext
interface. - FieldBuilderContextImpl(AbstractFieldBuilder.BindingInfo) - Constructor for class org.dellroad.stuff.vaadin24.field.FieldBuilderContextImpl
-
Constructor.
- FieldBuilderCustomField<T> - Class in org.dellroad.stuff.vaadin24.field
-
Support superclass that mostly automates the creation of
CustomField
s for editing any model type using sub-fields automatically generated fromFieldBuilder
annotations to arbitrary recursion depth. - FieldBuilderCustomField(Class<T>) - Constructor for class org.dellroad.stuff.vaadin24.field.FieldBuilderCustomField
-
Constructor.
- FieldBuilderCustomField(Class<T>, FieldBuilderCustomField.DialogForm) - Constructor for class org.dellroad.stuff.vaadin24.field.FieldBuilderCustomField
-
Constructor.
- FieldBuilderCustomField(FieldBuilderContext) - Constructor for class org.dellroad.stuff.vaadin24.field.FieldBuilderCustomField
-
Auto-configure Constructor.
- FieldBuilderCustomField.DialogForm - Annotation Interface in org.dellroad.stuff.vaadin24.field
- FieldComponent<V> - Class in org.dellroad.stuff.vaadin24.field
- FieldComponent(AbstractField<?, V>) - Constructor for class org.dellroad.stuff.vaadin24.field.FieldComponent
-
Constructor.
- FieldComponent(HasValue<?, V>, Component) - Constructor for class org.dellroad.stuff.vaadin24.field.FieldComponent
-
Constructor.
- fieldList - Variable in class org.dellroad.stuff.string.NamedArgumentFormatter
-
The list of argument names in the order they are used.
- fieldMap - Variable in class org.dellroad.stuff.string.NamedArgumentFormatter
-
Mapping from argument name to argument list index.
- FileStreamRepository - Class in org.dellroad.stuff.io
-
Provides a file-based implementation of the
StreamRepository
interface with the added feature of automated backups. - FileStreamRepository(File) - Constructor for class org.dellroad.stuff.io.FileStreamRepository
-
Convenience constructor for the case where no backup copies are needed.
- FileStreamRepository(File, int) - Constructor for class org.dellroad.stuff.io.FileStreamRepository
-
Primary constructor.
- FilterDelegate<T> - Class in org.dellroad.stuff.pobj
-
Adapter class for
PersistentObjectDelegate
implementations that wrap a nested delegate. - FilterDelegate(PersistentObjectDelegate<T>) - Constructor for class org.dellroad.stuff.pobj.FilterDelegate
-
Constructor.
- finalize() - Method in class org.dellroad.stuff.io.AtomicUpdateFileOutputStream
-
Ensure the temporary file is deleted in cases where this instance never got successfully closed.
- find() - Static method in class org.dellroad.stuff.vaadin24.util.VaadinSessionFinder
-
Find the
VaadinSession
associated with the current HTTP request. - findAnnotatedMethods() - Method in class org.dellroad.stuff.java.MethodAnnotationScanner
-
Build set of annotated methods, with overridden annotated methods omitted.
- findClass(String) - Method in class org.dellroad.stuff.java.MemoryClassLoader
- findColumn(String) - Method in class org.dellroad.stuff.sql.MergedResultSet
- findMethodInfos(Class<?>, Set<MethodAnnotationScanner.MethodInfo>) - Method in class org.dellroad.stuff.java.MethodAnnotationScanner
-
Scan the given type and all its supertypes for annotated methods and add them to the list.
- findPropertySetters(Class<?>, String) - Static method in class org.dellroad.stuff.java.ReflectUtil
-
Find all setter methods in the given class whose name starts with the given prefix.
- findResource(String) - Method in class org.dellroad.stuff.java.MemoryClassLoader
- findResources(String) - Method in class org.dellroad.stuff.java.MemoryClassLoader
- first() - Method in class org.dellroad.stuff.sql.MergedResultSet
- flags() - Element in annotation interface org.dellroad.stuff.validation.Pattern
-
Regular expression flags.
- flexGrow() - Element in annotation interface org.dellroad.stuff.vaadin24.grid.GridColumn
-
Get the flex grow ratio.
- FLOAT - Static variable in class org.dellroad.stuff.java.Primitive
-
Float type.
- flush() - Method in class org.dellroad.stuff.io.AsyncOutputStream
-
Flush output.
- flush() - Method in class org.dellroad.stuff.io.AtomicUpdateFileOutputStream
- flush() - Method in class org.dellroad.stuff.io.ByteBufferOutputStream
- flush() - Method in class org.dellroad.stuff.io.NullModemOutputStream
- flush() - Method in class org.dellroad.stuff.java.IdGenerator
-
Flush any cleared weak references.
- flush() - Method in class org.dellroad.stuff.xml.EventWriterDelegate
- flush() - Method in class org.dellroad.stuff.xml.StreamWriterDelegate
- footer() - Element in annotation interface org.dellroad.stuff.vaadin24.grid.GridColumn
-
Get the column footer.
- format(Map<String, Object>) - Method in class org.dellroad.stuff.string.NamedArgumentFormatter
-
Format the string using the given arguments.
- FormatArgumentSegment() - Constructor for class org.dellroad.stuff.text.MessageFmt.FormatArgumentSegment
- FormatArgumentSegment(int) - Constructor for class org.dellroad.stuff.text.MessageFmt.FormatArgumentSegment
- formatId(long) - Static method in class org.dellroad.stuff.jibx.IdMapper
-
Format the unique ID.
- forName(String) - Static method in class org.dellroad.stuff.java.Primitive
-
Get the instance with the given name (e.g.,
"void"
,"int"
, etc.). - fromString(String) - Static method in class org.dellroad.stuff.net.IPv4Util
-
Convert from string representation.
- frozen() - Element in annotation interface org.dellroad.stuff.vaadin24.grid.GridColumn
-
Get the frozen setting.
- FULL - Enum constant in enum class org.dellroad.stuff.text.MessageFmt.DateFormatStandard
G
- GB18030 - Enum constant in enum class org.dellroad.stuff.io.BOM
- generateModelValue() - Method in class org.dellroad.stuff.vaadin24.field.BinderCustomField
- generateModelValue() - Method in class org.dellroad.stuff.vaadin24.field.NullableField
- generateMultiUpdateName(SchemaUpdate<T>, int) - Method in class org.dellroad.stuff.schema.AbstractSchemaUpdater
-
Generate the update name for one action within a multi-action update.
- get() - Static method in class org.dellroad.stuff.java.IdGenerator
-
Get the
IdGenerator
associated with the current thread. - get() - Method in class org.dellroad.stuff.java.ThreadLocalHolder
-
Get the thread local value associated with the current thread, if any.
- get(int) - Static method in class org.dellroad.stuff.java.SuperFinal
-
Retrieve the value previously stashed by
push
at positiondepth
down from the stop of the stack. - get(int, V) - Static method in class org.dellroad.stuff.java.SuperFinal
-
Retrieve the value previously stashed by
push
at stack depthdepth
, but only if the given field value is null, indicating the field is still uninitialized. - get(long) - Method in class org.dellroad.stuff.util.LongMap
- get(Class<T>) - Static method in class org.dellroad.stuff.java.Primitive
-
Get the value corresponding to the given Java primitive or primitive wrapper type.
- get(Object) - Method in class org.dellroad.stuff.util.LongMap
- get(V) - Static method in class org.dellroad.stuff.java.SuperFinal
-
Retrieve the value previously stashed by
push
, but only if the given field value is null, indicating the field is still uninitialized. - getAbstractField() - Method in class org.dellroad.stuff.vaadin24.field.FieldComponent
-
Get this instance's field as an
AbstractField
, assuming that's what it is. - getActualVersion() - Method in exception org.dellroad.stuff.pobj.PersistentObjectVersionException
-
Get the actual, unexpected version number.
- getAllUpdateNames() - Method in class org.dellroad.stuff.schema.AbstractSchemaUpdater
-
Get the names of all updates including multi-action updates.
- getAnnotation() - Method in class org.dellroad.stuff.java.MethodAnnotationScanner.MethodInfo
-
Get the method annotation.
- getAnnotation() - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.BindingInfo
-
Get the (
@FieldBuilder.Foo
or@FieldBuilder.ProvidesField
) annotation that annotates the method from which this instance originated. - getAnnotation(Class<A>, Class<?>, String, Class<?>...) - Static method in class org.dellroad.stuff.java.AnnotationUtil
-
Introspect the specified method and read the specified annotation, which must exist.
- getAnnotation(Method) - Method in class org.dellroad.stuff.java.MethodAnnotationScanner
-
Get the annotation on the given method.
- getAnnotationDefaultsMethod() - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder
-
Get the method in this class that has all of the widget annotations (with default values) applied to it.
- getAnnotationDefaultsMethodName() - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder
-
Get the name of the method in this class that has all of the widget annotations (with default values) applied to it.
- getAnnotations(Class<?>, String, Class<?>...) - Static method in class org.dellroad.stuff.java.AnnotationUtil
-
Introspect the specified method and read all annotations.
- getAppliedUpdateNames(Connection) - Method in class org.dellroad.stuff.schema.SQLSchemaUpdater
-
Determine which updates have already been applied.
- getAppliedUpdateNames(PersistentFileTransaction) - Method in class org.dellroad.stuff.pobj.PersistentObjectSchemaUpdater
- getAppliedUpdateNames(T) - Method in class org.dellroad.stuff.schema.AbstractSchemaUpdater
-
Determine which updates have already been applied to the database.
- getArgumentNames() - Method in class org.dellroad.stuff.string.NamedArgumentFormatter
-
Get the argument names found in the configured format string.
- getArgumentNumber() - Method in class org.dellroad.stuff.text.MessageFmt.ArgumentSegment
-
Get the index of the argument formatted by this segment.
- getArgumentSuffix() - Method in class org.dellroad.stuff.text.MessageFmt.StandardTimeFormatArgumentSegment
- getArgumentSuffix() - Method in class org.dellroad.stuff.text.MessageFmt.ArgumentSegment
-
Get the
MessageFormat
pattern string argument suffix, if any. - getArgumentSuffix() - Method in class org.dellroad.stuff.text.MessageFmt.ChoiceArgumentSegment
- getArgumentSuffix() - Method in class org.dellroad.stuff.text.MessageFmt.CurrencyArgumentSegment
- getArgumentSuffix() - Method in class org.dellroad.stuff.text.MessageFmt.DecimalArgumentSegment
- getArgumentSuffix() - Method in class org.dellroad.stuff.text.MessageFmt.DefaultArgumentSegment
- getArgumentSuffix() - Method in class org.dellroad.stuff.text.MessageFmt.DefaultNumberFormatArgumentSegment
- getArgumentSuffix() - Method in class org.dellroad.stuff.text.MessageFmt.IntegerArgumentSegment
- getArgumentSuffix() - Method in class org.dellroad.stuff.text.MessageFmt.PercentArgumentSegment
- getArgumentSuffix() - Method in class org.dellroad.stuff.text.MessageFmt.SimpleDateFormatArgumentSegment
- getArray(int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getArray(String) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getAsBoolean() - Method in interface org.dellroad.stuff.java.Predicate
-
Returns
this.
Predicate.test()
. - getAsciiStream(int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getAsciiStream(String) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getAsyncTaskManager() - Method in class org.dellroad.stuff.vaadin24.data.AsyncDataProvider
-
Get the
AsyncTaskManager
that manages background load operations. - getAttemptNumber() - Method in interface org.dellroad.stuff.spring.RetryTransactionProvider
-
Get the current transaction attempt number in the inner-most active transaction.
- getAttemptNumber(String) - Method in interface org.dellroad.stuff.spring.RetryTransactionProvider
-
Get the current transaction attempt number for the specified transaction manager.
- getAttributeName() - Method in class org.dellroad.stuff.jibx.IdMapper
-
Get the ID reference attribute name.
- getAverage() - Method in class org.dellroad.stuff.util.Averager
-
Get the average of all the data points added to this instance so far.
- getBacklog() - Method in class org.dellroad.stuff.net.SocketAcceptor
-
Get maximum connect backlog.
- getBackupFile(File, int) - Method in class org.dellroad.stuff.io.FileStreamRepository
-
Generate a backup file name.
- getBaseAddress(Inet4Address, Inet4Address) - Static method in class org.dellroad.stuff.net.IPv4Util
-
Get the base address (all host bits zero) of the given IP network.
- getBeanConfig() - Method in class org.dellroad.stuff.pobj.AbstractConfiguredBean
-
Get the current configuration (sub-tree) object appropriate for this instance, or null if not configured.
- getBeanConfig(ROOT) - Method in class org.dellroad.stuff.pobj.AbstractConfiguredBean
-
Extract the configuration sub-tree object that this node uses for its configuration given the root configuration object.
- getBeanName() - Method in class org.dellroad.stuff.pobj.AbstractConfiguredBean
- getBeanName() - Method in class org.dellroad.stuff.pobj.PersistentObjectTransactionManager
-
Get this instance's assigned bean name.
- getBeanType() - Method in interface org.dellroad.stuff.vaadin24.field.FieldBuilderContext
-
Get the bean type for which the field is being built.
- getBeanType() - Method in class org.dellroad.stuff.vaadin24.field.FieldBuilderContextImpl
- getBigDecimal(int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getBigDecimal(int, int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getBigDecimal(String) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getBigDecimal(String, int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getBinaryStream(int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getBinaryStream(String) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getBinding() - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.BindingInfo
-
Get the associated
@FieldBuilder.Binding
annotation, if any. - getBindingInfo() - Method in interface org.dellroad.stuff.vaadin24.field.FieldBuilderContext
-
Get the static information (annotations, annotated method, etc.) associated with this context.
- getBindingInfo() - Method in class org.dellroad.stuff.vaadin24.field.FieldBuilderContextImpl
- getBlob(int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getBlob(String) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getBOM() - Method in class org.dellroad.stuff.io.BOMReader
-
Get the
BOM
found at the beginning of the input. - getBoolean(int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getBoolean(String) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getBroadcastAddress(Inet4Address, Inet4Address) - Static method in class org.dellroad.stuff.net.IPv4Util
-
Get the broadcast address (all host bits one) of the given IP network.
- getBufferSize() - Method in class org.dellroad.stuff.io.AsyncOutputStream
-
Get the capacity of this instance's output buffer.
- getByte(int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getByte(String) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getBytes(int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getBytes(String) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getCaption() - Method in class org.dellroad.stuff.vaadin24.data.SimplePropertySet.Definition
- getCharacterStream(int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getCharacterStream(String) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getCharset() - Method in enum class org.dellroad.stuff.io.BOM
-
Get the character encoding that this BOM indicates.
- getCharset() - Method in class org.dellroad.stuff.io.BOMReader
-
Get the actual character encoding used.
- getCheckInterval() - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Get the delay time between periodic checks for changes in the underlying persistent file.
- getClass(String) - Method in class org.dellroad.stuff.java.MemoryClassLoader
-
Get the class from this loader that was previously added via
putClass()
, if any. - getClassComparator() - Static method in class org.dellroad.stuff.java.ReflectUtil
-
Get a comparator that partially orders types where narrower types sort first.
- getClassComparator(boolean) - Static method in class org.dellroad.stuff.java.ReflectUtil
-
Get a comparator that calculates which type is narrower, if possible.
- getClob(int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getClob(String) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getCoefficientOfVariation() - Method in class org.dellroad.stuff.util.Averager
-
Get the coefficient of variation (the standard deviation divided by the average).
- getColumnMap() - Method in class org.dellroad.stuff.vaadin24.grid.GridColumnScanner
-
Get the annotations found through introspection indexed by column key.
- getComponent() - Method in class org.dellroad.stuff.vaadin24.field.FieldComponent
-
Get the component to be displayed.
- getComponent() - Method in class org.dellroad.stuff.vaadin24.field.NullableField
- getConcurrency() - Method in class org.dellroad.stuff.sql.MergedResultSet
- getConnection() - Method in class org.dellroad.stuff.schema.AbstractUpdatingDataSource
- getConnection(String, String) - Method in class org.dellroad.stuff.schema.AbstractUpdatingDataSource
- getConnectTimeout() - Method in class org.dellroad.stuff.net.TCPNetwork
-
Get the outgoing connection timeout.
- getContextLocation() - Method in class org.dellroad.stuff.main.ContextMainClass
-
Get the classpath location of this instance's associated XML application context.
- getCurrent() - Static method in class org.dellroad.stuff.pobj.PersistentObjectTransactionManager
-
Get the (unique) instance associated with an open transaction in the current thread.
- getCurrent(String) - Static method in class org.dellroad.stuff.pobj.PersistentObjectTransactionManager
-
Get the instance associated with an open transaction in the current thread and having the given bean name.
- getCurrentContext() - Static method in class org.dellroad.stuff.validation.ValidationContext
-
Get the
ValidationContext
associated with the current thread. - getCurrentContext(Class<V>) - Static method in class org.dellroad.stuff.validation.ValidationContext
-
Get the
ValidationContext
associated with the current thread, cast to the desired type. - getCurrentPage() - Static method in class org.dellroad.stuff.vaadin24.util.VaadinUtil
- getCurrentRequest() - Static method in class org.dellroad.stuff.vaadin24.util.VaadinUtil
-
Get the
VaadinRequest
associated with the current thread and require that it be found. - getCurrentRoot() - Static method in class org.dellroad.stuff.validation.ValidationContext
-
Convenience method to get the root object being validated by the current thread.
- getCurrentRoot(Class<T>) - Static method in class org.dellroad.stuff.validation.ValidationContext
-
Convenience method to get the root object being validated by the current thread, cast to the desired type.
- getCurrentSession() - Static method in class org.dellroad.stuff.vaadin24.util.VaadinUtil
-
Get the
VaadinSession
associated with the current thread and require that it be found and locked. - getCurrentTaskId() - Method in class org.dellroad.stuff.vaadin24.util.AsyncTaskManager
-
Get the ID of the currently outstanding asynchronous task, if any.
- getCurrentUI() - Static method in class org.dellroad.stuff.vaadin24.util.VaadinUtil
-
Get the
UI
associated with the current thread and require that it be found. - getCursorName() - Method in class org.dellroad.stuff.sql.MergedResultSet
- getData() - Method in class org.dellroad.stuff.pobj.PersistentFileTransaction
-
Get the current XML data.
- getDatabaseActions() - Method in class org.dellroad.stuff.pobj.SpringPersistentObjectSchemaUpdate
- getDatabaseActions() - Method in interface org.dellroad.stuff.schema.SchemaUpdate
-
Get the action(s) that comprise this update.
- getDatabaseActions() - Method in class org.dellroad.stuff.spring.SpringSQLSchemaUpdate
- getDatabaseInitialization() - Method in class org.dellroad.stuff.schema.SQLSchemaUpdater
-
Get the empty database initialization.
- getDate(int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getDate(int, Calendar) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getDate(String) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getDate(String, Calendar) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getDateFormat(String) - Static method in class org.dellroad.stuff.string.DateEncoder
-
Get a
SimpleDateFormat
configured with the given format and for the UTC time zone and strict parsing. - getDeclarativeAnnotationTypes() - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder
-
Get all of the widget annotation types defined for this class.
- getDeclarativeAnnotationTypes() - Method in class org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder
-
Get all of the widget annotation types defined for this class.
- getDefaultEncoding() - Method in class org.dellroad.stuff.jibx.JibxMarshaller
- getDefaultsFor(A) - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder
-
Get an instance of the given widget annotation that has all default values.
- getDefaultsFor(Class<A>) - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder
-
Get an instance of the given widget annotation type with all default values.
- getDefaultValue() - Method in class org.dellroad.stuff.java.Primitive
-
Get this primitive's default value.
- getDefaultValue() - Method in class org.dellroad.stuff.pobj.AbstractDelegate
-
Get the default value for the root object graph.
- getDefaultValue() - Method in class org.dellroad.stuff.pobj.FilterDelegate
- getDefaultValue() - Method in interface org.dellroad.stuff.pobj.PersistentObjectDelegate
-
Get the default value for the root object graph.
- getDefaultValue() - Method in class org.dellroad.stuff.pobj.PersistentObjectSchemaUpdater
-
Get the default value for the root object graph.
- getDefaultValue() - Method in class org.dellroad.stuff.pobj.SpringPersistentObjectSchemaUpdater
-
Get the default value for the persistent object when no persistent file is found.
- getDefinition() - Method in class org.dellroad.stuff.vaadin24.data.SimplePropertySet.Definition.Getter
- getDelegate() - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Get the configured
PersistentObjectDelegate
. - getDescription() - Method in class org.dellroad.stuff.spring.RetryTransactionProvider.RetrySetup
-
Get a description of the transaction for logging purposes.
- getDouble(int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getDouble(String) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getElementStack() - Method in class org.dellroad.stuff.xml.StackXMLEventReader
-
Get the entire stack of
StartElement
s. - getElementText() - Method in class org.dellroad.stuff.xml.StackXMLEventReader
- getEnabledBy() - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.BindingInfo
-
Get the associated
@FieldBuilder.EnabledBy
annotation, if any. - getEnabledField() - Method in class org.dellroad.stuff.vaadin24.field.NullableField
- getEnumType() - Method in class org.dellroad.stuff.vaadin24.data.EnumDataProvider
-
Get the enum type.
- getEventSource() - Method in class org.dellroad.stuff.vaadin24.util.VaadinExternalListener
-
Get the event source with which this instance is (or was) registered as a listener.
- getException() - Method in class org.dellroad.stuff.io.AsyncOutputStream
-
Get the exception thrown by the underlying output stream, if any.
- getException() - Method in exception org.dellroad.stuff.java.CheckedExceptionWrapper
-
Get the wrapped exception.
- getException() - Method in class org.dellroad.stuff.vaadin24.util.AsyncTaskStatusChangeEvent
-
Get the exception thrown by the associated asynchronous task that failed or was canceled.
- getExpectedVersion() - Method in exception org.dellroad.stuff.pobj.PersistentObjectVersionException
-
Get the version number that was expected.
- getFetchDirection() - Method in class org.dellroad.stuff.sql.MergedResultSet
- getFetchSize() - Method in class org.dellroad.stuff.sql.MergedResultSet
- getField() - Method in class org.dellroad.stuff.vaadin24.field.FieldComponent
-
Get the field bound into the
Binder
. - getField(String) - Method in class org.dellroad.stuff.vaadin24.field.FieldBuilderCustomField
-
Get the
FieldComponent
sub-field corresponding to the given field name. - getFieldBuilder() - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.BindingInfo
-
Return the
AbstractFieldBuilder
that created this instance. - getFieldComponent(String) - Method in class org.dellroad.stuff.vaadin24.field.FieldBuilderCustomField
-
Get the
AbstractField
sub-field corresponding to the given field name. - getFieldComponents() - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder
-
Obtain the fields created by this instance in the most recent call to
bindFields()
. - getFile() - Method in class org.dellroad.stuff.io.FileStreamRepository
-
Get the configured
File
. - getFile() - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Get the persistent file containing the XML form of the persisted object.
- getFileTimestamp() - Method in class org.dellroad.stuff.io.FileStreamRepository
-
Get the last modification timestamp of the target file as known to this instance.
- getFirst() - Method in interface org.dellroad.stuff.util.LinkedList
- getFloat(int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getFloat(String) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getFormat() - Method in class org.dellroad.stuff.string.NamedArgumentFormatter
-
Get the original format string provided to the constructor.
- getFormat() - Method in class org.dellroad.stuff.text.MessageFmt.ChoiceArgumentSegment.Option
-
Get the
MessageFmt
for thisMessageFmt.ChoiceArgumentSegment
option. - getFormLayout() - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.BindingInfo
-
Get the associated
@FieldBuilder.FormLayout
annotation, if any. - getGetter() - Method in class org.dellroad.stuff.vaadin24.data.SimplePropertySet.Definition
- getGraphClone(T) - Method in class org.dellroad.stuff.java.GraphCloneRegistry
-
Get the unique clone of a given value during a graph clone operation, creating it if necessary.
- getGroups() - Method in class org.dellroad.stuff.validation.ValidationContext
-
Get the validation groups associated with this instance.
- getHoldability() - Method in class org.dellroad.stuff.sql.MergedResultSet
- getId(Object) - Method in class org.dellroad.stuff.java.IdGenerator
-
Get a unique ID for the given object.
- getId(Object) - Static method in class org.dellroad.stuff.jibx.IdMapper
-
Get the unique ID value for the given object.
- getIdleTime() - Method in class org.dellroad.stuff.net.ChannelConnection
-
Get time in milliseconds since last activity.
- getIdValue(Object) - Method in class org.dellroad.stuff.jibx.IdMapper
-
Get the unique ID for the given object.
- getImplementationPropertyName() - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder
-
Get the name of the annotation property that specifies the implementation class.
- getImpliedTransformResourceLocation(String) - Method in class org.dellroad.stuff.pobj.SpringXSLUpdateTransformConfigurer
-
Derive the implied transform resource location for the update with the given bean name.
- getIndex() - Method in class org.dellroad.stuff.string.ParseContext
-
Get the current index into the original input string.
- getInetAddress() - Method in class org.dellroad.stuff.net.SocketAcceptor
-
Get address to listen on.
- getInitialDelay() - Method in class org.dellroad.stuff.spring.RetryTransactionProvider.RetrySetup
-
Get the initial delay between retry attempts in milliseconds.
- getInitialDelayDefault() - Method in interface org.dellroad.stuff.spring.RetryTransactionProvider
-
Get the aspect-wide default for
RetryTransaction.initialDelay()
. - getInnerDataSource() - Method in class org.dellroad.stuff.schema.AbstractUpdatingDataSource
-
Get the underlying
DataSource
. - getInnerField() - Method in class org.dellroad.stuff.vaadin24.field.NullableField
- getInput() - Method in class org.dellroad.stuff.string.ParseContext
-
Get the current input.
- getInputChannel() - Method in class org.dellroad.stuff.net.ChannelConnection
-
Get the associated input channel.
- getInputStream() - Method in class org.dellroad.stuff.io.FileStreamRepository
- getInputStream() - Method in class org.dellroad.stuff.io.PipedStreams
-
Get the input side of the pipe.
- getInputStream() - Method in interface org.dellroad.stuff.io.StreamRepository
-
Get an input stream reading the current value of the underlying store.
- getInstance() - Static method in class org.dellroad.stuff.spring.Springleton
-
Get the singleton instance.
- getInt(int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getInt(String) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getKey() - Method in class org.dellroad.stuff.jibx.MapEntry
-
Get this map entry's key.
- getKeyword() - Method in class org.dellroad.stuff.text.MessageFmt.StandardDateFormatArgumentSegment
- getKeyword() - Method in class org.dellroad.stuff.text.MessageFmt.StandardTimeFormatArgumentSegment
- getLabel(Object) - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.BindingInfo
-
Find a public zero-arg method
getLabel
returningString
and invoke it, if it exists. - getLast() - Method in interface org.dellroad.stuff.util.LinkedList
- getLetter() - Method in class org.dellroad.stuff.java.Primitive
-
Get the single character descriptor for this primitive type, e.g., "I".
- getLimit() - Method in class org.dellroad.stuff.text.MessageFmt.ChoiceArgumentSegment.Option
-
Get the limit for this
MessageFmt.ChoiceArgumentSegment
option. - getLimitDescription() - Method in class org.dellroad.stuff.text.MessageFmt.ChoiceArgumentSegment.Option
-
Get the limit for this
MessageFmt.ChoiceArgumentSegment
option in string form. - getListenAddress() - Method in class org.dellroad.stuff.net.TCPNetwork
-
Get the
InetSocketAddress
to which this instance is bound or will bind. - getLoginTimeout() - Method in class org.dellroad.stuff.schema.AbstractUpdatingDataSource
- getLogMessageFor(TransformerException) - Method in class org.dellroad.stuff.xml.TransformErrorListener
- getLogWriter() - Method in class org.dellroad.stuff.schema.AbstractUpdatingDataSource
- getLong(int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getLong(String) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getLongName() - Method in class org.dellroad.stuff.java.Primitive
-
Get the long name for this primitive type, e.g., "Integer".
- getMaxConnections() - Method in class org.dellroad.stuff.net.ChannelNetwork
-
Get the maximum number of allowed connections.
- getMaxConnections() - Method in class org.dellroad.stuff.net.SocketAcceptor
-
Get maximum number of concurrent connections.
- getMaxIdleTime() - Method in class org.dellroad.stuff.net.ChannelNetwork
-
Get the maximum idle time for connections before automatically closing them down.
- getMaximumDelay() - Method in class org.dellroad.stuff.spring.RetryTransactionProvider.RetrySetup
-
Get the maximum delay between retry attempts in milliseconds.
- getMaximumDelayDefault() - Method in interface org.dellroad.stuff.spring.RetryTransactionProvider
-
Get the aspect-wide default for
RetryTransaction.maximumDelay()
. - getMaxInputQueueSize() - Method in class org.dellroad.stuff.net.ChannelNetwork
-
Get the maximum allowed size of the queue for incoming messages.
- getMaxMessageSize() - Method in class org.dellroad.stuff.net.ChannelNetwork
-
Get the maximum allowed length for incoming messages.
- getMaxOutputQueueSize() - Method in class org.dellroad.stuff.net.ChannelNetwork
-
Get the maximum allowed size of the queue for outgoing messages.
- getMaxRestartDelay() - Method in class org.dellroad.stuff.net.PersistentConnection
- getMaxRetries() - Method in class org.dellroad.stuff.spring.RetryTransactionProvider.RetrySetup
-
Get the maximum number of transaction retry attempts.
- getMaxRetriesDefault() - Method in interface org.dellroad.stuff.spring.RetryTransactionProvider
-
Get the aspect-wide default for
RetryTransaction.maxRetries()
. - getMetaData() - Method in class org.dellroad.stuff.sql.MergedResultSet
- getMethod() - Method in class org.dellroad.stuff.java.MethodAnnotationScanner.MethodInfo
-
Get the annotated method.
- getMethod() - Method in class org.dellroad.stuff.java.SerializableMethod
-
Get the wrapped method.
- getMethod() - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.BindingInfo
-
Get the annotated method associated with this instance.
- getMethod() - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.DefaultInfo
-
Get the annotated method that provides the alternate default value.
- getMethod() - Method in interface org.dellroad.stuff.vaadin24.field.FieldBuilderContext
-
Get the method that was annotated.
- getMethodPropertyName() - Method in class org.dellroad.stuff.java.MethodAnnotationScanner.MethodInfo
-
Get the Java bean property name implied by the associated method, if any.
- getMinDirectBufferSize() - Method in class org.dellroad.stuff.net.ChannelNetwork
-
Get the minimum incoming message size for which we should allocate a direct
ByteBuffer
. - getMinRestartDelay() - Method in class org.dellroad.stuff.net.PersistentConnection
- getModelType() - Method in class org.dellroad.stuff.vaadin24.field.BinderCustomField
-
Get the model type.
- getName() - Method in class org.dellroad.stuff.java.Primitive
-
Get the short name for this primitive type, e.g., "int".
- getName() - Method in class org.dellroad.stuff.schema.AbstractSchemaUpdate
- getName() - Method in interface org.dellroad.stuff.schema.SchemaUpdate
-
Get the unique name of this update.
- getName() - Method in class org.dellroad.stuff.vaadin24.data.SimplePropertySet.Definition
- getNamespaceContext() - Method in class org.dellroad.stuff.xml.EventWriterDelegate
- getNamespaceContext() - Method in class org.dellroad.stuff.xml.StreamWriterDelegate
- getNCharacterStream(int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getNCharacterStream(String) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getNClob(int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getNClob(String) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getNetmaskForWidth(int) - Static method in class org.dellroad.stuff.net.IPv4Util
-
Get netmask with the given width.
- getNewRoot() - Method in class org.dellroad.stuff.pobj.PersistentObjectEvent
-
Get the new root after the update.
- getNString(int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getNString(String) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getNullifyCheckbox() - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.BindingInfo
-
Get the associated
@FieldBuilder.NullifyCheckbox
annotation, if any. - getNumBackups() - Method in class org.dellroad.stuff.io.FileStreamRepository
-
Get the configured number of backup files.
- getNumBackups() - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Get the number of backup copies to preserve.
- getNumSessions() - Method in class org.dellroad.stuff.vaadin24.util.VaadinSessionTracker
-
Get the number of currently registered sessions.
- getObject(int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getObject(int, Class<T>) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getObject(int, Map<String, Class<?>>) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getObject(long) - Method in class org.dellroad.stuff.java.IdGenerator
-
Get the object assigned to the given ID.
- getObject(String) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getObject(String, Class<T>) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getObject(String, Map<String, Class<?>>) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getObjectType() - Method in class org.dellroad.stuff.spring.ResourceReaderFactoryBean
- getOldRoot() - Method in class org.dellroad.stuff.pobj.PersistentObjectEvent
-
Get the old root prior to the update.
- getOptions() - Method in class org.dellroad.stuff.text.MessageFmt.ChoiceArgumentSegment
-
Get the possible options.
- getOrderingTieBreaker() - Method in class org.dellroad.stuff.pobj.SpringPersistentObjectSchemaUpdater
-
Get the preferred ordering of two updates that do not have any predecessor constraints (including implied indirect constraints) between them.
- getOrderingTieBreaker() - Method in class org.dellroad.stuff.schema.AbstractSchemaUpdater
-
Determine the preferred ordering of two updates that do not have any predecessor constraints (including implied indirect constraints) between them.
- getOrderingTieBreaker() - Method in class org.dellroad.stuff.spring.SpringSQLSchemaUpdater
-
Get the preferred ordering of two updates that do not have any predecessor constraints (including implied indirect constraints) between them.
- getOrigin() - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.BindingInfo
-
Get a description of the origin of this instance (method and annotation).
- getOriginalInput() - Method in class org.dellroad.stuff.string.ParseContext
-
Get the original input string as passed to the constructor.
- getOutEdges(E) - Method in interface org.dellroad.stuff.graph.TopologicalSorter.EdgeLister
-
Get the set of all nodes X for which there is an edge from
node
to X. - getOutEdges(SchemaUpdate<T>) - Method in class org.dellroad.stuff.schema.SchemaUpdateEdgeLister
- getOutputChannel() - Method in class org.dellroad.stuff.net.ChannelConnection
-
Get the associated output channel.
- getOutputStream() - Method in class org.dellroad.stuff.io.FileStreamRepository
- getOutputStream() - Method in class org.dellroad.stuff.io.PipedStreams
-
Get the output side of the pipe.
- getOutputStream() - Method in interface org.dellroad.stuff.io.StreamRepository
-
Get an output stream writing to the underlying store.
- getParent() - Method in class org.dellroad.stuff.vaadin24.data.SimplePropertySet.Definition
- getParent() - Method in class org.dellroad.stuff.xml.EventWriterDelegate
-
Get parent instance.
- getParent() - Method in class org.dellroad.stuff.xml.StreamWriterDelegate
-
Get parent instance.
- getParentLogger() - Method in class org.dellroad.stuff.schema.AbstractUpdatingDataSource
- getParkedThreads() - Method in class org.dellroad.stuff.java.ThreadParkingLot
-
Get all of the threads parked on this instance.
- getParsePattern() - Method in class org.dellroad.stuff.java.Primitive
-
Get a regular expression that matches all allowed inputs to
parseValue()
. - getPattern() - Method in class org.dellroad.stuff.text.MessageFmt.DecimalArgumentSegment
- getPattern() - Method in class org.dellroad.stuff.text.MessageFmt.SimpleDateFormatArgumentSegment
- getPeer() - Method in class org.dellroad.stuff.net.ChannelConnection
-
Get remote peer's identity.
- getPersistenceExceptionTranslator() - Method in interface org.dellroad.stuff.spring.RetryTransactionProvider
-
Get the configured exception translator.
- getPersistentObject() - Method in class org.dellroad.stuff.pobj.PersistentObjectTransactionManager
-
Get the
PersistentObject
that this instance will operate on. - getPipedStreams() - Method in class org.dellroad.stuff.io.NullModemInputStream
-
Get the
PipedStreams
associated with this instance. - getPipedStreams() - Method in class org.dellroad.stuff.io.NullModemOutputStream
-
Get the
PipedStreams
associated with this instance. - getPipedStreams() - Method in interface org.dellroad.stuff.io.PipedStreams.HasPipedStreams
-
Get this stream's originating
PipedStreams
instance. - getPipedStreams() - Method in class org.dellroad.stuff.io.PipedStreams.Input
- getPipedStreams() - Method in class org.dellroad.stuff.io.PipedStreams.Output
- getPort() - Method in class org.dellroad.stuff.net.SocketAcceptor
-
Get TCP port to listen on.
- getPrefix(String) - Method in class org.dellroad.stuff.xml.EventWriterDelegate
- getPrefix(String) - Method in class org.dellroad.stuff.xml.StreamWriterDelegate
- getProcess() - Method in class org.dellroad.stuff.java.ProcessRunner
-
Get the
Process
associated with this instance. - getProperties() - Method in class org.dellroad.stuff.vaadin24.data.SimplePropertySet
- getProperty(String) - Method in class org.dellroad.stuff.vaadin24.data.SimplePropertySet
- getProperty(String) - Method in class org.dellroad.stuff.xml.StreamWriterDelegate
- getPropertyHolderType() - Method in class org.dellroad.stuff.vaadin24.data.SimplePropertySet.Definition
- getPropertyMap() - Method in class org.dellroad.stuff.string.SimpleObjectParser
-
Get the mapping from property name to property descriptor.
- getPropertyName() - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.BindingInfo
-
Return the property name associated with this instance.
- getPropertyName() - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.DefaultInfo
-
Get the name of the field property provided.
- getPropertySet() - Method in class org.dellroad.stuff.vaadin24.data.SimplePropertySet.Definition
- getRandom(String) - Static method in class org.dellroad.stuff.test.TestSupport
- getRef(int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getRef(String) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getRequiredConfig() - Method in class org.dellroad.stuff.pobj.AbstractConfiguredBean
-
Get the current configuration (sub-tree) object appropriate for this instance, and require that this instance also be configured at the time this method is invoked.
- getRequiredPredecessors() - Method in class org.dellroad.stuff.schema.AbstractSchemaUpdate
- getRequiredPredecessors() - Method in interface org.dellroad.stuff.schema.SchemaUpdate
-
Get the the other updates (if any) that must be applied before this update may be applied.
- getResourceFactory() - Method in class org.dellroad.stuff.pobj.PersistentObjectTransactionManager
- getResult() - Method in class org.dellroad.stuff.vaadin24.util.AsyncTaskStatusChangeEvent
-
Get the result from the successfully completed associated asynchronous task.
- getRoot() - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Atomically read the root object.
- getRoot() - Method in class org.dellroad.stuff.pobj.PersistentObject.Snapshot
-
Get the persistent root associated with this instance.
- getRoot() - Method in class org.dellroad.stuff.pobj.PersistentObjectTransactionManager
-
Get the root object graph for use in the transaction associated with the current thread.
- getRoot() - Method in class org.dellroad.stuff.validation.ValidationContext
-
Get the root object associated with this instance.
- getRootSnapshot() - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Read the root object (as with
PersistentObject.getRoot()
) and its version (as withPersistentObject.getVersion()
) in one atomic operation. - getRow() - Method in class org.dellroad.stuff.sql.MergedResultSet
- getRowId(int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getRowId(String) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getSampleStandardDeviation() - Method in class org.dellroad.stuff.util.Averager
-
Get the sample (unbiased estimated) standard deviation.
- getSampleVariance() - Method in class org.dellroad.stuff.util.Averager
-
Get the sample (unbiased estimated) variance.
- getScannedFieldDefaults() - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder
-
Get the default values discovered by this instance (if any) from scanned
@FieldBuilder.FieldDefault
annotations. - getScannedProperties() - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder
-
Get all of the properties discovered by this instance from scanned annotations.
- getScheduledTime() - Method in class org.dellroad.stuff.spring.DelayedAction
-
Get the scheduled time for the outstanding scheduled action, if any.
- getSegments() - Method in class org.dellroad.stuff.text.MessageFmt
-
Get the individual components of this message format.
- getServerAddress() - Method in class org.dellroad.stuff.net.PersistentSocketConnection
-
Get the address to which this instance should connect.
- getServiceThreadName() - Method in class org.dellroad.stuff.net.ChannelNetwork
-
Get the name of the service thread.
- getSession() - Method in class org.dellroad.stuff.vaadin24.util.VaadinExternalListener
-
Get the
VaadinSession
with which this instance is associated. - getSetter() - Method in class org.dellroad.stuff.java.MethodAnnotationScanner.MethodInfo
-
Assuming this instance's annotated method is a getter method, find the corresponding setter method if it exists.
- getSetter() - Method in class org.dellroad.stuff.vaadin24.data.SimplePropertySet.Definition
- getSharedRoot() - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Get a shared copy of the root object.
- getSharedRootSnapshot() - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Read the shared root object (as with
PersistentObject.getSharedRoot()
) and its version (as withPersistentObject.getVersion()
) in one atomic operation. - getShort(int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getShort(String) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getSignature() - Method in enum class org.dellroad.stuff.io.BOM
-
Get the byte signature for this instance.
- getSize() - Method in class org.dellroad.stuff.java.Primitive
-
Get the size of one value of this primitive type in bytes.
- getSnapshotVersion() - Method in class org.dellroad.stuff.pobj.PersistentObjectTransactionManager
-
Get the snapshot version of the transaction associated with the current thread.
- getSocketChannel() - Method in class org.dellroad.stuff.net.TCPConnection
-
Get the associated
SocketChannel
. - getSocketHandler(Socket) - Method in class org.dellroad.stuff.net.SocketAcceptor
-
Get the
SocketHandler
that will handle a new connection using the given socket. - getSortOrder() - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.BindingInfo
-
Generate a sorting value for this field.
- getSource() - Method in class org.dellroad.stuff.pobj.PersistentObjectEvent
-
Get the
PersistentObject
that originated this event. - getSource() - Method in class org.dellroad.stuff.vaadin24.util.AsyncTaskStatusChangeEvent
-
Get the
AsyncTaskManager
that originated this event. - getSQL() - Method in class org.dellroad.stuff.schema.SQLCommand
- getSQLCommandList() - Method in class org.dellroad.stuff.spring.SpringSQLSchemaUpdate
- getSQLXML(int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getSQLXML(String) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getStandard() - Method in class org.dellroad.stuff.text.MessageFmt.StandardTimeFormatArgumentSegment
- getStandardDeviation() - Method in class org.dellroad.stuff.util.Averager
-
Get the population standard deviation.
- getStandardError() - Method in class org.dellroad.stuff.java.ProcessRunner
-
Get the standard error of the process.
- getStandardOutput() - Method in class org.dellroad.stuff.java.ProcessRunner
-
Get the standard output of the process.
- getState() - Method in class org.dellroad.stuff.io.AtomicUpdateFileOutputStream
-
Get the state of this instance
- getStatement() - Method in class org.dellroad.stuff.sql.MergedResultSet
- getStatus() - Method in class org.dellroad.stuff.vaadin24.util.AsyncTaskStatusChangeEvent
-
Get the new status of the associated asynchronous task: one of
AsyncTaskStatusChangeEvent.STARTED
,AsyncTaskStatusChangeEvent.COMPLETED
,AsyncTaskStatusChangeEvent.CANCELED
, orAsyncTaskStatusChangeEvent.FAILED
. - getString() - Method in class org.dellroad.stuff.text.MessageFmt.TextSegment
-
Get the associated plain text.
- getString(int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getString(String) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getSystemId() - Method in class org.dellroad.stuff.pobj.PersistentFileTransaction
-
Get the system ID of the original source input.
- getTargetClass() - Method in class org.dellroad.stuff.string.SimpleObjectParser
-
Get the target class.
- getTargetFile() - Method in class org.dellroad.stuff.io.AtomicUpdateFileOutputStream
-
Get the target file.
- getTargetType() - Method in class org.dellroad.stuff.vaadin24.data.SimplePropertySet
-
Get the target object type associated with this instance.
- getTaskId() - Method in class org.dellroad.stuff.vaadin24.util.AsyncTaskStatusChangeEvent
-
Get the ID of the associated asynchronous task.
- getTempFile() - Method in class org.dellroad.stuff.io.AtomicUpdateFileOutputStream
-
Get the temporary file.
- Getter() - Constructor for class org.dellroad.stuff.vaadin24.data.SimplePropertySet.Definition.Getter
- getThreadLocalHolder() - Static method in class org.dellroad.stuff.validation.ValidationContext
-
Get the
ThreadLocalHolder
used by this class. - getThreadName() - Method in class org.dellroad.stuff.net.PersistentConnection
-
Get the name to use for the network client thread.
- getTime(int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getTime(int, Calendar) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getTime(String) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getTime(String, Calendar) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getTimeout() - Method in exception org.dellroad.stuff.io.IdleTimeoutException
-
Get the idle timeout value that was exceeded to cause this exception.
- getTimestamp() - Method in class org.dellroad.stuff.io.AtomicUpdateFileOutputStream
-
Get the last modification timestamp of the target file as it was at the time it was updated by this instance.
- getTimestamp(int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getTimestamp(int, Calendar) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getTimestamp(String) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getTimestamp(String, Calendar) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getTopElement() - Method in class org.dellroad.stuff.xml.StackXMLEventReader
-
Get the top-most
StartElement
event on the stack. - getTrailingSpace() - Method in class org.dellroad.stuff.xml.AnnotatedXMLEventWriter
-
Get the whitespace found between the opening document tag and the first non-space child.
- getTrailingSpace() - Method in class org.dellroad.stuff.xml.AnnotatedXMLStreamWriter
-
Get the whitespace found between the opening document tag and the first non-space child.
- getTransaction() - Method in class org.dellroad.stuff.spring.RetryTransactionProvider.RetrySetup
-
Get the transaction to perform and possibly retry.
- getTransactionIsolation() - Method in class org.dellroad.stuff.schema.SQLSchemaUpdater
-
Get transaction isolation level for the schema check/migration transaction.
- getTransactionManagerName() - Method in class org.dellroad.stuff.spring.RetryTransactionProvider.RetrySetup
-
Get name of the associated transaction manager, if any.
- getTransform() - Method in class org.dellroad.stuff.pobj.SpringXSLPersistentObjectSchemaUpdate
- getTransformerFactory() - Method in class org.dellroad.stuff.pobj.SpringXSLPersistentObjectSchemaUpdate
-
Get the configured
TransformerFactory
that will be used to create theTransformer
that will be used to actually apply the configured XSL transform. - getType() - Method in class org.dellroad.stuff.java.Primitive
-
Get the
Class
object representing this primitive type, e.g.,Integer.TYPE
. - getType() - Method in class org.dellroad.stuff.sql.MergedResultSet
- getType() - Method in class org.dellroad.stuff.vaadin24.data.SimplePropertySet.Definition
- getType() - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder
-
Get the type associated with this instance.
- getType() - Method in class org.dellroad.stuff.vaadin24.grid.GridColumnScanner
-
Get the type associated with this instance.
- getUnicodeStream(int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getUnicodeStream(String) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getUniqued(Object) - Method in class org.dellroad.stuff.validation.DefaultUniquifier
-
Uniquify value.
- getUniqued(T) - Method in interface org.dellroad.stuff.validation.Uniquifier
-
Get an object representing the unique value of the given instance.
- getUniqueDomain(String) - Method in class org.dellroad.stuff.validation.ValidationContext
-
Get the uniqueness domain with the given name.
- getUnwrapMethod() - Method in class org.dellroad.stuff.java.Primitive
-
Get the wrapper class' "unwrap" method for this primitive type, e.g.,
Integer.intValue()
. - getUpdateCompleteFuture() - Method in class org.dellroad.stuff.schema.AbstractUpdatingDataSource
-
Get a
Future
that waits for the update of the underlyingDataSource
to be completed. - getUpdatedDataSource() - Method in class org.dellroad.stuff.schema.AbstractUpdatingDataSource
-
Get the wrapped
DataSource
, triggering and waiting for it to be updated as necessary. - getUpdates() - Method in class org.dellroad.stuff.pobj.PersistentFileTransaction
-
Get the updates list associated with this transaction.
- getUpdates() - Method in class org.dellroad.stuff.pobj.UpdatesXMLStreamReader
-
Get the updates gleaned from the scan.
- getUpdates() - Method in class org.dellroad.stuff.schema.AbstractSchemaUpdater
-
Get the configured updates.
- getUpdateTableInitialization() - Method in class org.dellroad.stuff.schema.SQLSchemaUpdater
-
Get the update table initialization.
- getUpdateTableName() - Method in class org.dellroad.stuff.schema.SQLSchemaUpdater
-
Get the name of the table that keeps track of applied updates.
- getUpdateTableNameColumn() - Method in class org.dellroad.stuff.schema.SQLSchemaUpdater
-
Get the name of the update name column in the table that keeps track of applied updates.
- getUpdateTableTimeColumn() - Method in class org.dellroad.stuff.schema.SQLSchemaUpdater
-
Get the name of the update timestamp column in the table that keeps track of applied updates.
- getURL(int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getURL(String) - Method in class org.dellroad.stuff.sql.MergedResultSet
- getVaadinSession() - Method in class org.dellroad.stuff.vaadin24.util.AsyncTaskManager
-
Get the
VaadinSession
to which this instance is associated. - getVaadinSession() - Method in class org.dellroad.stuff.vaadin24.util.SimpleTaskManager
-
Get the
VaadinSession
to which this instance is associated. - getValidator() - Method in class org.dellroad.stuff.test.TestSupport
- getValue() - Method in class org.dellroad.stuff.jibx.MapEntry
-
Get this map entry's value.
- getValues(Class<T>) - Static method in class org.dellroad.stuff.java.EnumUtil
-
Get all instances of the given
Enum
class in a list in their natural ordering. - getVariance() - Method in class org.dellroad.stuff.util.Averager
-
Get the population variance.
- getVersion() - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Get the version of the current root.
- getVersion() - Method in class org.dellroad.stuff.pobj.PersistentObject.Snapshot
-
Get the version number of the persistent root associated with this instance.
- getVersion() - Method in class org.dellroad.stuff.pobj.PersistentObjectEvent
-
Get the version that this event is associated with.
- getViolations() - Method in exception org.dellroad.stuff.pobj.PersistentObjectValidationException
-
Get the set of constraint violations.
- getWarnings() - Method in class org.dellroad.stuff.sql.MergedResultSet
- getWidth(Inet4Address) - Static method in class org.dellroad.stuff.net.IPv4Util
-
Get netmask width.
- getWrapperType() - Method in class org.dellroad.stuff.java.Primitive
-
Get the wrapper
Class
object for this primitive type, e.g.,Integer.class
. - getWriteDelay() - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Get the maximum delay after an update operation before a write-back to the persistent file must be initiated.
- getXAResource() - Method in class org.dellroad.stuff.pobj.PersistentObjectTransactionManager
-
Get the
XAResource
corresponding to this instance. - GraphCloneable - Interface in org.dellroad.stuff.java
-
Implemented by objects in an object graph that support graph cloning, i.e., deep copies without duplicates and preserving reference topology.
- GraphCloneRegistry - Class in org.dellroad.stuff.java
-
A registry for copies of
GraphCloneable
objects used during graph cloning operations. - GraphCloneRegistry() - Constructor for class org.dellroad.stuff.java.GraphCloneRegistry
- GridColumn - Annotation Interface in org.dellroad.stuff.vaadin24.grid
-
Declare a
Grid.Column
to be auto-generated by aGridColumnScanner
. - GridColumnScanner<T> - Class in org.dellroad.stuff.vaadin24.grid
-
Scans a Java class hierarchy for
@GridColumn
annotated getter methods, allowing for declarative auto-generation ofGrid.Column
s. - GridColumnScanner(Class<T>) - Constructor for class org.dellroad.stuff.vaadin24.grid.GridColumnScanner
-
Scan the given type and all super-types for
@GridColumn
annotations. - GridColumnScanner(GridColumnScanner<T>) - Constructor for class org.dellroad.stuff.vaadin24.grid.GridColumnScanner
-
Static information copy constructor.
- groups() - Element in annotation interface org.dellroad.stuff.validation.Hostname
- groups() - Element in annotation interface org.dellroad.stuff.validation.HostOrIP
- groups() - Element in annotation interface org.dellroad.stuff.validation.Pattern
- groups() - Element in annotation interface org.dellroad.stuff.validation.SelfValidates
- groups() - Element in annotation interface org.dellroad.stuff.validation.Sorted
- groups() - Element in annotation interface org.dellroad.stuff.validation.Unique
H
- handle(String, ByteBuffer) - Method in interface org.dellroad.stuff.net.Network.Handler
-
Handle an incoming message from a remote peer.
- handleConnection(C) - Method in class org.dellroad.stuff.net.PersistentConnection
-
Handle one server connection.
- handleConnection(Socket) - Method in interface org.dellroad.stuff.net.SocketHandler
-
Handle the connection.
- handleEnabledFieldChange(boolean) - Method in class org.dellroad.stuff.vaadin24.field.NullableField
- handleEOF() - Method in interface org.dellroad.stuff.io.AsyncInputStream.Listener
-
Handle end-of-file detected on the underlying input.
- handleEOF() - Method in class org.dellroad.stuff.io.IdleTimeoutInputStream
- handleEvent(Runnable) - Method in class org.dellroad.stuff.vaadin24.util.VaadinExternalListener
-
Execute the given listener action while the
VaadinSession
with which this instance is associated is locked. - handleEvent(PersistentObjectEvent<ROOT>) - Method in class org.dellroad.stuff.pobj.AbstractConfiguredBean
- handleEvent(PersistentObjectEvent<T>) - Method in interface org.dellroad.stuff.pobj.PersistentObjectListener
-
Handle notification of an updated root object.
- handleException(RuntimeException) - Method in class org.dellroad.stuff.vaadin24.util.VaadinExternalListener
-
Handle a
RuntimeException
thrown by thehandleEvent
callback. - handleException(Throwable) - Method in interface org.dellroad.stuff.io.AsyncInputStream.Listener
-
Handle an exception detected on the underlying input.
- handleException(Throwable) - Method in class org.dellroad.stuff.io.IdleTimeoutInputStream
- handleInput(byte[], int, int) - Method in interface org.dellroad.stuff.io.AsyncInputStream.Listener
-
Handle new data read from the underlying input.
- handleInput(byte[], int, int) - Method in class org.dellroad.stuff.io.IdleTimeoutInputStream
- handleInterruption() - Method in class org.dellroad.stuff.java.ProcessRunner
-
Handle notification that the thread invoking
ProcessRunner.run()
has been interrupted. - handleStandardError(byte[], int, int) - Method in class org.dellroad.stuff.java.ProcessRunner
-
Handle data received from the error output of the process.
- handleStandardOutput(byte[], int, int) - Method in class org.dellroad.stuff.java.ProcessRunner
-
Handle data received from the standard output of the process.
- handleTaskException(long, Throwable) - Method in class org.dellroad.stuff.vaadin24.util.AsyncTaskManager
-
Invoked when an exception other than
InterruptedException
is thrown by theAsyncTask
. - handleTaskResult(long, R) - Method in class org.dellroad.stuff.vaadin24.util.AsyncTaskManager
-
Process the result from a successfully completed asynchronous task.
- handleWritebackException(PersistentObject<T>, Throwable) - Method in class org.dellroad.stuff.pobj.AbstractDelegate
-
Handle an exception thrown during a delayed write-back attempt.
- handleWritebackException(PersistentObject<T>, Throwable) - Method in class org.dellroad.stuff.pobj.FilterDelegate
- handleWritebackException(PersistentObject<T>, Throwable) - Method in interface org.dellroad.stuff.pobj.PersistentObjectDelegate
-
Handle an exception thrown during an asynchronous write-back attempt.
- handleWritebackException(PersistentObject<T>, Throwable) - Method in class org.dellroad.stuff.pobj.PersistentObjectSchemaUpdater
-
Handle an exception thrown during a delayed write-back attempt.
- hashCode() - Method in class org.dellroad.stuff.java.MethodAnnotationScanner.MethodInfo
- hashCode() - Method in class org.dellroad.stuff.java.SerializableMethod
- hashCode() - Method in class org.dellroad.stuff.string.ParseContext
- hashCode() - Method in class org.dellroad.stuff.text.MessageFmt.StandardTimeFormatArgumentSegment
- hashCode() - Method in class org.dellroad.stuff.text.MessageFmt.ArgumentSegment
- hashCode() - Method in class org.dellroad.stuff.text.MessageFmt.ChoiceArgumentSegment
- hashCode() - Method in class org.dellroad.stuff.text.MessageFmt.ChoiceArgumentSegment.Option
- hashCode() - Method in class org.dellroad.stuff.text.MessageFmt.DecimalArgumentSegment
- hashCode() - Method in class org.dellroad.stuff.text.MessageFmt
- hashCode() - Method in class org.dellroad.stuff.text.MessageFmt.Segment
- hashCode() - Method in class org.dellroad.stuff.text.MessageFmt.SimpleDateFormatArgumentSegment
- hashCode() - Method in class org.dellroad.stuff.text.MessageFmt.TextSegment
- hashCode() - Method in class org.dellroad.stuff.util.Averager
- hashCode() - Method in class org.dellroad.stuff.util.LongMap
- hashCode() - Method in class org.dellroad.stuff.util.LongSet
- hasRoot() - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Determine whether this instance has a non-null root object.
- header() - Element in annotation interface org.dellroad.stuff.vaadin24.grid.GridColumn
-
Get the column header.
- height() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder.GridMultiSelect
-
Get the value desired for the
height
property. - height() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder.GridSingleSelect
-
Get the value desired for the
height
property. - height() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the value desired for the
height
property. - height() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Checkbox
-
Get the value desired for the
height
property. - height() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CheckboxGroup
-
Get the value desired for the
height
property. - height() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the value desired for the
height
property. - height() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CustomField
-
Get the value desired for the
height
property. - height() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the value desired for the
height
property. - height() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Get the value desired for the
height
property. - height() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the value desired for the
height
property. - height() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Input
-
Get the value desired for the
height
property. - height() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the value desired for the
height
property. - height() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ListBox
-
Get the value desired for the
height
property. - height() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the value desired for the
height
property. - height() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectListBox
-
Get the value desired for the
height
property. - height() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
height
property. - height() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
height
property. - height() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RadioButtonGroup
-
Get the value desired for the
height
property. - height() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RangeInput
-
Get the value desired for the
height
property. - height() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Get the value desired for the
height
property. - height() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the value desired for the
height
property. - height() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the value desired for the
height
property. - height() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Get the value desired for the
height
property. - helperComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the class to instantiate for the
helperComponent
property. - helperComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Checkbox
-
Get the class to instantiate for the
helperComponent
property. - helperComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CheckboxGroup
-
Get the class to instantiate for the
helperComponent
property. - helperComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the class to instantiate for the
helperComponent
property. - helperComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CustomField
-
Get the class to instantiate for the
helperComponent
property. - helperComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the class to instantiate for the
helperComponent
property. - helperComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Get the class to instantiate for the
helperComponent
property. - helperComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the class to instantiate for the
helperComponent
property. - helperComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the class to instantiate for the
helperComponent
property. - helperComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the class to instantiate for the
helperComponent
property. - helperComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the class to instantiate for the
helperComponent
property. - helperComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the class to instantiate for the
helperComponent
property. - helperComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RadioButtonGroup
-
Get the class to instantiate for the
helperComponent
property. - helperComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Get the class to instantiate for the
helperComponent
property. - helperComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the class to instantiate for the
helperComponent
property. - helperComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the class to instantiate for the
helperComponent
property. - helperComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Get the class to instantiate for the
helperComponent
property. - helperText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the value desired for the
helperText
property. - helperText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Checkbox
-
Get the value desired for the
helperText
property. - helperText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CheckboxGroup
-
Get the value desired for the
helperText
property. - helperText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the value desired for the
helperText
property. - helperText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CustomField
-
Get the value desired for the
helperText
property. - helperText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the value desired for the
helperText
property. - helperText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Get the value desired for the
helperText
property. - helperText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the value desired for the
helperText
property. - helperText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the value desired for the
helperText
property. - helperText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the value desired for the
helperText
property. - helperText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
helperText
property. - helperText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
helperText
property. - helperText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RadioButtonGroup
-
Get the value desired for the
helperText
property. - helperText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Get the value desired for the
helperText
property. - helperText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the value desired for the
helperText
property. - helperText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the value desired for the
helperText
property. - helperText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Get the value desired for the
helperText
property. - hierarchyColumn() - Element in annotation interface org.dellroad.stuff.vaadin24.grid.GridColumn
-
Get whether this column is the hierarchy column for a
TreeGrid
. - Hostname - Annotation Interface in org.dellroad.stuff.validation
-
Validation constraint requiring a
String
to be a valid DNS hostname (or hostname component). - HostOrIP - Annotation Interface in org.dellroad.stuff.validation
-
Validation constraint requiring a
String
to be either a valid fully-qualified DNS hostname or an IPv4 address.
I
- i18n() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the class to instantiate for the
i18n
property. - i18n() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the class to instantiate for the
i18n
property. - id() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder.GridMultiSelect
-
Get the value desired for the
id
property. - id() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder.GridSingleSelect
-
Get the value desired for the
id
property. - id() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the value desired for the
id
property. - id() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Checkbox
-
Get the value desired for the
id
property. - id() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CheckboxGroup
-
Get the value desired for the
id
property. - id() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the value desired for the
id
property. - id() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CustomField
-
Get the value desired for the
id
property. - id() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the value desired for the
id
property. - id() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Get the value desired for the
id
property. - id() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the value desired for the
id
property. - id() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Input
-
Get the value desired for the
id
property. - id() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the value desired for the
id
property. - id() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ListBox
-
Get the value desired for the
id
property. - id() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the value desired for the
id
property. - id() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectListBox
-
Get the value desired for the
id
property. - id() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
id
property. - id() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
id
property. - id() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RadioButtonGroup
-
Get the value desired for the
id
property. - id() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RangeInput
-
Get the value desired for the
id
property. - id() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Get the value desired for the
id
property. - id() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the value desired for the
id
property. - id() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the value desired for the
id
property. - id() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Get the value desired for the
id
property. - id() - Element in annotation interface org.dellroad.stuff.vaadin24.grid.GridColumn
-
Get the column debug ID.
- identifyPeer(InetSocketAddress) - Method in class org.dellroad.stuff.net.TCPNetwork
-
Identify the peer behind an incoming connection.
- IdGenerator - Class in org.dellroad.stuff.java
-
Registry of unique IDs for objects.
- IdGenerator() - Constructor for class org.dellroad.stuff.java.IdGenerator
- IdleTimeoutException - Exception in org.dellroad.stuff.io
-
Exception thrown by an
IdleTimeoutInputStream
when a read operation takes too long. - IdleTimeoutException(long) - Constructor for exception org.dellroad.stuff.io.IdleTimeoutException
- IdleTimeoutInputStream - Class in org.dellroad.stuff.io
-
Wraps an
InputStream
and enforces a maximum time limit on how long anyread()
operation may block. - IdleTimeoutInputStream(InputStream, long) - Constructor for class org.dellroad.stuff.io.IdleTimeoutInputStream
-
Convenience constructor.
- IdleTimeoutInputStream(InputStream, String, long) - Constructor for class org.dellroad.stuff.io.IdleTimeoutInputStream
-
Constructor.
- IdMapper - Class in org.dellroad.stuff.jibx
-
JiBX Marshaller/Unmarshaller that assigns unique ID's to each object and replaces duplicate appearances of the same object with an IDREF reference.
- IdMapper(String, int, String, String) - Constructor for class org.dellroad.stuff.jibx.IdMapper
- IdMappingMarshaller - Class in org.dellroad.stuff.jibx
-
Wrapper for Spring's
JibxMarshaller
that performs marshalling and unmarshalling operations within an invocation ofIdGenerator.run()
. - IdMappingMarshaller() - Constructor for class org.dellroad.stuff.jibx.IdMappingMarshaller
- IGNORE - Enum constant in enum class org.dellroad.stuff.java.ErrorAction
-
Ignore the error: do nothing.
- implementation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the sub-type of
BigDecimalField
that will edit the property. - implementation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Checkbox
-
Get the sub-type of
Checkbox
that will edit the property. - implementation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CheckboxGroup
-
Get the sub-type of
CheckboxGroup
that will edit the property. - implementation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the sub-type of
ComboBox
that will edit the property. - implementation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CustomField
-
Get the sub-type of
CustomField
that will edit the property. - implementation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the sub-type of
DatePicker
that will edit the property. - implementation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Get the sub-type of
DateTimePicker
that will edit the property. - implementation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the sub-type of
EmailField
that will edit the property. - implementation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Input
-
Get the sub-type of
Input
that will edit the property. - implementation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the sub-type of
IntegerField
that will edit the property. - implementation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ListBox
-
Get the sub-type of
ListBox
that will edit the property. - implementation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the sub-type of
MultiSelectComboBox
that will edit the property. - implementation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectListBox
-
Get the sub-type of
MultiSelectListBox
that will edit the property. - implementation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the sub-type of
NumberField
that will edit the property. - implementation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the sub-type of
PasswordField
that will edit the property. - implementation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RadioButtonGroup
-
Get the sub-type of
RadioButtonGroup
that will edit the property. - implementation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RangeInput
-
Get the sub-type of
RangeInput
that will edit the property. - implementation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Get the sub-type of
Select
that will edit the property. - implementation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the sub-type of
TextArea
that will edit the property. - implementation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the sub-type of
TextField
that will edit the property. - implementation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Get the sub-type of
TimePicker
that will edit the property. - includeMethod(Method, A) - Method in class org.dellroad.stuff.java.MethodAnnotationScanner
-
Determine whether the annotated method should be included.
- indent(int) - Method in class org.dellroad.stuff.xml.IndentXMLEventWriter
-
Emit a newline followed by indentation to the given depth.
- IndentXMLEventWriter - Class in org.dellroad.stuff.xml
-
Wrapper for an underlying
XMLEventWriter
that automatically adds indentation to the event stream. - IndentXMLEventWriter(XMLEventWriter, int) - Constructor for class org.dellroad.stuff.xml.IndentXMLEventWriter
-
Convenience constructor.
- IndentXMLEventWriter(XMLEventWriter, XMLEventFactory, int) - Constructor for class org.dellroad.stuff.xml.IndentXMLEventWriter
-
Constructor.
- IndentXMLStreamWriter - Class in org.dellroad.stuff.xml
-
Wrapper for an underlying
XMLStreamWriter
that "pretty-prints" the XML by replacing the whitespace between XML tags so that the result is properly indented. - IndentXMLStreamWriter() - Constructor for class org.dellroad.stuff.xml.IndentXMLStreamWriter
-
Default constructor.
- IndentXMLStreamWriter(XMLStreamWriter) - Constructor for class org.dellroad.stuff.xml.IndentXMLStreamWriter
-
Convenience constructor.
- IndentXMLStreamWriter(XMLStreamWriter, int) - Constructor for class org.dellroad.stuff.xml.IndentXMLStreamWriter
-
Primary constructor.
- indeterminate() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Checkbox
-
Get the value desired for the
indeterminate
property. - indexedFormat - Variable in class org.dellroad.stuff.string.NamedArgumentFormatter
-
The modified format string containing indexes instead of argument names.
- indicatesUninitializedDatabase(Connection, SQLException) - Method in class org.dellroad.stuff.schema.SQLSchemaUpdater
-
Determine if an exception thrown during
SQLSchemaUpdater.databaseNeedsInitialization(java.sql.Connection)
is consistent with an uninitialized database. - indicatesUninitializedDatabase(Connection, SQLException) - Method in class org.dellroad.stuff.spring.SpringSQLSchemaUpdater
-
Determine if an exception thrown during
SQLSchemaUpdater.databaseNeedsInitialization(java.sql.Connection)
is consistent with an uninitialized database. - inferDataModelType() - Method in interface org.dellroad.stuff.vaadin24.field.FieldBuilderContext
-
Determine the
DataProvider
data model type from the annotated method's return type. - inferMimeType(String) - Method in class org.dellroad.stuff.vaadin24.audio.Audio
-
Attempt to automatically infer an audio MIME type based on a file name.
- init() - Method in class org.dellroad.stuff.spring.DellRoadStuffNamespaceHandler
- initialDelay() - Element in annotation interface org.dellroad.stuff.spring.RetryTransaction
-
The initial delay between retry attempts in milliseconds.
- initialize() - Method in class org.dellroad.stuff.vaadin24.field.BinderCustomField
-
Initialize this instance.
- initialize(C) - Method in class org.dellroad.stuff.validation.AbstractValidator
- initialize(Pattern) - Method in class org.dellroad.stuff.validation.PatternValidator
- initialize(Unique) - Method in class org.dellroad.stuff.validation.UniqueValidator
- initializeAndUpdateDatabase(D) - Method in class org.dellroad.stuff.schema.AbstractSchemaUpdater
-
Perform database schema initialization and updates.
- initializeAndUpdateDatabase(DataSource) - Method in class org.dellroad.stuff.schema.SQLSchemaUpdater
- initializeDatabase(Connection) - Method in class org.dellroad.stuff.schema.SQLSchemaUpdater
- initializeDatabase(PersistentFileTransaction) - Method in class org.dellroad.stuff.pobj.PersistentObjectSchemaUpdater
- initializeDatabase(T) - Method in class org.dellroad.stuff.schema.AbstractSchemaUpdater
-
Initialize an uninitialized database.
- initialPosition() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the class to instantiate for the
initialPosition
property. - innerField - Variable in class org.dellroad.stuff.vaadin24.field.NullableField
-
The inner field.
- inputChannel - Variable in class org.dellroad.stuff.net.ChannelConnection
- inputSelectionKey - Variable in class org.dellroad.stuff.net.ChannelConnection
- InputStreamReader - Class in org.dellroad.stuff.io
-
Reads zero or more
InputStream
s serialized inside an underlyingInputStream
by anOutputStreamWriter
. - InputStreamReader(InputStream) - Constructor for class org.dellroad.stuff.io.InputStreamReader
-
Constructor.
- insertRow() - Method in class org.dellroad.stuff.sql.MergedResultSet
- instantiate(Class<F>, AbstractFieldBuilder.BindingInfo, Annotation, String) - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder
-
Instantiate a field (or whatever) from the given
Class
-valued annotation property. - instantiate(Class<T>) - Static method in class org.dellroad.stuff.java.ReflectUtil
-
Instantiate the given class using its zero-arg constructor.
- instantiate(Class<T>) - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.BindingInfo
-
Instantiate a field (or whatever) from the given
Class
. - instantiate(Class<T>, AbstractFieldBuilder.BindingInfo) - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder
-
Instantiate a field (or whatever) from the given
Class
. - instantiate(Constructor<T>, Object...) - Static method in class org.dellroad.stuff.java.ReflectUtil
-
Instantiate the given class using the given constructor.
- INTEGER - Static variable in class org.dellroad.stuff.java.Primitive
-
Integer type.
- IntegerArgumentSegment() - Constructor for class org.dellroad.stuff.text.MessageFmt.IntegerArgumentSegment
- IntegerArgumentSegment(int) - Constructor for class org.dellroad.stuff.text.MessageFmt.IntegerArgumentSegment
- invoke(Method, Object, Object...) - Static method in class org.dellroad.stuff.java.ReflectUtil
-
Invoke the given method, rethrowing any checked exceptions.
- invoke(T, Object...) - Method in class org.dellroad.stuff.java.MethodAnnotationScanner.MethodInfo
-
Invoke the method and return the result.
- invoke(T, Runnable) - Method in class org.dellroad.stuff.java.ThreadLocalHolder
-
Invoke the given action while making the given thread local variable available via
ThreadLocalHolder.get()
andThreadLocalHolder.require()
. - invoke(T, Supplier<R>) - Method in class org.dellroad.stuff.java.ThreadLocalHolder
-
Invoke the given action while making the given thread local variable available via
ThreadLocalHolder.get()
andThreadLocalHolder.require()
. - invokeTask(long, AsyncTask<? extends R>) - Method in class org.dellroad.stuff.vaadin24.util.AsyncTaskManager
-
Perform the asynchronous task.
- IPv4Util - Class in org.dellroad.stuff.net
-
Utility methods for working with IPv4 addresses and netmasks.
- isAfterLast() - Method in class org.dellroad.stuff.sql.MergedResultSet
- isAllowEmptyStart() - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Determine whether this instance should allow an "empty start".
- isAllowEmptyStop() - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Determine whether this instance should allow an "empty stop".
- isAsynchronous() - Method in class org.dellroad.stuff.schema.AbstractUpdatingDataSource
-
Determine whether this instance is in asynchronous mode.
- isBeforeFirst() - Method in class org.dellroad.stuff.sql.MergedResultSet
- isBusy() - Method in class org.dellroad.stuff.vaadin24.util.AsyncTaskManager
-
Determine whether there is an outstanding asynchronous task in progress.
- isBusy() - Method in class org.dellroad.stuff.vaadin24.util.SimpleTaskManager
-
Determine whether there is an outstanding asynchronous task in progress.
- isClosed() - Method in class org.dellroad.stuff.sql.MergedResultSet
- isCollectionValid(Collection<? extends T>, ConstraintValidatorContext) - Method in class org.dellroad.stuff.validation.AbstractValidator
-
Apply this constraint to all values in a collection.
- isConfigured() - Method in class org.dellroad.stuff.pobj.AbstractConfiguredBean
-
Is this bean configured? "Configured" means that either
start()
orreconfigure()
has been invoked successfully since the most recentstop()
. - isContextRequired() - Method in class org.dellroad.stuff.spring.Springleton
- isDisplayErrorMessages() - Method in class org.dellroad.stuff.vaadin24.field.NullableField
-
Determine whether to display error messages.
- isEmpty() - Method in class org.dellroad.stuff.util.Averager
-
Determine whether any data points have been added to this instance yet.
- isEmpty() - Method in class org.dellroad.stuff.util.LongMap
- isEmpty() - Method in class org.dellroad.stuff.util.LongSet
- isEOF() - Method in class org.dellroad.stuff.string.ParseContext
-
Determine if we are at the end of the input.
- isExistingTransaction(Object) - Method in class org.dellroad.stuff.pobj.PersistentObjectTransactionManager
- isFirst() - Method in class org.dellroad.stuff.sql.MergedResultSet
- isGenericType() - Method in class org.dellroad.stuff.vaadin24.data.SimplePropertySet.Definition
- isIgnorable(TransformerException) - Method in class org.dellroad.stuff.xml.TransformErrorListener
-
Determine if this listener should completely ignore the given exception.
- isIgnoreUnrecognizedUpdates() - Method in class org.dellroad.stuff.schema.AbstractSchemaUpdater
-
Determine whether unrecognized updates are ignored or cause an exception.
- isLast() - Method in class org.dellroad.stuff.sql.MergedResultSet
- isOnNetwork(Inet4Address, Inet4Address, Inet4Address) - Static method in class org.dellroad.stuff.net.IPv4Util
-
Determine if the given address lives on the given network.
- isParked(Thread) - Method in class org.dellroad.stuff.java.ThreadParkingLot
-
Determine if the given thread is currently parked on this instance.
- isReadOnly() - Method in class org.dellroad.stuff.pobj.PersistentObjectTransactionManager
-
Determine whether the transaction associated with the current thread is a read-only transaction.
- isReadOnlySharedRoot() - Method in class org.dellroad.stuff.pobj.PersistentObjectTransactionManager
-
Get whether, during read-only transactions,
PersistentObjectTransactionManager.getRoot()
returns a new copy of thePersistentObject
object graph or the shared root. - isResetOnDisable() - Method in class org.dellroad.stuff.vaadin24.field.NullableField
-
Determine whether the inner field forgets its value when the checkbox is unchecked.
- isRunning() - Method in class org.dellroad.stuff.net.PersistentConnection
-
Determine if this instance is started.
- isRunning() - Method in class org.dellroad.stuff.net.SelectorSupport
- isSameGraph(T, T) - Method in class org.dellroad.stuff.pobj.AbstractDelegate
-
Compare two object graphs.
- isSameGraph(T, T) - Method in class org.dellroad.stuff.pobj.FilterDelegate
- isSameGraph(T, T) - Method in interface org.dellroad.stuff.pobj.PersistentObjectDelegate
-
Attempt to determine whether two object graphs are identical.
- isSameGraph(T, T) - Method in class org.dellroad.stuff.pobj.PersistentObjectSchemaUpdater
-
Compare two object graphs.
- isScheduled() - Method in class org.dellroad.stuff.spring.DelayedAction
-
Determine whether there is currently an outstanding scheduled action.
- isServiceThread() - Method in class org.dellroad.stuff.net.SelectorSupport
-
Determine whether the current thread is this instance's service thread.
- isSingleAction() - Method in class org.dellroad.stuff.schema.AbstractSchemaUpdate
- isSingleAction() - Method in interface org.dellroad.stuff.schema.SchemaUpdate
-
Determine whether, if this instance contains multiple individual actions, should they be applied in a single transaction and recorded as a single update.
- isStarted() - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Determine whether this instance is started.
- isSynchronousClose() - Method in class org.dellroad.stuff.io.NullModemOutputStream
-
Get whether
NullModemOutputStream.close()
should block until the reader has finished reading (or thrown an exception). - isUpdated() - Method in class org.dellroad.stuff.schema.AbstractUpdatingDataSource
-
Determine if the underlying
DataSource
has been updated. - isValid(Object, ConstraintValidatorContext) - Method in class org.dellroad.stuff.validation.PatternValidator
- isValid(Object, ConstraintValidatorContext) - Method in class org.dellroad.stuff.validation.SortedValidator
- isValid(Object, ConstraintValidatorContext) - Method in class org.dellroad.stuff.validation.UniqueValidator
- isValid(SelfValidating, ConstraintValidatorContext) - Method in class org.dellroad.stuff.validation.SelfValidatingValidator
- isValidHostOnNetwork(Inet4Address, Inet4Address, Inet4Address) - Static method in class org.dellroad.stuff.net.IPv4Util
-
Determine if the given address is a valid host address on the given network.
- isValidNetmask(Inet4Address) - Static method in class org.dellroad.stuff.net.IPv4Util
-
Determine if the given address is a valid CIDR netmask.
- isValidUpdateName(String) - Static method in class org.dellroad.stuff.schema.AbstractSchemaUpdater
-
Determine if the given schema update name is valid.
- isValidXMLChar(int) - Static method in class org.dellroad.stuff.string.StringEncoder
-
Determine if the given character is a valid XML character according to the XML 1.0 specification.
- isWorkOutstanding() - Method in class org.dellroad.stuff.io.AsyncOutputStream
-
Determine if there is outstanding work still to be performed (writes, flushes, and/or close operations) by the background thread.
- isWrapperFor(Class<?>) - Method in class org.dellroad.stuff.schema.AbstractUpdatingDataSource
- isWrapperFor(Class<?>) - Method in class org.dellroad.stuff.sql.MergedResultSet
- itemEnabledProvider() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CheckboxGroup
-
Get the class to instantiate for the
itemEnabledProvider
property. - itemEnabledProvider() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ListBox
-
Get the class to instantiate for the
itemEnabledProvider
property. - itemEnabledProvider() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectListBox
-
Get the class to instantiate for the
itemEnabledProvider
property. - itemEnabledProvider() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RadioButtonGroup
-
Get the class to instantiate for the
itemEnabledProvider
property. - itemEnabledProvider() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Get the class to instantiate for the
itemEnabledProvider
property. - itemHelperGenerator() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CheckboxGroup
-
Get the class to instantiate for the
itemHelperGenerator
property. - itemLabelGenerator() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CheckboxGroup
-
Get the class to instantiate for the
itemLabelGenerator
property. - itemLabelGenerator() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the class to instantiate for the
itemLabelGenerator
property. - itemLabelGenerator() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ListBox
-
Get the class to instantiate for the
itemLabelGenerator
property. - itemLabelGenerator() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the class to instantiate for the
itemLabelGenerator
property. - itemLabelGenerator() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectListBox
-
Get the class to instantiate for the
itemLabelGenerator
property. - itemLabelGenerator() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RadioButtonGroup
-
Get the class to instantiate for the
itemLabelGenerator
property. - itemLabelGenerator() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Get the class to instantiate for the
itemLabelGenerator
property. - items() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder.GridMultiSelect
-
Get the class to instantiate as the data provider for the grid.
- items() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder.GridSingleSelect
-
Get the class to instantiate as the data provider for the grid.
- items() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CheckboxGroup
-
Get the class to instantiate for the
items
property. - items() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the class to instantiate for the
items
property. - items() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ListBox
-
Get the class to instantiate for the
items
property. - items() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the class to instantiate for the
items
property. - items() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectListBox
-
Get the class to instantiate for the
items
property. - items() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RadioButtonGroup
-
Get the class to instantiate for the
items
property. - items() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Get the class to instantiate for the
items
property. - iterate(Map<K, V>, Class<E>) - Static method in class org.dellroad.stuff.jibx.MapEntry
-
Helper method intended to be used by a custom JiBX "iter-method".
- iterator() - Method in class org.dellroad.stuff.util.LongSet
J
- JibxMarshaller - Class in org.dellroad.stuff.jibx
-
Implementation of the
Marshaller
andUnmarshaller
interfaces for JiBX. - JibxMarshaller() - Constructor for class org.dellroad.stuff.jibx.JibxMarshaller
- JiBXUtil - Class in org.dellroad.stuff.jibx
-
Some simplified API methods for JiBX XML encoding/decoding.
K
- keepFilter() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the value desired for the
keepFilter
property. - key() - Element in annotation interface org.dellroad.stuff.vaadin24.grid.GridColumn
-
Get the column key.
- keySet() - Method in class org.dellroad.stuff.util.LongMap
L
- label() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.FormLayout
-
Specify a label for the associated field.
- label() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the value desired for the
label
property. - label() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Checkbox
-
Get the value desired for the
label
property. - label() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CheckboxGroup
-
Get the value desired for the
label
property. - label() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the value desired for the
label
property. - label() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CustomField
-
Get the value desired for the
label
property. - label() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the value desired for the
label
property. - label() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Get the value desired for the
label
property. - label() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the value desired for the
label
property. - label() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the value desired for the
label
property. - label() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the value desired for the
label
property. - label() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
label
property. - label() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
label
property. - label() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RadioButtonGroup
-
Get the value desired for the
label
property. - label() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Get the value desired for the
label
property. - label() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the value desired for the
label
property. - label() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the value desired for the
label
property. - label() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Get the value desired for the
label
property. - labelComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Checkbox
-
Get the class to instantiate for the
labelComponent
property. - last() - Method in class org.dellroad.stuff.sql.MergedResultSet
- layoutComponents() - Method in class org.dellroad.stuff.vaadin24.field.BinderCustomField
-
Layout components required for this field.
- layoutComponents() - Method in class org.dellroad.stuff.vaadin24.field.FieldBuilderCustomField
-
Layout the components required for this field.
- layoutEditDialogFields(FormLayout) - Method in class org.dellroad.stuff.vaadin24.field.FieldBuilderCustomField
-
Layout components required for this field in a separate edit dialog window.
- layoutInlineComponents() - Method in class org.dellroad.stuff.vaadin24.field.FieldBuilderCustomField
-
Layout components required for this field when a separate edit dialog window is not being used.
- layoutNonInlineComponents() - Method in class org.dellroad.stuff.vaadin24.field.FieldBuilderCustomField
-
Layout components required for this field when a separate edit dialog window is being used.
- LinkedList<E> - Interface in org.dellroad.stuff.util
-
Interface for linked lists.
- ListableHashSet<E> - Class in org.dellroad.stuff.jibx
-
Set
implementation with these properties which make it suitable for use with JiBX: Iteration order reflects addition order (this property is inherited fromLinkedHashSet
) AnListableHashSet.addUnique(E)
method that throwsJiBXException
if the item is already in the set (suitable for use as a JiBXadd-method
) - ListableHashSet() - Constructor for class org.dellroad.stuff.jibx.ListableHashSet
- ListableHashSet(int) - Constructor for class org.dellroad.stuff.jibx.ListableHashSet
- ListableHashSet(int, float) - Constructor for class org.dellroad.stuff.jibx.ListableHashSet
- ListableHashSet(Collection<? extends E>) - Constructor for class org.dellroad.stuff.jibx.ListableHashSet
- load(long) - Method in interface org.dellroad.stuff.vaadin24.data.AsyncDataProvider.Loader
-
Perform a load operation.
- load(AsyncDataProvider.Loader<? extends T>) - Method in class org.dellroad.stuff.vaadin24.data.AsyncDataProvider
-
Trigger a new asynchronous load of this instance.
- locale() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the class to instantiate for the
locale
property. - locale() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the class to instantiate for the
locale
property. - locale() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Get the class to instantiate for the
locale
property. - locale() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Get the class to instantiate for the
locale
property. - log - Variable in class org.dellroad.stuff.io.AsyncInputStream
- log - Variable in class org.dellroad.stuff.io.AsyncOutputStream
- log - Variable in class org.dellroad.stuff.main.MainClass
- log - Variable in class org.dellroad.stuff.net.ChannelConnection
- log - Variable in class org.dellroad.stuff.net.ChannelNetwork
- log - Variable in class org.dellroad.stuff.net.PersistentConnection
- log - Variable in class org.dellroad.stuff.net.SelectorSupport
- log - Variable in class org.dellroad.stuff.net.SocketAcceptor
- log - Variable in class org.dellroad.stuff.pobj.AbstractDelegate
- log - Variable in class org.dellroad.stuff.pobj.PersistentObject
- log - Variable in class org.dellroad.stuff.schema.AbstractSchemaUpdater
- log - Variable in class org.dellroad.stuff.schema.SQLCommand
- log - Variable in class org.dellroad.stuff.spring.AbstractBean
- log - Variable in class org.dellroad.stuff.test.TestSupport
- log - Variable in class org.dellroad.stuff.vaadin24.util.VaadinSessionTracker
- log - Variable in class org.dellroad.stuff.xml.TransformErrorListener
- LOG - Enum constant in enum class org.dellroad.stuff.java.ErrorAction
-
Log the error.
- LONG - Enum constant in enum class org.dellroad.stuff.text.MessageFmt.DateFormatStandard
- LONG - Static variable in class org.dellroad.stuff.java.Primitive
-
Long type.
- LongMap<V> - Class in org.dellroad.stuff.util
-
A map with non-zero
long
keys. - LongMap() - Constructor for class org.dellroad.stuff.util.LongMap
-
Constructs an empty instance.
- LongMap(int) - Constructor for class org.dellroad.stuff.util.LongMap
-
Constructs an instance with the given initial capacity.
- LongMap(Map<? extends Number, ? extends V>) - Constructor for class org.dellroad.stuff.util.LongMap
-
Constructs an instance initialized from the given map.
- LongSet - Class in org.dellroad.stuff.util
-
A set of non-zero
long
values. - LongSet() - Constructor for class org.dellroad.stuff.util.LongSet
-
Constructs an empty instance.
- LongSet(int) - Constructor for class org.dellroad.stuff.util.LongSet
-
Constructs an instance with the given initial capacity.
- LongSet(long[]) - Constructor for class org.dellroad.stuff.util.LongSet
-
Constructs an instance initialized with the values in the given array.
- LongSet(Iterable<? extends Number>) - Constructor for class org.dellroad.stuff.util.LongSet
-
Constructs an instance initialized with the given values.
- longStream() - Method in class org.dellroad.stuff.util.LongSet
-
Returns a sequential
LongStream
with this instance as its source.
M
- MainClass - Class in org.dellroad.stuff.main
-
Support superclass for command line classes.
- MainClass() - Constructor for class org.dellroad.stuff.main.MainClass
- manualValidation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the value desired for the
manualValidation
property. - manualValidation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Checkbox
-
Get the value desired for the
manualValidation
property. - manualValidation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CheckboxGroup
-
Get the value desired for the
manualValidation
property. - manualValidation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the value desired for the
manualValidation
property. - manualValidation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CustomField
-
Get the value desired for the
manualValidation
property. - manualValidation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the value desired for the
manualValidation
property. - manualValidation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Get the value desired for the
manualValidation
property. - manualValidation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the value desired for the
manualValidation
property. - manualValidation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the value desired for the
manualValidation
property. - manualValidation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the value desired for the
manualValidation
property. - manualValidation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
manualValidation
property. - manualValidation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
manualValidation
property. - manualValidation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RadioButtonGroup
-
Get the value desired for the
manualValidation
property. - manualValidation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Get the value desired for the
manualValidation
property. - manualValidation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the value desired for the
manualValidation
property. - manualValidation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the value desired for the
manualValidation
property. - manualValidation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Get the value desired for the
manualValidation
property. - MapEntry<K,
V> - Class in org.dellroad.stuff.jibx -
Utility class that makes it slightly easier to model
Map
properties in JiBX. - MapEntry() - Constructor for class org.dellroad.stuff.jibx.MapEntry
- MapPropertySet - Class in org.dellroad.stuff.vaadin24.data
-
Straightforward implementation of
PropertySet
with property values stored in aMap
. - MapPropertySet() - Constructor for class org.dellroad.stuff.vaadin24.data.MapPropertySet
- mark(int) - Method in class org.dellroad.stuff.io.BitwiseInputStream
- mark(int) - Method in class org.dellroad.stuff.io.BOMReader
- mark(int) - Method in class org.dellroad.stuff.io.ByteBufferInputStream
- markSupported() - Method in class org.dellroad.stuff.io.ByteBufferInputStream
- marshal(Object, Result) - Method in class org.dellroad.stuff.jibx.IdMappingMarshaller
-
Invokdes
JibxMarshaller.marshal()
on the configuredJibxMarshaller
within an invocation ofIdGenerator.run()
. - marshal(Object, IMarshallingContext) - Method in class org.dellroad.stuff.jibx.IdMapper
-
Overrides superclass to use object equality instead of
Object.equals()
for sanity checking. - marshalDomNode(Object, Node) - Method in class org.dellroad.stuff.jibx.JibxMarshaller
- marshalOutputStream(Object, OutputStream) - Method in class org.dellroad.stuff.jibx.JibxMarshaller
- marshalSaxHandlers(Object, ContentHandler, LexicalHandler) - Method in class org.dellroad.stuff.jibx.JibxMarshaller
- marshalWriter(Object, Writer) - Method in class org.dellroad.stuff.jibx.JibxMarshaller
- marshalXmlEventWriter(Object, XMLEventWriter) - Method in class org.dellroad.stuff.jibx.JibxMarshaller
- marshalXmlStreamWriter(Object, XMLStreamWriter) - Method in class org.dellroad.stuff.jibx.JibxMarshaller
- maskException(Throwable) - Static method in class org.dellroad.stuff.java.ThrowableUtil
-
Mask a checked exception and throw it as an unchecked exception.
- matchPrefix(String) - Method in class org.dellroad.stuff.string.ParseContext
-
Match the current input against the given regular expression and advance past it.
- matchPrefix(Pattern) - Method in class org.dellroad.stuff.string.ParseContext
-
Match the current input against the given regular expression and advance past it.
- max() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the class to instantiate for the
max
property. - max() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Get the class to instantiate for the
max
property. - max() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the value desired for the
max
property. - max() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
max
property. - max() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RangeInput
-
Get the value desired for the
max
property. - max() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Get the class to instantiate for the
max
property. - MAX_VALID_NETMASK_WIDTH - Static variable in class org.dellroad.stuff.net.IPv4Util
- maxHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder.GridMultiSelect
-
Get the value desired for the
maxHeight
property. - maxHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder.GridSingleSelect
-
Get the value desired for the
maxHeight
property. - maxHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the value desired for the
maxHeight
property. - maxHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Checkbox
-
Get the value desired for the
maxHeight
property. - maxHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CheckboxGroup
-
Get the value desired for the
maxHeight
property. - maxHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the value desired for the
maxHeight
property. - maxHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CustomField
-
Get the value desired for the
maxHeight
property. - maxHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the value desired for the
maxHeight
property. - maxHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Get the value desired for the
maxHeight
property. - maxHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the value desired for the
maxHeight
property. - maxHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Input
-
Get the value desired for the
maxHeight
property. - maxHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the value desired for the
maxHeight
property. - maxHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ListBox
-
Get the value desired for the
maxHeight
property. - maxHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the value desired for the
maxHeight
property. - maxHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectListBox
-
Get the value desired for the
maxHeight
property. - maxHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
maxHeight
property. - maxHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
maxHeight
property. - maxHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RadioButtonGroup
-
Get the value desired for the
maxHeight
property. - maxHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RangeInput
-
Get the value desired for the
maxHeight
property. - maxHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Get the value desired for the
maxHeight
property. - maxHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the value desired for the
maxHeight
property. - maxHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the value desired for the
maxHeight
property. - maxHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Get the value desired for the
maxHeight
property. - maximumDelay() - Element in annotation interface org.dellroad.stuff.spring.RetryTransaction
-
The maximum delay between retry attempts in milliseconds.
- maxLength() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the value desired for the
maxLength
property. - maxLength() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
maxLength
property. - maxLength() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the value desired for the
maxLength
property. - maxLength() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the value desired for the
maxLength
property. - maxRetries() - Element in annotation interface org.dellroad.stuff.spring.RetryTransaction
-
The maximum number of transaction retry attempts.
- maxWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder.GridMultiSelect
-
Get the value desired for the
maxWidth
property. - maxWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder.GridSingleSelect
-
Get the value desired for the
maxWidth
property. - maxWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the value desired for the
maxWidth
property. - maxWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Checkbox
-
Get the value desired for the
maxWidth
property. - maxWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CheckboxGroup
-
Get the value desired for the
maxWidth
property. - maxWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the value desired for the
maxWidth
property. - maxWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CustomField
-
Get the value desired for the
maxWidth
property. - maxWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the value desired for the
maxWidth
property. - maxWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Get the value desired for the
maxWidth
property. - maxWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the value desired for the
maxWidth
property. - maxWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Input
-
Get the value desired for the
maxWidth
property. - maxWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the value desired for the
maxWidth
property. - maxWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ListBox
-
Get the value desired for the
maxWidth
property. - maxWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the value desired for the
maxWidth
property. - maxWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectListBox
-
Get the value desired for the
maxWidth
property. - maxWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
maxWidth
property. - maxWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
maxWidth
property. - maxWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RadioButtonGroup
-
Get the value desired for the
maxWidth
property. - maxWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RangeInput
-
Get the value desired for the
maxWidth
property. - maxWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Get the value desired for the
maxWidth
property. - maxWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the value desired for the
maxWidth
property. - maxWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the value desired for the
maxWidth
property. - maxWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Get the value desired for the
maxWidth
property. - MEDIUM - Enum constant in enum class org.dellroad.stuff.text.MessageFmt.DateFormatStandard
- MEMORY_URL_SCHEME - Static variable in class org.dellroad.stuff.java.MemoryClassLoader
- MemoryClassLoader - Class in org.dellroad.stuff.java
-
An
URLClassLoader
that maintains an updatable cache of class files (asbyte[]
arrays) in memory from which classes may be loaded. - MemoryClassLoader() - Constructor for class org.dellroad.stuff.java.MemoryClassLoader
-
Default constructor.
- MemoryClassLoader(ClassLoader) - Constructor for class org.dellroad.stuff.java.MemoryClassLoader
-
Constructor.
- MergedResultSet - Class in org.dellroad.stuff.sql
- MergedResultSet(ResultSet...) - Constructor for class org.dellroad.stuff.sql.MergedResultSet
-
Constructor.
- MergedResultSet(List<ResultSet>) - Constructor for class org.dellroad.stuff.sql.MergedResultSet
-
Constructor.
- MergedResultSet(List<ResultSet>, int[]) - Constructor for class org.dellroad.stuff.sql.MergedResultSet
-
Constructor.
- MergedResultSet(List<ResultSet>, int[], boolean[]) - Constructor for class org.dellroad.stuff.sql.MergedResultSet
-
Constructor.
- MergedResultSet(List<ResultSet>, String[]) - Constructor for class org.dellroad.stuff.sql.MergedResultSet
-
Constructor.
- MergedResultSet(List<ResultSet>, String[], boolean[]) - Constructor for class org.dellroad.stuff.sql.MergedResultSet
-
Constructor.
- message() - Element in annotation interface org.dellroad.stuff.validation.Hostname
- message() - Element in annotation interface org.dellroad.stuff.validation.HostOrIP
- message() - Element in annotation interface org.dellroad.stuff.validation.Pattern
- message() - Element in annotation interface org.dellroad.stuff.validation.SelfValidates
- message() - Element in annotation interface org.dellroad.stuff.validation.Sorted
- message() - Element in annotation interface org.dellroad.stuff.validation.Unique
- MessageFmt - Class in org.dellroad.stuff.text
-
POJO representing a
MessageFormat
that models its internal structure, supporting arbitrary recursive nesting ofMessageFormat
withChoiceFormat
. - MessageFmt() - Constructor for class org.dellroad.stuff.text.MessageFmt
-
Default constructor.
- MessageFmt(MessageFormat) - Constructor for class org.dellroad.stuff.text.MessageFmt
-
Create an instance modeling the given
MessageFormat
. - MessageFmt(MessageFormat, boolean) - Constructor for class org.dellroad.stuff.text.MessageFmt
-
Create an instance modeling the given
MessageFormat
with optional capturing ofLocale
defaults. - MessageFmt(MessageFmt.Segment...) - Constructor for class org.dellroad.stuff.text.MessageFmt
-
Create an instance from explicitly given
MessageFmt.Segment
s. - MessageFmt.ArgumentSegment - Class in org.dellroad.stuff.text
-
A
MessageFmt.Segment
within aMessageFormat
pattern that formats one of the arguments. - MessageFmt.ChoiceArgumentSegment - Class in org.dellroad.stuff.text
-
An
MessageFmt.ArgumentSegment
that formats its argument using aChoiceFormat
. - MessageFmt.ChoiceArgumentSegment.Option - Class in org.dellroad.stuff.text
-
Represents one option in a
MessageFmt.ChoiceArgumentSegment
. - MessageFmt.CurrencyArgumentSegment - Class in org.dellroad.stuff.text
-
An
MessageFmt.ArgumentSegment
that formats its argument using theNumberFormat
currency instance for the locale. - MessageFmt.DateFormatArgumentSegment<T extends DateFormat> - Class in org.dellroad.stuff.text
-
A
MessageFormat
argument segment that formats the argument using aDateFormat
. - MessageFmt.DateFormatStandard - Enum Class in org.dellroad.stuff.text
-
Enumerates the standard, pre-defined formats for dates and times in
DateFormat
. - MessageFmt.DecimalArgumentSegment - Class in org.dellroad.stuff.text
-
An
MessageFmt.ArgumentSegment
that formats its argument using aDecimalFormat
. - MessageFmt.DefaultArgumentSegment - Class in org.dellroad.stuff.text
-
An
MessageFmt.ArgumentSegment
that simply formats the argument using the default formatting for its type. - MessageFmt.DefaultNumberFormatArgumentSegment - Class in org.dellroad.stuff.text
-
An
MessageFmt.ArgumentSegment
that formats its argument using the defaultNumberFormat
for the locale. - MessageFmt.FormatArgumentSegment<T extends Format> - Class in org.dellroad.stuff.text
-
An
MessageFmt.ArgumentSegment
that formats its argument using aFormat
of some kind. - MessageFmt.IntegerArgumentSegment - Class in org.dellroad.stuff.text
-
An
MessageFmt.ArgumentSegment
that formats its argument using theNumberFormat
integer instance for the locale. - MessageFmt.NumberFormatArgumentSegment<T extends NumberFormat> - Class in org.dellroad.stuff.text
-
An
MessageFmt.ArgumentSegment
that formats its argument using aNumberFormat
. - MessageFmt.PercentArgumentSegment - Class in org.dellroad.stuff.text
-
An
MessageFmt.ArgumentSegment
that formats its argument using theNumberFormat
percent instance for the locale. - MessageFmt.Segment - Class in org.dellroad.stuff.text
-
Represents one atomic portion of a
MessageFormat
pattern string. - MessageFmt.SegmentSwitch - Interface in org.dellroad.stuff.text
-
Visitor pattern interface for
MessageFmt.Segment
subclasses. - MessageFmt.SegmentSwitchAdapter - Class in org.dellroad.stuff.text
-
Adapter class for
MessageFmt.SegmentSwitch
implementations. - MessageFmt.SimpleDateFormatArgumentSegment - Class in org.dellroad.stuff.text
-
A
MessageFormat
argument segment that formats the argument using aSimpleDateFormat
. - MessageFmt.StandardDateFormatArgumentSegment - Class in org.dellroad.stuff.text
-
An
MessageFmt.ArgumentSegment
that formats its argument using one of the standardDateFormat
date instances for the locale. - MessageFmt.StandardTimeFormatArgumentSegment - Class in org.dellroad.stuff.text
-
An
MessageFmt.ArgumentSegment
that formats its argument using one of the standardDateFormat
time instances for the locale. - MessageFmt.TextSegment - Class in org.dellroad.stuff.text
-
Represents a stretch of plain text in a
MessageFormat
pattern string. - METADATA - Enum constant in enum class org.dellroad.stuff.vaadin24.audio.Audio.PreloadMode
- MethodAnnotationScanner<T,
A extends Annotation> - Class in org.dellroad.stuff.java -
Scan a class hierarchy for annotated methods in an override-aware manner.
- MethodAnnotationScanner(Class<T>, Class<A>) - Constructor for class org.dellroad.stuff.java.MethodAnnotationScanner
-
Constructor.
- MethodAnnotationScanner.MethodInfo - Class in org.dellroad.stuff.java
-
Holds information about an annotated method detected by a
MethodAnnotationScanner
. - MethodInfo(Method, A) - Constructor for class org.dellroad.stuff.java.MethodAnnotationScanner.MethodInfo
- min() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the class to instantiate for the
min
property. - min() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Get the class to instantiate for the
min
property. - min() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the value desired for the
min
property. - min() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
min
property. - min() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RangeInput
-
Get the value desired for the
min
property. - min() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Get the class to instantiate for the
min
property. - MIN_VALID_NETMASK_WIDTH - Static variable in class org.dellroad.stuff.net.IPv4Util
- minHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder.GridMultiSelect
-
Get the value desired for the
minHeight
property. - minHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder.GridSingleSelect
-
Get the value desired for the
minHeight
property. - minHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the value desired for the
minHeight
property. - minHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Checkbox
-
Get the value desired for the
minHeight
property. - minHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CheckboxGroup
-
Get the value desired for the
minHeight
property. - minHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the value desired for the
minHeight
property. - minHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CustomField
-
Get the value desired for the
minHeight
property. - minHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the value desired for the
minHeight
property. - minHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Get the value desired for the
minHeight
property. - minHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the value desired for the
minHeight
property. - minHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Input
-
Get the value desired for the
minHeight
property. - minHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the value desired for the
minHeight
property. - minHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ListBox
-
Get the value desired for the
minHeight
property. - minHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the value desired for the
minHeight
property. - minHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectListBox
-
Get the value desired for the
minHeight
property. - minHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
minHeight
property. - minHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
minHeight
property. - minHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RadioButtonGroup
-
Get the value desired for the
minHeight
property. - minHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RangeInput
-
Get the value desired for the
minHeight
property. - minHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Get the value desired for the
minHeight
property. - minHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the value desired for the
minHeight
property. - minHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the value desired for the
minHeight
property. - minHeight() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Get the value desired for the
minHeight
property. - minLength() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the value desired for the
minLength
property. - minLength() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
minLength
property. - minLength() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the value desired for the
minLength
property. - minLength() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the value desired for the
minLength
property. - minWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder.GridMultiSelect
-
Get the value desired for the
minWidth
property. - minWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder.GridSingleSelect
-
Get the value desired for the
minWidth
property. - minWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the value desired for the
minWidth
property. - minWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Checkbox
-
Get the value desired for the
minWidth
property. - minWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CheckboxGroup
-
Get the value desired for the
minWidth
property. - minWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the value desired for the
minWidth
property. - minWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CustomField
-
Get the value desired for the
minWidth
property. - minWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the value desired for the
minWidth
property. - minWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Get the value desired for the
minWidth
property. - minWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the value desired for the
minWidth
property. - minWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Input
-
Get the value desired for the
minWidth
property. - minWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the value desired for the
minWidth
property. - minWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ListBox
-
Get the value desired for the
minWidth
property. - minWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the value desired for the
minWidth
property. - minWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectListBox
-
Get the value desired for the
minWidth
property. - minWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
minWidth
property. - minWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
minWidth
property. - minWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RadioButtonGroup
-
Get the value desired for the
minWidth
property. - minWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RangeInput
-
Get the value desired for the
minWidth
property. - minWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Get the value desired for the
minWidth
property. - minWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the value desired for the
minWidth
property. - minWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the value desired for the
minWidth
property. - minWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Get the value desired for the
minWidth
property. - modelType - Variable in class org.dellroad.stuff.vaadin24.field.BinderCustomField
-
The field value type.
- moveToCurrentRow() - Method in class org.dellroad.stuff.sql.MergedResultSet
- moveToInsertRow() - Method in class org.dellroad.stuff.sql.MergedResultSet
N
- name() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the value desired for the
name
property. - NamedArgumentFormatter - Class in org.dellroad.stuff.string
-
Interpreter for printf-style formatting strings that identifies arguments using names rather than indicies.
- NamedArgumentFormatter(String) - Constructor for class org.dellroad.stuff.string.NamedArgumentFormatter
-
Constructor.
- NAMESPACE_URI - Static variable in class org.dellroad.stuff.pobj.PersistentObjectSchemaUpdater
-
XML namespace URI used for nested update elements.
- NAMESPACE_URI - Static variable in class org.dellroad.stuff.spring.DellRoadStuffNamespaceHandler
- nested - Variable in class org.dellroad.stuff.pobj.FilterDelegate
- network - Variable in class org.dellroad.stuff.net.ChannelConnection
- Network - Interface in org.dellroad.stuff.net
-
Abstraction layer representing a "network" over which a local "node" can communicate with remote nodes.
- Network.Handler - Interface in org.dellroad.stuff.net
-
Callback interface used by
Network
implementations. - newFieldBuilderContext(AbstractFieldBuilder.BindingInfo) - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder
-
Create an
FieldBuilderContext
from the given method and annotation. - next() - Method in class org.dellroad.stuff.sql.MergedResultSet
- next() - Method in class org.dellroad.stuff.xml.AnnotatedXMLEventReader
- next() - Method in class org.dellroad.stuff.xml.AnnotatedXMLStreamReader
- next() - Method in class org.dellroad.stuff.xml.StackXMLEventReader
- nextEvent() - Method in class org.dellroad.stuff.xml.AnnotatedXMLEventReader
- nextEvent() - Method in class org.dellroad.stuff.xml.StackXMLEventReader
- nextId() - Method in class org.dellroad.stuff.java.IdGenerator
-
Get the next ID to be assigned.
- nextTag() - Method in class org.dellroad.stuff.xml.AnnotatedXMLStreamReader
- nextTag() - Method in class org.dellroad.stuff.xml.StackXMLEventReader
- nextTaskId() - Method in class org.dellroad.stuff.vaadin24.util.AsyncTaskManager
-
Get the next unique task ID.
- NONE - Enum constant in enum class org.dellroad.stuff.vaadin24.audio.Audio.PreloadMode
- normalize(String) - Static method in class org.dellroad.stuff.jibx.ParseUtil
-
JiBX
String
deserializer that normalizes a string as is required by thexsd:token
XSD type. - normalizePeerName(String) - Method in class org.dellroad.stuff.net.ChannelNetwork
-
Normalize the given peer.
- normalizePeerName(String) - Method in class org.dellroad.stuff.net.TCPNetwork
-
Normalize the given peer.
- NotConfiguredException - Exception in org.dellroad.stuff.pobj
-
Thrown by
AbstractConfiguredBean.getRequiredConfig()
when the bean is not configured. - NotConfiguredException() - Constructor for exception org.dellroad.stuff.pobj.NotConfiguredException
- NotConfiguredException(String) - Constructor for exception org.dellroad.stuff.pobj.NotConfiguredException
- NotConfiguredException(String, Throwable) - Constructor for exception org.dellroad.stuff.pobj.NotConfiguredException
- NotConfiguredException(Throwable) - Constructor for exception org.dellroad.stuff.pobj.NotConfiguredException
- notifyListeners(long, T, T) - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Notify listeners of a change in value.
- notifyListeners(UI, AsyncTaskStatusChangeEvent<R>) - Method in class org.dellroad.stuff.vaadin24.util.AsyncTaskManager
-
Notify listeners.
- NullableField<T> - Class in org.dellroad.stuff.vaadin24.field
-
A
CustomField
that wraps an inner field and prepends a checkbox (or other boolean field) in front of it that controls whether the value is null or not. - NullableField(AbstractField<?, T>, HasValue<?, Boolean>) - Constructor for class org.dellroad.stuff.vaadin24.field.NullableField
-
Create an instance using the given
AbstractField
and the given enablement field. - NullableField(AbstractField<?, T>, String) - Constructor for class org.dellroad.stuff.vaadin24.field.NullableField
-
Create an instance using the given
AbstractField
and a newCheckbox
with the given label. - NullableField(HasValue<?, T>, Component, HasValue<?, Boolean>) - Constructor for class org.dellroad.stuff.vaadin24.field.NullableField
-
Create an instance using the given field, component, and enablement field.
- NullModemInputStream - Class in org.dellroad.stuff.io
- NullModemInputStream(WriteCallback, String) - Constructor for class org.dellroad.stuff.io.NullModemInputStream
-
Constructor that uses a background thread for writing.
- NullModemInputStream(WriteCallback, Executor) - Constructor for class org.dellroad.stuff.io.NullModemInputStream
-
Constructor.
- NullModemOutputStream - Class in org.dellroad.stuff.io
- NullModemOutputStream(ReadCallback, String) - Constructor for class org.dellroad.stuff.io.NullModemOutputStream
-
Constructor that uses a background thread for reading.
- NullModemOutputStream(ReadCallback, Executor) - Constructor for class org.dellroad.stuff.io.NullModemOutputStream
-
Constructor.
- nullRepresentation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.Binding
-
Get the null representation.
- NumberFormatArgumentSegment() - Constructor for class org.dellroad.stuff.text.MessageFmt.NumberFormatArgumentSegment
- NumberFormatArgumentSegment(int) - Constructor for class org.dellroad.stuff.text.MessageFmt.NumberFormatArgumentSegment
O
- ObjectComparator - Class in org.dellroad.stuff.java
-
A
Comparator
that creates a stable, total ordering of all Java objects. - ObjectComparator() - Constructor for class org.dellroad.stuff.java.ObjectComparator
-
Default constructor.
- ObjectComparator(int) - Constructor for class org.dellroad.stuff.java.ObjectComparator
-
Constructor.
- ObjectComparator(CacheBuilder<Object, Object>) - Constructor for class org.dellroad.stuff.java.ObjectComparator
-
Internal constructor.
- of(XMLStreamReader) - Static method in class org.dellroad.stuff.xml.StreamWriterAction
-
Get an instance that corresponds to the current event state of the given
XMLStreamReader
, such that a sequence of such instances created from consecutive input events will recreate the input XML. - of(T, int, Locale) - Static method in class org.dellroad.stuff.text.MessageFmt.FormatArgumentSegment
-
Map the given argument
Format
into the correspondingMessageFmt.ArgumentSegment
. - onTaskStatusChange(AsyncTaskStatusChangeEvent<R>) - Method in interface org.dellroad.stuff.vaadin24.util.AsyncTaskStatusChangeListener
-
Handle notification that an
AsyncTask
has changed status. - OPEN - Static variable in class org.dellroad.stuff.io.AtomicUpdateFileOutputStream
-
The stream is open for writing.
- opened() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the value desired for the
opened
property. - opened() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the value desired for the
opened
property. - opened() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the value desired for the
opened
property. - openEditDialog(T) - Method in class org.dellroad.stuff.vaadin24.field.FieldBuilderCustomField
-
Open a dialog window containing a form for editing the given value.
- openTransaction(D) - Method in class org.dellroad.stuff.schema.AbstractSchemaUpdater
-
Begin a transaction on the given database.
- openTransaction(DataSource) - Method in class org.dellroad.stuff.schema.SQLSchemaUpdater
-
Begin a transaction on the given connection.
- openTransaction(PersistentFileTransaction) - Method in class org.dellroad.stuff.pobj.PersistentObjectSchemaUpdater
- Option() - Constructor for class org.dellroad.stuff.text.MessageFmt.ChoiceArgumentSegment.Option
- Option(double, MessageFmt) - Constructor for class org.dellroad.stuff.text.MessageFmt.ChoiceArgumentSegment.Option
- order() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.FormLayout
-
Get the ordering value for the associated field.
- order() - Element in annotation interface org.dellroad.stuff.vaadin24.grid.GridColumn
-
Get the ordering value for this column.
- org.dellroad.stuff.graph - package org.dellroad.stuff.graph
-
Graph-related classes.
- org.dellroad.stuff.io - package org.dellroad.stuff.io
-
I/O-related classes.
- org.dellroad.stuff.java - package org.dellroad.stuff.java
-
General Java-related utility classes.
- org.dellroad.stuff.jibx - package org.dellroad.stuff.jibx
-
JiBX-related classes.
- org.dellroad.stuff.main - package org.dellroad.stuff.main
-
Classes supporting "main" classes, i.e., classes with a
public static void main
method that are intended to be invoked from the command line. - org.dellroad.stuff.net - package org.dellroad.stuff.net
-
Networking-related classes.
- org.dellroad.stuff.pobj - package org.dellroad.stuff.pobj
-
Simple XML Persistence Objects (POBJ).
- org.dellroad.stuff.schema - package org.dellroad.stuff.schema
-
Classes supporting automated database schema management.
- org.dellroad.stuff.spring - package org.dellroad.stuff.spring
-
Spring related classes.
- org.dellroad.stuff.sql - package org.dellroad.stuff.sql
-
Classes related to SQL operations.
- org.dellroad.stuff.string - package org.dellroad.stuff.string
-
Utility classes relating to parsing and formatting strings.
- org.dellroad.stuff.test - package org.dellroad.stuff.test
-
Test support classes.
- org.dellroad.stuff.text - package org.dellroad.stuff.text
-
Text handling classes.
- org.dellroad.stuff.util - package org.dellroad.stuff.util
-
Utility classes relating to collections, etc.
- org.dellroad.stuff.vaadin24.audio - package org.dellroad.stuff.vaadin24.audio
- org.dellroad.stuff.vaadin24.data - package org.dellroad.stuff.vaadin24.data
-
Vaadin data provider and related classes.
- org.dellroad.stuff.vaadin24.field - package org.dellroad.stuff.vaadin24.field
-
Classes relating to Vaadin fields, including
FieldBuilder
. - org.dellroad.stuff.vaadin24.grid - package org.dellroad.stuff.vaadin24.grid
-
Classes relating to Vaadin
Grid
. - org.dellroad.stuff.vaadin24.util - package org.dellroad.stuff.vaadin24.util
-
Vaadin utility classes.
- org.dellroad.stuff.validation - package org.dellroad.stuff.validation
-
Classes related to JSR-303 validation.
- org.dellroad.stuff.xml - package org.dellroad.stuff.xml
-
XML utility classes.
- orientation() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RangeInput
-
Get the value desired for the
orientation
property. - originalFormat - Variable in class org.dellroad.stuff.string.NamedArgumentFormatter
-
The original format string provided to the constructor.
- output(ByteBuffer) - Method in class org.dellroad.stuff.net.ChannelConnection
-
Enqueue an outgoing message on this connection.
- outputChannel - Variable in class org.dellroad.stuff.net.ChannelConnection
- outputQueueEmpty(String) - Method in interface org.dellroad.stuff.net.Network.Handler
-
Handle notification that a remote peer's output queue has transitioned from a non empty state to an empty state.
- outputSelectionKey - Variable in class org.dellroad.stuff.net.ChannelConnection
- OutputStreamWriter - Class in org.dellroad.stuff.io
-
Serializes zero or more
OutputStream
s inside a single underlyingOutputStream
. - OutputStreamWriter(OutputStream) - Constructor for class org.dellroad.stuff.io.OutputStreamWriter
-
Constructor.
- overlayClassName() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the value desired for the
overlayClassName
property. - overlayClassName() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the value desired for the
overlayClassName
property. - overlayClassName() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Get the value desired for the
overlayClassName
property. - overlayClassName() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the value desired for the
overlayClassName
property. - overlayClassName() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Get the value desired for the
overlayClassName
property. - overlayClassName() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Get the value desired for the
overlayClassName
property. - overlayWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the value desired for the
overlayWidth
property. - overlayWidth() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the value desired for the
overlayWidth
property. - overrides(Method, Method) - Static method in class org.dellroad.stuff.java.MethodAnnotationScanner
-
Determine if one method strictly overrides another.
P
- padToByteBoundary() - Method in class org.dellroad.stuff.io.BitwiseOutputStream
-
Write zero bits to this output stream up to the next byte boundary.
- pageSize() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder.GridMultiSelect
-
Get the value desired for the
pageSize
property. - pageSize() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder.GridSingleSelect
-
Get the value desired for the
pageSize
property. - pageSize() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the value desired for the
pageSize
property. - pageSize() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the value desired for the
pageSize
property. - park(long) - Method in class org.dellroad.stuff.java.ThreadParkingLot
-
Park the current thread on this instance.
- parse(String, String, boolean) - Method in class org.dellroad.stuff.string.SimpleObjectParser
-
Same as
SimpleObjectParser.parse(Object, String, String, boolean)
but this method creates the target instance using the target type's default constructor. - parse(String, Pattern, Map<Integer, String>, boolean) - Method in class org.dellroad.stuff.string.SimpleObjectParser
-
Same as
SimpleObjectParser.parse(Object, String, Pattern, Map, boolean)
but this method creates the target instance using the target type's default constructor. - parse(T, String, String, boolean) - Method in class org.dellroad.stuff.string.SimpleObjectParser
-
Parse the given text using the provided named group regular expression.
- parse(T, String, Pattern, Map<Integer, String>, boolean) - Method in class org.dellroad.stuff.string.SimpleObjectParser
-
Parse the given text using the provided pattern and mapping from pattern sub-group to Java bean property name.
- parseAddressPart(String) - Static method in class org.dellroad.stuff.net.TCPNetwork
-
Parse out the address part of an address that has an optional colon plus TCP port number suffix.
- ParseContext - Class in org.dellroad.stuff.string
-
Utility class supporting parsing of strings.
- ParseContext(String) - Constructor for class org.dellroad.stuff.string.ParseContext
-
Constructor.
- parseId(String) - Static method in class org.dellroad.stuff.jibx.IdMapper
-
Parse the unique ID value assigned to the given object by
getId()
. - parsePortPart(String, int) - Static method in class org.dellroad.stuff.net.TCPNetwork
-
Parse out the port part of an address that has an optional colon plus TCP port number suffix.
- parsePropertyFlags(String[]) - Method in class org.dellroad.stuff.main.MainClass
-
Parse command line flags of the form
-Dname=value
and set the corresponding system properties. - parseStandardAttributes(AbstractBeanDefinition, Element, ParserContext) - Method in class org.dellroad.stuff.spring.AbstractBeanDefinitionParser
-
Parse the standard Spring bean attributes such as
scope
,depends-on
,abstract
, etc. - ParseUtil - Class in org.dellroad.stuff.jibx
-
JiBX parsing utility methods.
- parseValue(String) - Method in class org.dellroad.stuff.java.Primitive
-
Parse a string-encoded value of this instance.
- pattern() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the value desired for the
pattern
property. - pattern() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the value desired for the
pattern
property. - pattern() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
pattern
property. - pattern() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the value desired for the
pattern
property. - pattern() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the value desired for the
pattern
property. - Pattern - Annotation Interface in org.dellroad.stuff.validation
-
Works like the standard
@Pattern
but applies to any type of object, converting toString
as necessary viaObject.toString()
, and recursing on collection types. - PATTERN - Static variable in class org.dellroad.stuff.string.DateEncoder
-
Regular expression matching properly encoded strings.
- PatternValidator - Class in org.dellroad.stuff.validation
-
Validator for the @
Pattern
constraint. - PatternValidator() - Constructor for class org.dellroad.stuff.validation.PatternValidator
- payload() - Element in annotation interface org.dellroad.stuff.validation.Hostname
- payload() - Element in annotation interface org.dellroad.stuff.validation.HostOrIP
- payload() - Element in annotation interface org.dellroad.stuff.validation.Pattern
- payload() - Element in annotation interface org.dellroad.stuff.validation.SelfValidates
- payload() - Element in annotation interface org.dellroad.stuff.validation.Sorted
- payload() - Element in annotation interface org.dellroad.stuff.validation.Unique
- peek() - Method in class org.dellroad.stuff.string.ParseContext
-
Read, but do not advance past, the next character.
- peek() - Method in class org.dellroad.stuff.xml.AnnotatedXMLEventReader
- peer - Variable in class org.dellroad.stuff.net.ChannelConnection
- PercentArgumentSegment() - Constructor for class org.dellroad.stuff.text.MessageFmt.PercentArgumentSegment
- PercentArgumentSegment(int) - Constructor for class org.dellroad.stuff.text.MessageFmt.PercentArgumentSegment
- perform(long) - Method in interface org.dellroad.stuff.vaadin24.util.AsyncTask
-
Perform the task.
- performHousekeeping() - Method in class org.dellroad.stuff.net.ChannelConnection
-
Perform housekeeping.
- performHousekeeping() - Method in class org.dellroad.stuff.net.TCPConnection
- PersistentConnection<C> - Class in org.dellroad.stuff.net
-
Support superclass for clients that want to maintain a persistent connection to some server.
- PersistentConnection() - Constructor for class org.dellroad.stuff.net.PersistentConnection
- PersistentFileTransaction - Class in org.dellroad.stuff.pobj
-
Represents an open "transaction" on a
PersistentObject
's persistent file. - PersistentFileTransaction(Source) - Constructor for class org.dellroad.stuff.pobj.PersistentFileTransaction
-
Constructor.
- PersistentFileTransaction(Source, TransformerFactory) - Constructor for class org.dellroad.stuff.pobj.PersistentFileTransaction
-
Constructor.
- persistentObject - Variable in class org.dellroad.stuff.pobj.PersistentObjectTransactionManager
-
The configured
PersistentObject
from which transactions are created. - PersistentObject<T> - Class in org.dellroad.stuff.pobj
-
Main class for Simple XML Persistence Objects (POBJ).
- PersistentObject() - Constructor for class org.dellroad.stuff.pobj.PersistentObject
-
Default constructor.
- PersistentObject(PersistentObjectDelegate<T>, File) - Constructor for class org.dellroad.stuff.pobj.PersistentObject
-
Simplified constructor configuring for synchronous write-back and no persistent file checks.
- PersistentObject(PersistentObjectDelegate<T>, File, long, long) - Constructor for class org.dellroad.stuff.pobj.PersistentObject
-
Constructor.
- PersistentObject.Snapshot - Class in org.dellroad.stuff.pobj
-
Holds a "snapshot" of a
PersistentObject
root object along with the version number corresponding to the snapshot. - PersistentObjectDelegate<T> - Interface in org.dellroad.stuff.pobj
-
Delegate interface required for
PersistentObject
s. - PersistentObjectEvent<T> - Class in org.dellroad.stuff.pobj
-
Notification event emitted by a
PersistentObject
to listeners whenever there is an update to the root object. - PersistentObjectEvent(PersistentObject<T>, long, T, T) - Constructor for class org.dellroad.stuff.pobj.PersistentObjectEvent
-
Constructor.
- PersistentObjectException - Exception in org.dellroad.stuff.pobj
-
Runtime exception thrown during
PersistentObject
operations. - PersistentObjectException() - Constructor for exception org.dellroad.stuff.pobj.PersistentObjectException
- PersistentObjectException(String) - Constructor for exception org.dellroad.stuff.pobj.PersistentObjectException
- PersistentObjectException(String, Throwable) - Constructor for exception org.dellroad.stuff.pobj.PersistentObjectException
- PersistentObjectException(Throwable) - Constructor for exception org.dellroad.stuff.pobj.PersistentObjectException
- PersistentObjectExceptionTranslator - Class in org.dellroad.stuff.pobj
-
PersistentObject
implementation of Spring'sPersistenceExceptionTranslator
interface. - PersistentObjectExceptionTranslator() - Constructor for class org.dellroad.stuff.pobj.PersistentObjectExceptionTranslator
- PersistentObjectListener<T> - Interface in org.dellroad.stuff.pobj
-
Listener interface for changes to a
PersistentObject
. - PersistentObjectSchemaUpdater<T> - Class in org.dellroad.stuff.pobj
-
A
PersistentObjectDelegate
that is also aAbstractSchemaUpdater
that automatically applies needed updates to the persistent XML file. - PersistentObjectSchemaUpdater(PersistentObjectDelegate<T>) - Constructor for class org.dellroad.stuff.pobj.PersistentObjectSchemaUpdater
-
Constructor.
- PersistentObjectTransactionManager<T> - Class in org.dellroad.stuff.pobj
-
PersistentObject
implementation of Spring'sPlatformTransactionManager
interface, allowing methods annotated with Spring's@Transactional
annotation to perform transactions onPersistentObject
s. - PersistentObjectTransactionManager() - Constructor for class org.dellroad.stuff.pobj.PersistentObjectTransactionManager
- PersistentObjectValidationException - Exception in org.dellroad.stuff.pobj
-
Runtime exception thrown during
PersistentObject
operations. - PersistentObjectValidationException(Set<ConstraintViolation<T>>) - Constructor for exception org.dellroad.stuff.pobj.PersistentObjectValidationException
-
Constructor.
- PersistentObjectVersionException - Exception in org.dellroad.stuff.pobj
-
Optimistic locking exception thrown by
PersistentObject.setRoot()
when the expected version number does not agree. - PersistentObjectVersionException(long, long) - Constructor for exception org.dellroad.stuff.pobj.PersistentObjectVersionException
- PersistentSocketConnection - Class in org.dellroad.stuff.net
-
Maintains a persistent
Socket
connection to a remote server, automatically reconnecting when the connection fails. - PersistentSocketConnection() - Constructor for class org.dellroad.stuff.net.PersistentSocketConnection
- PipedStreams - Class in org.dellroad.stuff.io
-
A better piped input/output stream pair.
- PipedStreams() - Constructor for class org.dellroad.stuff.io.PipedStreams
-
Constructor.
- PipedStreams(int) - Constructor for class org.dellroad.stuff.io.PipedStreams
-
Constructor.
- PipedStreams.HasPipedStreams - Interface in org.dellroad.stuff.io
- PipedStreams.Input - Class in org.dellroad.stuff.io
-
The
InputStream
associated with aPipedStreams
instance. - PipedStreams.Output - Class in org.dellroad.stuff.io
-
The
OutputStream
associated with aPipedStreams
instance. - placeholder() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the value desired for the
placeholder
property. - placeholder() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the value desired for the
placeholder
property. - placeholder() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the value desired for the
placeholder
property. - placeholder() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the value desired for the
placeholder
property. - placeholder() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Input
-
Get the value desired for the
placeholder
property. - placeholder() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the value desired for the
placeholder
property. - placeholder() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the value desired for the
placeholder
property. - placeholder() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
placeholder
property. - placeholder() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
placeholder
property. - placeholder() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Get the value desired for the
placeholder
property. - placeholder() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the value desired for the
placeholder
property. - placeholder() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the value desired for the
placeholder
property. - placeholder() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Get the value desired for the
placeholder
property. - plain(String) - Static method in exception org.dellroad.stuff.validation.SelfValidationException
-
Build a
SelfValidationException
with the given plain text message. - play() - Method in class org.dellroad.stuff.vaadin24.audio.Audio
-
Start playing the audio.
- pop() - Static method in class org.dellroad.stuff.java.SuperFinal
-
Discard any value previously saved by
push
in the current thread. - postProcess(T) - Method in class org.dellroad.stuff.string.SimpleObjectParser
-
Post-process newly created instances.
- postProcessAfterInitialization(Object, String) - Method in class org.dellroad.stuff.pobj.SpringXSLUpdateTransformConfigurer
- postProcessBeforeInitialization(Object, String) - Method in class org.dellroad.stuff.pobj.SpringXSLUpdateTransformConfigurer
- postValidationConverter() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.Binding
-
Get the converter class to be applied after any
AbstractFieldBuilder.Binding.validators()
are applied. - Predicate - Interface in org.dellroad.stuff.java
-
A boolean predicate.
- prefixComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the class to instantiate for the
prefixComponent
property. - prefixComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the class to instantiate for the
prefixComponent
property. - prefixComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the class to instantiate for the
prefixComponent
property. - prefixComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the class to instantiate for the
prefixComponent
property. - prefixComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the class to instantiate for the
prefixComponent
property. - prefixComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the class to instantiate for the
prefixComponent
property. - prefixComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the class to instantiate for the
prefixComponent
property. - prefixComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Get the class to instantiate for the
prefixComponent
property. - prefixComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the class to instantiate for the
prefixComponent
property. - prefixComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the class to instantiate for the
prefixComponent
property. - prefixComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Get the class to instantiate for the
prefixComponent
property. - prepareForCommit(DefaultTransactionStatus) - Method in class org.dellroad.stuff.pobj.PersistentObjectTransactionManager
- prependCurrentStackTrace(Throwable) - Static method in class org.dellroad.stuff.java.ThrowableUtil
-
Prepend stack frames from the current thread onto the given exception's stack frames.
- previous() - Method in class org.dellroad.stuff.sql.MergedResultSet
- Primitive<T> - Class in org.dellroad.stuff.java
-
Simple utility enumeration for working Java
Class
instances representing primitive types (includingvoid
). - PrimitiveSwitch<R> - Interface in org.dellroad.stuff.java
-
Visitor pattern interface for
Primitive
s. - PrimitiveSwitchAdapter<R> - Class in org.dellroad.stuff.java
-
Adapter class for
PrimitiveSwitch
implementations. - PrimitiveSwitchAdapter() - Constructor for class org.dellroad.stuff.java.PrimitiveSwitchAdapter
- process - Variable in class org.dellroad.stuff.java.ProcessRunner
- ProcessRunner - Class in org.dellroad.stuff.java
-
Handles external process I/O and async execution.
- ProcessRunner(Process) - Constructor for class org.dellroad.stuff.java.ProcessRunner
-
No-input constructor.
- ProcessRunner(Process, byte[]) - Constructor for class org.dellroad.stuff.java.ProcessRunner
-
Fixed input constructor.
- ProcessRunner(Process, WriteCallback) - Constructor for class org.dellroad.stuff.java.ProcessRunner
-
Dynamic input constructor.
- propertyDefinitionForBinding(Binder.Binding<?, ?>) - Static method in class org.dellroad.stuff.vaadin24.data.SimplePropertySet
-
Recover the
SimplePropertySet.Definition
from the given binding, assuming the associatedBinder
was created using aSimplePropertySet
. - propertyNameFromGetterMethod(Method) - Static method in class org.dellroad.stuff.java.ReflectUtil
-
Get the Java bean name corresponding to the given Java bean property getter method.
- propertyNameFromGetterMethodName(String) - Static method in class org.dellroad.stuff.java.ReflectUtil
-
Get the Java bean name corresponding to the given Java bean property getter method name.
- provider - Variable in class org.dellroad.stuff.net.SelectorSupport
- push(Object, P) - Static method in class org.dellroad.stuff.java.SuperFinal
-
Stash the given value for later retrieval by
get()
in the current thread. - put(long, V) - Method in class org.dellroad.stuff.util.LongMap
- put(Long, V) - Method in class org.dellroad.stuff.util.LongMap
- putClass(String, byte[]) - Method in class org.dellroad.stuff.java.MemoryClassLoader
-
Add a class to this loader, making it available for class resolution.
R
- random - Variable in class org.dellroad.stuff.test.TestSupport
- read() - Method in class org.dellroad.stuff.io.BitwiseInputStream
- read() - Method in class org.dellroad.stuff.io.BOMReader
- read() - Method in class org.dellroad.stuff.io.ByteBufferInputStream
- read() - Method in class org.dellroad.stuff.io.IdleTimeoutInputStream
- read() - Method in class org.dellroad.stuff.io.InputStreamReader
-
Read the next
InputStream
. - read() - Method in class org.dellroad.stuff.io.NullModemInputStream
- read() - Method in class org.dellroad.stuff.io.PipedStreams.Input
- read() - Method in class org.dellroad.stuff.jibx.XMLDocumentInputStream
-
Read the next XML document, parsed and objectified.
- read() - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Read the persistent file.
- read() - Method in class org.dellroad.stuff.string.ParseContext
-
Read and advance past the next character.
- read(byte[]) - Method in class org.dellroad.stuff.io.NullModemInputStream
- read(byte[], int, int) - Method in class org.dellroad.stuff.io.BitwiseInputStream
- read(byte[], int, int) - Method in class org.dellroad.stuff.io.ByteBufferInputStream
- read(byte[], int, int) - Method in class org.dellroad.stuff.io.IdleTimeoutInputStream
- read(byte[], int, int) - Method in class org.dellroad.stuff.io.NullModemInputStream
- read(byte[], int, int) - Method in class org.dellroad.stuff.io.PipedStreams.Input
- read(char[]) - Method in class org.dellroad.stuff.io.BOMReader
- read(char[], int, int) - Method in class org.dellroad.stuff.io.BOMReader
- read(CharBuffer) - Method in class org.dellroad.stuff.io.BOMReader
- read(PersistentObjectDelegate<T>, File, boolean) - Static method in class org.dellroad.stuff.pobj.PersistentObject
-
Read in a persistent object from the given
File
using the given delegate. - read(PersistentObjectDelegate<T>, InputStream, boolean) - Static method in class org.dellroad.stuff.pobj.PersistentObject
-
Read in a persistent object from the given
InputStream
using the given delegate. - read(PersistentObjectDelegate<T>, Source, boolean) - Static method in class org.dellroad.stuff.pobj.PersistentObject
-
Read in a persistent object using the given delegate.
- readAnnotationElement(XMLEventReader) - Method in class org.dellroad.stuff.xml.AnnotatedXMLEventReader
-
Determine if the next event from the given
XMLEventReader
is the annotation element, and if so, read it. - readAnnotationElement(XMLStreamReader) - Method in class org.dellroad.stuff.pobj.UpdatesXMLStreamReader
- readAnnotationElement(XMLStreamReader) - Method in class org.dellroad.stuff.xml.AnnotatedXMLStreamReader
-
Determine if the given
XMLStreamReader
is positioned at the annotation element, and if so, read it. - readBit() - Method in class org.dellroad.stuff.io.BitwiseInputStream
-
Read a single bit, or detect EOF.
- readBits(int) - Method in class org.dellroad.stuff.io.BitwiseInputStream
-
Read some number of bits and return them in a
BitSet
. - readBits(AtomicLong, int) - Method in class org.dellroad.stuff.io.BitwiseInputStream
-
Read up to 64 bits.
- ReadCallback - Interface in org.dellroad.stuff.io
-
Callback interface used to read input from an
InputStream
. - readFrom(InputStream) - Method in interface org.dellroad.stuff.io.ReadCallback
-
Read from the given input stream.
- readObject(Class<T>, InputStream) - Static method in class org.dellroad.stuff.jibx.JiBXUtil
-
Read in an object encoded as XML.
- readObject(Class<T>, Reader) - Static method in class org.dellroad.stuff.jibx.JiBXUtil
-
Read in an object encoded as XML.
- readObject(Class<T>, String, InputStream) - Static method in class org.dellroad.stuff.jibx.JiBXUtil
-
Read in an object encoded as XML.
- readObject(Class<T>, String, Reader) - Static method in class org.dellroad.stuff.jibx.JiBXUtil
-
Read in an object encoded as XML.
- readObject(Class<T>, String, URL) - Static method in class org.dellroad.stuff.jibx.JiBXUtil
-
Read in an object encoded as XML from an
URL
. - readObject(Class<T>, URL) - Static method in class org.dellroad.stuff.jibx.JiBXUtil
-
Read in an object encoded as XML from an
URL
. - readOnly() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder.GridMultiSelect
-
Get the value desired for the
readOnly
property. - readOnly() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder.GridSingleSelect
-
Get the value desired for the
readOnly
property. - readOnly() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the value desired for the
readOnly
property. - readOnly() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Checkbox
-
Get the value desired for the
readOnly
property. - readOnly() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CheckboxGroup
-
Get the value desired for the
readOnly
property. - readOnly() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the value desired for the
readOnly
property. - readOnly() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CustomField
-
Get the value desired for the
readOnly
property. - readOnly() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the value desired for the
readOnly
property. - readOnly() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Get the value desired for the
readOnly
property. - readOnly() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the value desired for the
readOnly
property. - readOnly() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Input
-
Get the value desired for the
readOnly
property. - readOnly() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the value desired for the
readOnly
property. - readOnly() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ListBox
-
Get the value desired for the
readOnly
property. - readOnly() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the value desired for the
readOnly
property. - readOnly() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectListBox
-
Get the value desired for the
readOnly
property. - readOnly() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
readOnly
property. - readOnly() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
readOnly
property. - readOnly() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RadioButtonGroup
-
Get the value desired for the
readOnly
property. - readOnly() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RangeInput
-
Get the value desired for the
readOnly
property. - readOnly() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Get the value desired for the
readOnly
property. - readOnly() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the value desired for the
readOnly
property. - readOnly() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the value desired for the
readOnly
property. - readOnly() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Get the value desired for the
readOnly
property. - readResource(File) - Method in class org.dellroad.stuff.test.TestSupport
-
Read some file in as a UTF-8 encoded string.
- readResource(String) - Method in class org.dellroad.stuff.test.TestSupport
-
Read some classpath resource in as a UTF-8 encoded string.
- readResource(URL) - Method in class org.dellroad.stuff.test.TestSupport
-
Read some URL resource in as a UTF-8 encoded string.
- ready() - Method in class org.dellroad.stuff.io.BOMReader
- reconfigure(T, T) - Method in class org.dellroad.stuff.pobj.AbstractConfiguredBean
-
Reconfigure this bean.
- recordUpdateApplied(Connection, String) - Method in class org.dellroad.stuff.schema.SQLSchemaUpdater
-
Record an update as having been applied.
- recordUpdateApplied(PersistentFileTransaction, String) - Method in class org.dellroad.stuff.pobj.PersistentObjectSchemaUpdater
- recordUpdateApplied(T, String) - Method in class org.dellroad.stuff.schema.AbstractSchemaUpdater
-
Record an update as having been applied to the database.
- ReflectUtil - Class in org.dellroad.stuff.java
-
Reflection utility methods.
- refreshRow() - Method in class org.dellroad.stuff.sql.MergedResultSet
- regexp() - Element in annotation interface org.dellroad.stuff.validation.Pattern
-
Regular expression that must be matched.
- register() - Method in class org.dellroad.stuff.vaadin24.util.VaadinExternalListener
-
Register as a listener on configured event source.
- registerCurrentSession() - Method in class org.dellroad.stuff.vaadin24.util.VaadinSessionTracker
-
Register the current Vaadin session.
- registerExternal(S) - Method in class org.dellroad.stuff.vaadin24.util.VaadinExternalListener
-
Register as a listener on the given external event source.
- relative(int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- remove(long) - Method in class org.dellroad.stuff.util.LongMap
- remove(long) - Method in class org.dellroad.stuff.util.LongSet
- remove(Object) - Method in class org.dellroad.stuff.util.LongMap
- remove(Object) - Method in class org.dellroad.stuff.util.LongSet
- removeFirst() - Method in interface org.dellroad.stuff.util.LinkedList
- removeLast() - Method in interface org.dellroad.stuff.util.LinkedList
- removeListener(PersistentObjectListener<T>) - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Remove a listener added via
addListener()
. - removeOne() - Method in class org.dellroad.stuff.util.LongMap
-
Remove a single, arbitrary entry from this instance and return it.
- removeOne() - Method in class org.dellroad.stuff.util.LongSet
-
Remove a single, arbitrary
long
value from this instance and return it. - removeSources() - Method in class org.dellroad.stuff.vaadin24.audio.Audio
-
Remove all audio sources.
- renderer() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CheckboxGroup
-
Get the class to instantiate for the
renderer
property. - renderer() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the class to instantiate for the
renderer
property. - renderer() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ListBox
-
Get the class to instantiate for the
renderer
property. - renderer() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the class to instantiate for the
renderer
property. - renderer() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectListBox
-
Get the class to instantiate for the
renderer
property. - renderer() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RadioButtonGroup
-
Get the class to instantiate for the
renderer
property. - renderer() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Get the class to instantiate for the
renderer
property. - renderer() - Element in annotation interface org.dellroad.stuff.vaadin24.grid.GridColumn
-
Get the custom renderer class to use.
- reportTask(long, R, Throwable) - Method in class org.dellroad.stuff.vaadin24.util.AsyncTaskManager
-
Report the outcome of an asynchronous task (whether successful or otherwise) back to the
VaadinSession
. - require() - Method in class org.dellroad.stuff.java.ThreadLocalHolder
-
Get the thread local value associated with the current thread; there must be one.
- requireAll() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.EnabledBy
-
Enable the target field only when all controlling fields have a non-default value (AND condition).
- required() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.Binding
-
Get "as required" error message.
- required() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the value desired for the
required
property. - required() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CheckboxGroup
-
Get the value desired for the
required
property. - required() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the value desired for the
required
property. - required() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the value desired for the
required
property. - required() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the value desired for the
required
property. - required() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the value desired for the
required
property. - required() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the value desired for the
required
property. - required() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
required
property. - required() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
required
property. - required() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RadioButtonGroup
-
Get the value desired for the
required
property. - required() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the value desired for the
required
property. - required() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the value desired for the
required
property. - required() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Get the value desired for the
required
property. - requiredIndicatorVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder.GridMultiSelect
-
Get the value desired for the
requiredIndicatorVisible
property. - requiredIndicatorVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder.GridSingleSelect
-
Get the value desired for the
requiredIndicatorVisible
property. - requiredIndicatorVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the value desired for the
requiredIndicatorVisible
property. - requiredIndicatorVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Checkbox
-
Get the value desired for the
requiredIndicatorVisible
property. - requiredIndicatorVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CheckboxGroup
-
Get the value desired for the
requiredIndicatorVisible
property. - requiredIndicatorVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the value desired for the
requiredIndicatorVisible
property. - requiredIndicatorVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CustomField
-
Get the value desired for the
requiredIndicatorVisible
property. - requiredIndicatorVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the value desired for the
requiredIndicatorVisible
property. - requiredIndicatorVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Get the value desired for the
requiredIndicatorVisible
property. - requiredIndicatorVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the value desired for the
requiredIndicatorVisible
property. - requiredIndicatorVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Input
-
Get the value desired for the
requiredIndicatorVisible
property. - requiredIndicatorVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the value desired for the
requiredIndicatorVisible
property. - requiredIndicatorVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ListBox
-
Get the value desired for the
requiredIndicatorVisible
property. - requiredIndicatorVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the value desired for the
requiredIndicatorVisible
property. - requiredIndicatorVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectListBox
-
Get the value desired for the
requiredIndicatorVisible
property. - requiredIndicatorVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
requiredIndicatorVisible
property. - requiredIndicatorVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
requiredIndicatorVisible
property. - requiredIndicatorVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RadioButtonGroup
-
Get the value desired for the
requiredIndicatorVisible
property. - requiredIndicatorVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RangeInput
-
Get the value desired for the
requiredIndicatorVisible
property. - requiredIndicatorVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Get the value desired for the
requiredIndicatorVisible
property. - requiredIndicatorVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the value desired for the
requiredIndicatorVisible
property. - requiredIndicatorVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the value desired for the
requiredIndicatorVisible
property. - requiredIndicatorVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Get the value desired for the
requiredIndicatorVisible
property. - requiredProvider() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.Binding
-
Get "as required" error message provider class.
- requiredValidator() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.Binding
-
Get "as required" validator class.
- requiresReconfigure(T, T) - Method in class org.dellroad.stuff.pobj.AbstractConfiguredBean
- reset() - Method in class org.dellroad.stuff.io.BitwiseInputStream
- reset() - Method in class org.dellroad.stuff.io.BOMReader
- reset() - Method in class org.dellroad.stuff.io.ByteBufferInputStream
- reset() - Method in class org.dellroad.stuff.io.NullModemInputStream
- reset() - Method in class org.dellroad.stuff.string.ParseContext
-
Reset this instance.
- reset() - Method in class org.dellroad.stuff.util.Averager
-
Reset this instance.
- resetOnDisable() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.EnabledBy
-
Whether the value of this field should be automatically reset to its empty value when this field is disabled by its controlling field.
- resetOnDisable() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.NullifyCheckbox
-
Whether the value of the inner field should be automatically reset to its empty value when the
Checkbox
is unchecked. - resizable() - Element in annotation interface org.dellroad.stuff.vaadin24.grid.GridColumn
-
Get the user-resizable setting.
- ResourceReaderFactoryBean - Class in org.dellroad.stuff.spring
- ResourceReaderFactoryBean() - Constructor for class org.dellroad.stuff.spring.ResourceReaderFactoryBean
- restartIdleTimer() - Method in class org.dellroad.stuff.net.ChannelConnection
-
Restart the idle timer.
- rethrow(TransformerException) - Method in class org.dellroad.stuff.xml.TransformErrorListener
- retry(RetryTransactionProvider.RetrySetup<T>) - Method in interface org.dellroad.stuff.spring.RetryTransactionProvider
-
Perform a transaction, retrying as necessary.
- RetrySetup(String, String, Supplier<T>) - Constructor for class org.dellroad.stuff.spring.RetryTransactionProvider.RetrySetup
-
Constructor that uses the aspect default values for maximum retries, initial delay, and maximum delay.
- RetrySetup(String, String, Supplier<T>, int, long, long) - Constructor for class org.dellroad.stuff.spring.RetryTransactionProvider.RetrySetup
-
Primary constructor.
- RetrySetup(String, String, Supplier<T>, RetryTransaction) - Constructor for class org.dellroad.stuff.spring.RetryTransactionProvider.RetrySetup
-
Constructor that uses the values from a
@RetryTransaction
annotation, if not null, for maximum retries, initial delay, and maximum delay, otherwise falling back to the aspect defaults. - RetryTransaction - Annotation Interface in org.dellroad.stuff.spring
-
An annotation for
@Transactional
methods that want to have transactions automatically retried when they fail due to a transient exception. - RetryTransactionProvider - Interface in org.dellroad.stuff.spring
-
Interface implemented by the
RetryTransactionAspect
, which implements theRetryTransaction
functionality. - RetryTransactionProvider.RetrySetup<T> - Class in org.dellroad.stuff.spring
-
Holds the configuration information that is required when applying retry logic.
- revealButtonVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
revealButtonVisible
property. - rollbackTransaction(Connection) - Method in class org.dellroad.stuff.schema.SQLSchemaUpdater
-
Roll back a previously opened transaction.
- rollbackTransaction(PersistentFileTransaction) - Method in class org.dellroad.stuff.pobj.PersistentObjectSchemaUpdater
- rollbackTransaction(T) - Method in class org.dellroad.stuff.schema.AbstractSchemaUpdater
-
Roll back a previously opened transaction.
- rowDeleted() - Method in class org.dellroad.stuff.sql.MergedResultSet
- rowInserted() - Method in class org.dellroad.stuff.sql.MergedResultSet
- rowUpdated() - Method in class org.dellroad.stuff.sql.MergedResultSet
- run() - Method in class org.dellroad.stuff.java.ProcessRunner
-
Send the process its standard input, read its standard output and standard error, and wait for it to exit.
- run() - Method in interface org.dellroad.stuff.vaadin24.util.SimpleTaskManager.ThrowingRunnable
-
Perform some action.
- run(Runnable) - Static method in class org.dellroad.stuff.java.IdGenerator
-
Create a new
IdGenerator
and make it available viaIdGenerator.get()
for the duration of the given operation. - run(String[]) - Method in class org.dellroad.stuff.main.ContextMainClass
- run(String[]) - Method in class org.dellroad.stuff.main.MainClass
-
Subclass main implementation.
- run(Supplier<R>) - Static method in class org.dellroad.stuff.java.IdGenerator
-
Create a new
IdGenerator
and make it available viaIdGenerator.get()
for the duration of the given operation. - runInContext(String[]) - Method in class org.dellroad.stuff.main.ContextMainClass
-
Execute the main method.
S
- scanForAnnotations() - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder
-
Introspect the configured class for defined
@FieldBuilder.Foo
,@FieldBuilder.ProvidesField
,@FieldBuilder.Binding
, and@FieldBuilder.FormLayout
annotations. - scanForFieldDefaultAnnotations(Class<M>) - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder
-
Scan the given model type for
@FieldBuilder.FieldDefault
annotations. - schedule(Runnable, Instant) - Method in class org.dellroad.stuff.spring.DelayedAction
-
Schedule the given action using the task scheduler passed to the constructor.
- schedule(Instant) - Method in class org.dellroad.stuff.spring.DelayedAction
-
Schedule the delayed action for the given time.
- SchemaUpdate<T> - Interface in org.dellroad.stuff.schema
-
A one-time database schema update.
- SchemaUpdateEdgeLister<T> - Class in org.dellroad.stuff.schema
-
TopologicalSorter.EdgeLister
implementation reflectingSchemaUpdate
predecessor constraints. - SchemaUpdateEdgeLister() - Constructor for class org.dellroad.stuff.schema.SchemaUpdateEdgeLister
- SchemaUpdatingDataSource - Class in org.dellroad.stuff.schema
-
A
DataSource
that wraps an innerDataSource
and automatically intializes and updates the database schema using aSQLSchemaUpdater
on first access. - SchemaUpdatingDataSource() - Constructor for class org.dellroad.stuff.schema.SchemaUpdatingDataSource
- seedRandom(String) - Method in class org.dellroad.stuff.test.TestSupport
- Segment() - Constructor for class org.dellroad.stuff.text.MessageFmt.Segment
- SegmentSwitchAdapter() - Constructor for class org.dellroad.stuff.text.MessageFmt.SegmentSwitchAdapter
- selectedItemsOnTop() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the value desired for the
selectedItemsOnTop
property. - selectFor(SelectionKey, int, boolean) - Method in class org.dellroad.stuff.net.SelectorSupport
-
Enable or disable listening for the specified I/O operation(s).
- selectionPreservationMode() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CheckboxGroup
-
Get the value desired for the
selectionPreservationMode
property. - selectionPreservationMode() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectListBox
-
Get the value desired for the
selectionPreservationMode
property. - selectionPreservationMode() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RadioButtonGroup
-
Get the value desired for the
selectionPreservationMode
property. - SelectorSupport - Class in org.dellroad.stuff.net
-
Support for managing activity based on
SelectableChannel
asynchronous I/O notifications. - SelectorSupport() - Constructor for class org.dellroad.stuff.net.SelectorSupport
-
Default constructor.
- SelectorSupport(SelectorProvider) - Constructor for class org.dellroad.stuff.net.SelectorSupport
-
Primary constructor.
- SelectorSupport.IOHandler - Interface in org.dellroad.stuff.net
-
Callback interface used by
SelectorSupport
. - SelfRenderer<T> - Class in org.dellroad.stuff.vaadin24.util
-
A "do nothing"
ComponentRenderer
used to render values that are alreadyComponent
's. - SelfRenderer(ValueProvider<? super T, ? extends Component>) - Constructor for class org.dellroad.stuff.vaadin24.util.SelfRenderer
-
Constructor.
- SelfValidates - Annotation Interface in org.dellroad.stuff.validation
-
Validation constraint that when applied to classes that implement the
SelfValidating
interface allows custom validation by the class itself viaSelfValidating.checkValid()
. - SelfValidating - Interface in org.dellroad.stuff.validation
-
Implemented by classes that can validate themselves.
- SelfValidatingValidator - Class in org.dellroad.stuff.validation
-
Implements the validation logic for the
@SelfValidates
annotation. - SelfValidatingValidator() - Constructor for class org.dellroad.stuff.validation.SelfValidatingValidator
- SelfValidationException - Exception in org.dellroad.stuff.validation
-
Exception that can be thrown by
SelfValidating.checkValid(jakarta.validation.ConstraintValidatorContext)
. - SelfValidationException() - Constructor for exception org.dellroad.stuff.validation.SelfValidationException
-
Constructor.
- SelfValidationException(String) - Constructor for exception org.dellroad.stuff.validation.SelfValidationException
-
Constructor.
- SelfValidationException(String, Throwable) - Constructor for exception org.dellroad.stuff.validation.SelfValidationException
-
Constructor.
- SelfValidationException(Throwable) - Constructor for exception org.dellroad.stuff.validation.SelfValidationException
-
Constructor.
- send(String, ByteBuffer) - Method in class org.dellroad.stuff.net.ChannelNetwork
- send(String, ByteBuffer) - Method in interface org.dellroad.stuff.net.Network
-
Send (or enqueue for sending) a message to a remote peer.
- separateIntoParts(String) - Method in class org.dellroad.stuff.string.VersionComparator
-
Split a version string into parts.
- SerializableMethod - Class in org.dellroad.stuff.java
-
Wrapper that makes a
Method
Serializable
. - SerializableMethod(Method) - Constructor for class org.dellroad.stuff.java.SerializableMethod
-
Constructor.
- serialize(T, Result) - Method in class org.dellroad.stuff.pobj.FilterDelegate
- serialize(T, Result) - Method in interface org.dellroad.stuff.pobj.PersistentObjectDelegate
-
Serialize a root object graph into XML.
- serialize(T, Result) - Method in class org.dellroad.stuff.pobj.PersistentObjectSchemaUpdater
-
Serialize object to XML.
- serialize(T, Result) - Method in class org.dellroad.stuff.pobj.SpringDelegate
- serializeByteArray(byte[]) - Static method in class org.dellroad.stuff.jibx.ParseUtil
-
Serialize a byte array using
ByteArrayEncoder
. - serializeByteArrayWithColons(byte[]) - Static method in class org.dellroad.stuff.jibx.ParseUtil
-
Serialize a byte array using MAC address notation (colon-separated).
- serializeDate(Date) - Static method in class org.dellroad.stuff.jibx.ParseUtil
-
Serialize a
Date
in the format supported byDateEncoder
. - serializeDate(Date, String) - Static method in class org.dellroad.stuff.jibx.ParseUtil
-
Serialize a
Date
. - serializeExpression(Expression) - Static method in class org.dellroad.stuff.jibx.SpringParseUtil
-
Serialize a Spring
Expression
. - serializeInet4Address(Inet4Address) - Static method in class org.dellroad.stuff.jibx.ParseUtil
-
Serialize an
Inet4Address
. - serializeIntArray(int[]) - Static method in class org.dellroad.stuff.jibx.ParseUtil
-
Serialize an array of integers.
- serializeReference(Object) - Static method in class org.dellroad.stuff.jibx.ParseUtil
-
Serialize an object by reference.
- serializeSimpleDateFormat(SimpleDateFormat) - Static method in class org.dellroad.stuff.jibx.ParseUtil
-
Serialize a
SimpleDateFormat
. - serializeString(String) - Static method in class org.dellroad.stuff.jibx.ParseUtil
-
Serialize a
String
. - serializeTimeInterval(long) - Static method in class org.dellroad.stuff.jibx.ParseUtil
-
Serialize a millisecond-granularity time interval, e.g., "30s", "1d12h", "0.250s", etc.
- serializeTimeZone(TimeZone) - Static method in class org.dellroad.stuff.jibx.ParseUtil
-
Serialize a
TimeZone
. - serializeXSDDateTime(Date) - Static method in class org.dellroad.stuff.jibx.ParseUtil
-
Serialize a
Date
to XSD dateTime format. - serviceCleanup() - Method in class org.dellroad.stuff.net.ChannelNetwork
- serviceCleanup() - Method in class org.dellroad.stuff.net.SelectorSupport
-
Perform shutdown cleanups.
- serviceHousekeeping() - Method in class org.dellroad.stuff.net.ChannelNetwork
- serviceHousekeeping() - Method in class org.dellroad.stuff.net.SelectorSupport
-
Perform housekeeping.
- serviceHousekeeping() - Method in class org.dellroad.stuff.net.TCPNetwork
- serviceIO(SelectionKey) - Method in class org.dellroad.stuff.net.ChannelConnection
- serviceIO(SelectionKey) - Method in interface org.dellroad.stuff.net.SelectorSupport.IOHandler
-
Handle ready I/O.
- serviceIO(SelectionKey) - Method in class org.dellroad.stuff.net.TCPConnection
- session - Variable in class org.dellroad.stuff.vaadin24.util.AsyncTaskManager
-
The
VaadinSession
with which this instance is associated. - setAddMissingXmlDeclaration(boolean) - Method in class org.dellroad.stuff.xml.IndentXMLStreamWriter
-
Set whether to add an XML declaration, if missing.
- setAllowEmptyStart(boolean) - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Configure whether an "empty start" is allowed.
- setAllowEmptyStop(boolean) - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Configure whether an "empty stop" is allowed.
- setAltText(String) - Method in class org.dellroad.stuff.vaadin24.audio.Audio
-
Configure alternate text.
- setArgumentNumber(int) - Method in class org.dellroad.stuff.text.MessageFmt.ArgumentSegment
- setAsyncExecutor(Function<? super Runnable, ? extends Future<?>>) - Method in class org.dellroad.stuff.vaadin24.util.AsyncTaskManager
-
Configure the executor used for async tasks.
- setAsyncExecutor(Function<? super Runnable, ? extends Future<?>>) - Method in class org.dellroad.stuff.vaadin24.util.SimpleTaskManager
-
Configure the executor used for async tasks.
- setAsynchronous(boolean) - Method in class org.dellroad.stuff.schema.AbstractUpdatingDataSource
-
Configure mode.
- setAttribute(String, Object) - Method in class org.dellroad.stuff.vaadin24.audio.Audio
- setBacklog(int) - Method in class org.dellroad.stuff.net.SocketAcceptor
- setBeanFactory(BeanFactory) - Method in class org.dellroad.stuff.pobj.SpringPersistentObjectSchemaUpdater
- setBeanFactory(BeanFactory) - Method in class org.dellroad.stuff.spring.AbstractSpringSchemaUpdate
- setBeanFactory(BeanFactory) - Method in class org.dellroad.stuff.spring.SpringSQLSchemaUpdater
- setBeanName(String) - Method in class org.dellroad.stuff.pobj.AbstractConfiguredBean
- setBeanName(String) - Method in class org.dellroad.stuff.pobj.PersistentObjectTransactionManager
- setBeanName(String) - Method in class org.dellroad.stuff.spring.AbstractSpringSchemaUpdate
- setBindingName(String) - Method in class org.dellroad.stuff.jibx.JibxMarshaller
-
Set the optional binding name for this instance.
- setCharacterEncoding(String) - Method in class org.dellroad.stuff.spring.ResourceReaderFactoryBean
-
Configure the character encoding for the resource.
- setCheckInterval(long) - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Set the delay time between periodic checks for changes in the underlying persistent file.
- setColumnNameTags(boolean) - Method in class org.dellroad.stuff.sql.XMLResultSetWriter
-
Set whether to use the SQL column labels as the XML element names for the data columns instead of
<column>
. - setComponentEnabled(boolean) - Method in class org.dellroad.stuff.vaadin24.field.NullableField
-
Set whether the inner component is enabled, if possible.
- setConnectTimeout(long) - Method in class org.dellroad.stuff.net.TCPNetwork
- setData(Document) - Method in class org.dellroad.stuff.pobj.PersistentFileTransaction
-
Change the current XML data.
- setDatabaseInitialization(SQLCommandList) - Method in class org.dellroad.stuff.schema.SQLSchemaUpdater
-
Configure how an empty database gets initialized.
- setDataSource(DataSource) - Method in class org.dellroad.stuff.schema.AbstractUpdatingDataSource
-
Configure the underlying
DataSource
. - setDefaultEncoding(String) - Method in class org.dellroad.stuff.xml.IndentXMLStreamWriter
-
Set the character encoding for the XML declaration in case it's not already specified.
- setDefaultNamespace(String) - Method in class org.dellroad.stuff.xml.EventWriterDelegate
- setDefaultNamespace(String) - Method in class org.dellroad.stuff.xml.StreamWriterDelegate
- setDefaultVersion(String) - Method in class org.dellroad.stuff.xml.IndentXMLStreamWriter
-
Set the version for the XML declaration in case it's not already specified.
- setDefaultXML(Resource) - Method in class org.dellroad.stuff.pobj.SpringPersistentObjectSchemaUpdater
-
Set the resource containing the default value, encoded as XML, to be used on an uninitialized persistent object.
- setDelegate(PersistentObjectDelegate<T>) - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Configure the
PersistentObjectDelegate
. - setDiscardStandardError(boolean) - Method in class org.dellroad.stuff.java.ProcessRunner
-
Set whether to standard error should be discarded.
- setDiscardStandardOutput(boolean) - Method in class org.dellroad.stuff.java.ProcessRunner
-
Set whether to standard output should be discarded.
- setDisplayErrorMessages(boolean) - Method in class org.dellroad.stuff.vaadin24.field.NullableField
- setDocTypeInternalSubset(String) - Method in class org.dellroad.stuff.jibx.JibxMarshaller
-
Set the internal subset Id for the DTD declaration written when marshalling.
- setDocTypePublicId(String) - Method in class org.dellroad.stuff.jibx.JibxMarshaller
-
Set the public id for the DTD declaration written when marshalling.
- setDocTypeRootElementName(String) - Method in class org.dellroad.stuff.jibx.JibxMarshaller
-
Set the root element name for the DTD declaration written when marshalling.
- setDocTypeSystemId(String) - Method in class org.dellroad.stuff.jibx.JibxMarshaller
-
Set the system id for the DTD declaration written when marshalling.
- setEnabled(boolean) - Method in class org.dellroad.stuff.vaadin24.field.BinderCustomField
- setEncoding(String) - Method in class org.dellroad.stuff.jibx.JibxMarshaller
-
Set the document encoding using for marshalling.
- setErrorMessage(String) - Method in class org.dellroad.stuff.vaadin24.field.BinderCustomField
-
Sets an error message to the component.
- setErrorMessage(String) - Method in class org.dellroad.stuff.vaadin24.field.NullableField
-
Sets an error message to the component.
- setFetchDirection(int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- setFetchSize(int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- setFile(File) - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Set the persistent file containing the XML form of the persisted object.
- setFormat(MessageFmt) - Method in class org.dellroad.stuff.text.MessageFmt.ChoiceArgumentSegment.Option
- setGraphClone(GraphCloneable) - Method in class org.dellroad.stuff.java.GraphCloneRegistry
-
Register the given clone as the unique instance associated with the object currently being cloned.
- setHousekeepingInterval(int) - Method in class org.dellroad.stuff.net.SelectorSupport
-
Set the housekeeping interval.
- setId(Object, long) - Method in class org.dellroad.stuff.java.IdGenerator
-
Assign a unique ID to the given object.
- setId(Object, String) - Static method in class org.dellroad.stuff.jibx.IdMapper
-
Set the unique ID value for the given object.
- setIgnoreUnrecognizedUpdates(boolean) - Method in class org.dellroad.stuff.schema.AbstractSchemaUpdater
-
Configure behavior when an unknown update is registered as having already been applied in the database.
- setIndent(int) - Method in class org.dellroad.stuff.jibx.JibxMarshaller
-
Set the number of nesting indent spaces.
- setIndentAfterXmlDeclaration(boolean) - Method in class org.dellroad.stuff.xml.IndentXMLStreamWriter
-
Set whether to "indent" (actually, just output a newline) after the XML declaration if necessary.
- setIndex(int) - Method in class org.dellroad.stuff.string.ParseContext
-
Set the current index into the original input string.
- setInetAddress(InetAddress) - Method in class org.dellroad.stuff.net.SocketAcceptor
- setInitialDelayDefault(long) - Method in interface org.dellroad.stuff.spring.RetryTransactionProvider
-
Set the aspect-wide default for
RetryTransaction.initialDelay()
. - setJibxMarshaller(JibxMarshaller) - Method in class org.dellroad.stuff.jibx.IdMappingMarshaller
-
Configure the nested
JibxMarshaller
. - setKey(K) - Method in class org.dellroad.stuff.jibx.MapEntry
- setLimit(double) - Method in class org.dellroad.stuff.text.MessageFmt.ChoiceArgumentSegment.Option
- setLimitDescription(String) - Method in class org.dellroad.stuff.text.MessageFmt.ChoiceArgumentSegment.Option
-
Set the limit for this
MessageFmt.ChoiceArgumentSegment
option in string form. - setListenAddress(InetSocketAddress) - Method in class org.dellroad.stuff.net.TCPNetwork
-
Configure the
InetSocketAddress
to which this instance should bind. - setLoginTimeout(int) - Method in class org.dellroad.stuff.schema.AbstractUpdatingDataSource
- setLogWriter(PrintWriter) - Method in class org.dellroad.stuff.schema.AbstractUpdatingDataSource
- setLoop(boolean) - Method in class org.dellroad.stuff.vaadin24.audio.Audio
-
Configure whether the audio should loop.
- setMarshaller(Marshaller) - Method in class org.dellroad.stuff.pobj.SpringDelegate
-
Set the
Marshaller
used to convert instances to XML. - setMaxConnections(int) - Method in class org.dellroad.stuff.net.ChannelNetwork
- setMaxConnections(int) - Method in class org.dellroad.stuff.net.SocketAcceptor
- setMaxIdleTime(long) - Method in class org.dellroad.stuff.net.ChannelNetwork
- setMaximumDelayDefault(long) - Method in interface org.dellroad.stuff.spring.RetryTransactionProvider
-
Set the aspect-wide default for
RetryTransaction.maximumDelay()
. - setMaxInputQueueSize(long) - Method in class org.dellroad.stuff.net.ChannelNetwork
- setMaxMessageSize(int) - Method in class org.dellroad.stuff.net.ChannelNetwork
- setMaxOutputQueueSize(long) - Method in class org.dellroad.stuff.net.ChannelNetwork
- setMaxRestartDelay(long) - Method in class org.dellroad.stuff.net.PersistentConnection
-
Set the maximum restart delay after being disconnected from the server.
- setMaxRetriesDefault(int) - Method in interface org.dellroad.stuff.spring.RetryTransactionProvider
-
Set the aspect-wide default for
RetryTransaction.maxRetries()
. - setMaxSessions(int) - Method in class org.dellroad.stuff.vaadin24.util.VaadinSessionTracker
-
Configure the maximum number of allowed sessions.
- setMinDirectBufferSize(int) - Method in class org.dellroad.stuff.net.ChannelNetwork
-
Set the minimum incoming message size for which we should allocate a direct
ByteBuffer
. - setMinRestartDelay(long) - Method in class org.dellroad.stuff.net.PersistentConnection
-
Set the minimum restart delay after being disconnected from the server.
- setMuted(boolean) - Method in class org.dellroad.stuff.vaadin24.audio.Audio
-
Configure whether the audio be muted.
- setName(String) - Method in class org.dellroad.stuff.schema.AbstractSchemaUpdate
- setNamespaceContext(NamespaceContext) - Method in class org.dellroad.stuff.xml.EventWriterDelegate
- setNamespaceContext(NamespaceContext) - Method in class org.dellroad.stuff.xml.StreamWriterDelegate
- setNumBackups(int) - Method in class org.dellroad.stuff.io.FileStreamRepository
-
Change the number of backup files to maintain.
- setNumBackups(int) - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Set the number of backup copies to preserve.
- setOptions(List<MessageFmt.ChoiceArgumentSegment.Option>) - Method in class org.dellroad.stuff.text.MessageFmt.ChoiceArgumentSegment
- setParameters(Properties) - Method in class org.dellroad.stuff.pobj.SpringXSLPersistentObjectSchemaUpdate
-
Configure XSLT parameters.
- setParent(XMLEventWriter) - Method in class org.dellroad.stuff.xml.EventWriterDelegate
-
Set parent instance.
- setParent(XMLStreamWriter) - Method in class org.dellroad.stuff.xml.StreamWriterDelegate
-
Set parent instance.
- setPattern(String) - Method in class org.dellroad.stuff.text.MessageFmt.DecimalArgumentSegment
- setPattern(String) - Method in class org.dellroad.stuff.text.MessageFmt.SimpleDateFormatArgumentSegment
- setPersistenceExceptionTranslator(PersistenceExceptionTranslator) - Method in interface org.dellroad.stuff.spring.RetryTransactionProvider
-
Set the configured exception translator.
- setPersistentObject(PersistentObject<ROOT>) - Method in class org.dellroad.stuff.pobj.AbstractConfiguredBean
-
Configure the
PersistentObject
that this instance will monitor. - setPersistentObject(PersistentObject<T>) - Method in class org.dellroad.stuff.pobj.PersistentObjectTransactionManager
-
Configure the
PersistentObject
that this instance will operate on. - setPort(int) - Method in class org.dellroad.stuff.net.SocketAcceptor
- setPrefix(String) - Method in class org.dellroad.stuff.pobj.SpringXSLUpdateTransformConfigurer
-
Set the location prefix.
- setPrefix(String, String) - Method in class org.dellroad.stuff.xml.EventWriterDelegate
- setPrefix(String, String) - Method in class org.dellroad.stuff.xml.StreamWriterDelegate
- setPreload(Audio.PreloadMode) - Method in class org.dellroad.stuff.vaadin24.audio.Audio
-
Configure what data to pre-load.
- setPresentationValue(T) - Method in class org.dellroad.stuff.vaadin24.field.BinderCustomField
- setPresentationValue(T) - Method in class org.dellroad.stuff.vaadin24.field.NullableField
- setProperty(T, PropertyDescriptor, String) - Method in class org.dellroad.stuff.string.SimpleObjectParser
-
Set a property value.
- setReadOnlySharedRoot(boolean) - Method in class org.dellroad.stuff.pobj.PersistentObjectTransactionManager
-
Configure whether, during read-only transactions,
PersistentObjectTransactionManager.getRoot()
returns a new copy of thePersistentObject
object graph or the shared root. - setRequiredPredecessors(Set<SchemaUpdate<T>>) - Method in class org.dellroad.stuff.schema.AbstractSchemaUpdate
- setRequiredPredecessorsFromDependencies() - Method in class org.dellroad.stuff.spring.AbstractSpringSchemaUpdate
-
Infer required predecessors from Spring dependencies.
- setResetOnDisable(boolean) - Method in class org.dellroad.stuff.vaadin24.field.NullableField
- setResource(Resource) - Method in class org.dellroad.stuff.spring.ResourceReaderFactoryBean
-
Configure the resource containing the
value
. - setResourceLoader(ResourceLoader) - Method in class org.dellroad.stuff.pobj.SpringXSLUpdateTransformConfigurer
- setResultConsumer(BiConsumer<? super Long, ? super R>) - Method in class org.dellroad.stuff.vaadin24.util.AsyncTaskManager
-
Configure where successful results are delivered.
- setRoot(T) - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Atomically update the root object.
- setRoot(T) - Method in class org.dellroad.stuff.pobj.PersistentObjectTransactionManager
-
Change the root object graph to be committed in the transaction associated with the current thread.
- setRoot(T, long) - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Atomically update the root object.
- setRoot(T, long, boolean) - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Atomically update the root object.
- setSchemaUpdater(SQLSchemaUpdater) - Method in class org.dellroad.stuff.schema.SchemaUpdatingDataSource
-
Configure the
SQLSchemaUpdater
that will initialize and update the database. - setSegments(List<MessageFmt.Segment>) - Method in class org.dellroad.stuff.text.MessageFmt
- setServerAddress(SocketAddress) - Method in class org.dellroad.stuff.net.PersistentSocketConnection
-
Configure the address to which this instance should connect.
- setServiceThreadName(String) - Method in class org.dellroad.stuff.net.ChannelNetwork
- setShowControls(boolean) - Method in class org.dellroad.stuff.vaadin24.audio.Audio
-
Configure whether audio controls should be visible.
- setSimpleProperty(T, PropertyDescriptor, String) - Method in class org.dellroad.stuff.string.SimpleObjectParser
-
Set a primitive or string property value.
- setSingleAction(boolean) - Method in class org.dellroad.stuff.schema.AbstractSchemaUpdate
- setSplitPattern(String) - Method in class org.dellroad.stuff.schema.SQLCommandList
-
Set the split pattern used to split apart a script containing multiple SQL statements into individual statements.
- setSQLCommandList(SQLCommandList) - Method in class org.dellroad.stuff.schema.UpdatingDataSource
-
Configure the
SQLCommandList
to be applied to the database on first access. - setSQLCommandList(SQLCommandList) - Method in class org.dellroad.stuff.spring.SpringSQLSchemaUpdate
-
Configure the
SQLCommandList
. - setSQLScript(String) - Method in class org.dellroad.stuff.schema.SQLCommandList
-
Configure the SQL script.
- setStandalone(Boolean) - Method in class org.dellroad.stuff.jibx.JibxMarshaller
-
Set the document standalone flag for marshalling.
- setStandard(MessageFmt.DateFormatStandard) - Method in class org.dellroad.stuff.text.MessageFmt.StandardTimeFormatArgumentSegment
- setString(String) - Method in class org.dellroad.stuff.text.MessageFmt.TextSegment
- setSuffix(String) - Method in class org.dellroad.stuff.pobj.SpringXSLUpdateTransformConfigurer
-
Set the location suffix.
- setSynchronousClose(boolean) - Method in class org.dellroad.stuff.io.NullModemOutputStream
-
Set whether
NullModemOutputStream.close()
should block until the reader has finished reading (or thrown an exception). - setTargetClass(Class<?>) - Method in class org.dellroad.stuff.jibx.JibxMarshaller
-
Set the target class for this instance.
- setTargetPackage(String) - Method in class org.dellroad.stuff.jibx.JibxMarshaller
-
Set the target package for this instance.
- setTransactional(boolean) - Method in class org.dellroad.stuff.schema.UpdatingDataSource
-
Configure whether the
SQLCommandList
is applied transactionally or not. - setTransactionIsolation(int) - Method in class org.dellroad.stuff.schema.SQLSchemaUpdater
-
Set transaction isolation level for the schema check/migration transaction.
- setTransform(Resource) - Method in class org.dellroad.stuff.pobj.SpringXSLPersistentObjectSchemaUpdate
-
Configure the XSLT transform as a resource.
- setTransformerFactory(TransformerFactory) - Method in class org.dellroad.stuff.pobj.PersistentObjectSchemaUpdater
-
Configure the
TransformerFactory
to be used by this instance when reading the updates from the XML file. - setTransformerFactory(TransformerFactory) - Method in class org.dellroad.stuff.pobj.SpringXSLPersistentObjectSchemaUpdate
-
Set the
TransformerFactory
to use. - setTransformerFactory(TransformerFactory) - Method in class org.dellroad.stuff.pobj.SpringXSLUpdateTransformConfigurer
-
Set the
TransformerFactory
to configure all updates with. - setUnmarshaller(Unmarshaller) - Method in class org.dellroad.stuff.pobj.SpringDelegate
-
Set the
Marshaller
used to convert instances to XML. - setUpdates(Collection<? extends SchemaUpdate<T>>) - Method in class org.dellroad.stuff.schema.AbstractSchemaUpdater
-
Configure the updates.
- setUpdateTableInitialization(SQLCommandList) - Method in class org.dellroad.stuff.schema.SQLSchemaUpdater
-
Configure how the update table itself gets initialized.
- setUpdateTableName(String) - Method in class org.dellroad.stuff.schema.SQLSchemaUpdater
-
Set the name of the table that keeps track of applied updates.
- setUpdateTableNameColumn(String) - Method in class org.dellroad.stuff.schema.SQLSchemaUpdater
-
Set the name of the update name column in the table that keeps track of applied updates.
- setUpdateTableTimeColumn(String) - Method in class org.dellroad.stuff.schema.SQLSchemaUpdater
-
Set the name of the update timestamp column in the table that keeps track of applied updates.
- setValidationGroups(Class<?>[]) - Method in class org.dellroad.stuff.vaadin24.util.WholeBeanValidator
-
Configure an alternate set of validation group(s) which will get passed to
Validator.validate()
. - setValidatorFactory(ValidatorFactory) - Method in class org.dellroad.stuff.vaadin24.util.WholeBeanValidator
-
Configure a custom
ValidatorFactory
. - setValue(V) - Method in class org.dellroad.stuff.jibx.MapEntry
- setViolation(ConstraintValidatorContext, String) - Method in class org.dellroad.stuff.validation.AbstractValidator
-
Convenience method to add a constraint violation described by
message
and disable the default violation. - setWriteDelay(long) - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Set the maximum delay after an update operation before a write-back to the persistent file must be initiated.
- SHORT - Enum constant in enum class org.dellroad.stuff.text.MessageFmt.DateFormatStandard
- SHORT - Static variable in class org.dellroad.stuff.java.Primitive
-
Short type.
- SimpleDateFormatArgumentSegment() - Constructor for class org.dellroad.stuff.text.MessageFmt.SimpleDateFormatArgumentSegment
- SimpleDateFormatArgumentSegment(int, SimpleDateFormat) - Constructor for class org.dellroad.stuff.text.MessageFmt.SimpleDateFormatArgumentSegment
- SimpleObjectParser<T> - Class in org.dellroad.stuff.string
-
Parses strings using regular expressions into new instances of some class by parsing substrings.
- SimpleObjectParser(Class<T>) - Constructor for class org.dellroad.stuff.string.SimpleObjectParser
-
Constructor.
- SimplePropertySet<T> - Class in org.dellroad.stuff.vaadin24.data
-
Straightforward implementation of
PropertySet
using caller-supplied getters and setters. - SimplePropertySet(Class<T>) - Constructor for class org.dellroad.stuff.vaadin24.data.SimplePropertySet
-
Constructor.
- SimplePropertySet.Definition<V> - Class in org.dellroad.stuff.vaadin24.data
-
A
PropertyDefinition
within aSimplePropertySet
. - SimplePropertySet.Definition.Getter - Class in org.dellroad.stuff.vaadin24.data
- SimpleTaskManager - Class in org.dellroad.stuff.vaadin24.util
-
A simplified asynchronous task manager.
- SimpleTaskManager() - Constructor for class org.dellroad.stuff.vaadin24.util.SimpleTaskManager
-
Default constructor.
- SimpleTaskManager(Function<? super Runnable, ? extends Future<?>>) - Constructor for class org.dellroad.stuff.vaadin24.util.SimpleTaskManager
-
Constructor.
- SimpleTaskManager.ThrowingRunnable - Interface in org.dellroad.stuff.vaadin24.util
- size() - Method in class org.dellroad.stuff.util.Averager
-
Get the number of data points added so far.
- size() - Method in class org.dellroad.stuff.util.LongMap
- size() - Method in class org.dellroad.stuff.util.LongSet
- skip(long) - Method in class org.dellroad.stuff.io.BitwiseInputStream
- skip(long) - Method in class org.dellroad.stuff.io.BOMReader
- skip(long) - Method in class org.dellroad.stuff.io.ByteBufferInputStream
- skip(long) - Method in class org.dellroad.stuff.io.NullModemInputStream
- skip(long) - Method in class org.dellroad.stuff.io.PipedStreams.Input
- skipToByteBoundary() - Method in class org.dellroad.stuff.io.BitwiseInputStream
-
Discard bits from this input stream up to the next byte boundary.
- skipWhitespace() - Method in class org.dellroad.stuff.string.ParseContext
-
Skip leading whitespace, if any.
- Snapshot(T, long) - Constructor for class org.dellroad.stuff.pobj.PersistentObject.Snapshot
- SocketAcceptor - Class in org.dellroad.stuff.net
-
Spring bean that listens for connections on a TCP socket and spawns a child thread to handle each new connection.
- SocketAcceptor() - Constructor for class org.dellroad.stuff.net.SocketAcceptor
- SocketHandler - Interface in org.dellroad.stuff.net
-
Implemented by objects that handle individual connections accepted by a
SocketAcceptor
. - sort() - Method in class org.dellroad.stuff.graph.TopologicalSorter
-
Produce a total ordering of the nodes consistent with the partial ordering implied by the edge lister and tie breaker provided to the constructor.
- sortable() - Element in annotation interface org.dellroad.stuff.vaadin24.grid.GridColumn
-
Get the sortable setting.
- sortByType(List<? extends Class<?>>) - Static method in class org.dellroad.stuff.java.ReflectUtil
-
Sort the given list so narrower types always appear before wider types.
- sortByType(List<T>, Function<? super T, ? extends Class<?>>) - Static method in class org.dellroad.stuff.java.ReflectUtil
-
Sort the given list so items with narrower types always appear before items with wider types.
- Sorted - Annotation Interface in org.dellroad.stuff.validation
-
Validation constraint that checks elements are sorted.
- sortEdgesReversed() - Method in class org.dellroad.stuff.graph.TopologicalSorter
-
Same as
sort()
but treats all edges as reversed. - SortedValidator - Class in org.dellroad.stuff.validation
-
Validator for the @
Sorted
constraint. - SortedValidator() - Constructor for class org.dellroad.stuff.validation.SortedValidator
- sortOrderProvider() - Element in annotation interface org.dellroad.stuff.vaadin24.grid.GridColumn
-
Get the
SortOrderProvider
class. - sortProperties() - Element in annotation interface org.dellroad.stuff.vaadin24.grid.GridColumn
-
Get the back-end sort properties.
- Source(String, String) - Constructor for class org.dellroad.stuff.vaadin24.audio.Audio.Source
- split() - Method in class org.dellroad.stuff.schema.SQLCommandList
-
Split the SQL script into individual statements and return them as
DatabaseAction
s. - splitSQL() - Method in class org.dellroad.stuff.schema.SQLCommandList
-
Split the configured SQL script into individual SQL statements using the configured split pattern.
- SpringDelegate<T> - Class in org.dellroad.stuff.pobj
-
PersistentObjectDelegate
that uses Spring'sMarshaller
andUnmarshaller
interfaces for XML conversion. - SpringDelegate() - Constructor for class org.dellroad.stuff.pobj.SpringDelegate
- Springleton - Class in org.dellroad.stuff.spring
-
Global singleton that provides access to the application context in which it is defined from anywhere.
- Springleton() - Constructor for class org.dellroad.stuff.spring.Springleton
-
Constructor.
- SpringParseUtil - Class in org.dellroad.stuff.jibx
-
JiBX parsing utility methods for Spring expressions.
- SpringPersistentObjectSchemaUpdate<T> - Class in org.dellroad.stuff.pobj
-
Support superclass for Spring-enabled
SchemaUpdate
s for use with aPersistentObjectSchemaUpdater
. - SpringPersistentObjectSchemaUpdate() - Constructor for class org.dellroad.stuff.pobj.SpringPersistentObjectSchemaUpdate
- SpringPersistentObjectSchemaUpdater<T> - Class in org.dellroad.stuff.pobj
-
PersistentObjectSchemaUpdater
optimized for use with Spring:SpringPersistentObjectSchemaUpdater.getOrderingTieBreaker()
is overridden to break ties by ordering updates in the same order as they are defined in the bean factory. This class implementsInitializingBean
and verifies all required properties are set. If no updates are explicitly configured, then allSpringPersistentObjectSchemaUpdate
s found in the containing bean factory are automatically configured; this requires that all of the schema updates are defined in the sameListableBeanFactory
. The default value may be configured as an XML resource - SpringPersistentObjectSchemaUpdater(PersistentObjectDelegate<T>) - Constructor for class org.dellroad.stuff.pobj.SpringPersistentObjectSchemaUpdater
-
Constructor.
- SpringSQLSchemaUpdate - Class in org.dellroad.stuff.spring
-
Spring-enabled SQL
SchemaUpdate
. - SpringSQLSchemaUpdate() - Constructor for class org.dellroad.stuff.spring.SpringSQLSchemaUpdate
- SpringSQLSchemaUpdater - Class in org.dellroad.stuff.spring
-
SQLSchemaUpdater
optimized for use with Spring. - SpringSQLSchemaUpdater() - Constructor for class org.dellroad.stuff.spring.SpringSQLSchemaUpdater
- SpringXSLPersistentObjectSchemaUpdate<T> - Class in org.dellroad.stuff.pobj
-
SpringPersistentObjectSchemaUpdate
that applies a configured XSL transform to the XML form of the persistent object. - SpringXSLPersistentObjectSchemaUpdate() - Constructor for class org.dellroad.stuff.pobj.SpringXSLPersistentObjectSchemaUpdate
- SpringXSLUpdateTransformConfigurer - Class in org.dellroad.stuff.pobj
-
Spring
BeanPostProcessor
that looks forSpringXSLPersistentObjectSchemaUpdate
beans that don't have an explicit transform resource configured, and configures them using a resource location based on the bean name, by simply adding a configured prefix and suffix. - SpringXSLUpdateTransformConfigurer() - Constructor for class org.dellroad.stuff.pobj.SpringXSLUpdateTransformConfigurer
- SQL_ELEMENT_NAME - Static variable in class org.dellroad.stuff.spring.DellRoadStuffNamespaceHandler
- SQL_UPDATE_ELEMENT_NAME - Static variable in class org.dellroad.stuff.spring.DellRoadStuffNamespaceHandler
- SQLCommand - Class in org.dellroad.stuff.schema
-
An SQL
DatabaseAction
that executes a single SQL statement. - SQLCommand(String) - Constructor for class org.dellroad.stuff.schema.SQLCommand
-
Constructor.
- SQLCommandList - Class in org.dellroad.stuff.schema
-
Holds and executes a configured SQL script, possibly containing multiple statements.
- SQLCommandList() - Constructor for class org.dellroad.stuff.schema.SQLCommandList
- SQLCommandList(String) - Constructor for class org.dellroad.stuff.schema.SQLCommandList
- SQLSchemaUpdater - Class in org.dellroad.stuff.schema
-
Concrete extension of
AbstractSchemaUpdater
for SQL databases. - SQLSchemaUpdater() - Constructor for class org.dellroad.stuff.schema.SQLSchemaUpdater
- StackXMLEventReader - Class in org.dellroad.stuff.xml
-
Wrapper for a
XMLEventReader
that keeps track of the current element(s) being parsed as a stack ofStartElement
events. - StackXMLEventReader(XMLEventReader) - Constructor for class org.dellroad.stuff.xml.StackXMLEventReader
-
Constructor.
- StandardDateFormatArgumentSegment() - Constructor for class org.dellroad.stuff.text.MessageFmt.StandardDateFormatArgumentSegment
- StandardDateFormatArgumentSegment(int, MessageFmt.DateFormatStandard) - Constructor for class org.dellroad.stuff.text.MessageFmt.StandardDateFormatArgumentSegment
- StandardTimeFormatArgumentSegment() - Constructor for class org.dellroad.stuff.text.MessageFmt.StandardTimeFormatArgumentSegment
- StandardTimeFormatArgumentSegment(int, MessageFmt.DateFormatStandard) - Constructor for class org.dellroad.stuff.text.MessageFmt.StandardTimeFormatArgumentSegment
- start() - Method in class org.dellroad.stuff.io.OutputStreamWriter
-
Start a new
OutputStream
. - start() - Method in class org.dellroad.stuff.net.PersistentConnection
-
Start this instance.
- start() - Method in class org.dellroad.stuff.net.PersistentSocketConnection
- start() - Method in class org.dellroad.stuff.net.SelectorSupport
-
Start this instance.
- start() - Method in class org.dellroad.stuff.net.SocketAcceptor
-
Verifies configuration and starts accepting incoming connections.
- start() - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Start this instance.
- start(Network.Handler) - Method in class org.dellroad.stuff.net.ChannelNetwork
- start(Network.Handler) - Method in interface org.dellroad.stuff.net.Network
-
Start this instance.
- start(Network.Handler) - Method in class org.dellroad.stuff.net.TCPNetwork
- start(T) - Method in class org.dellroad.stuff.pobj.AbstractConfiguredBean
-
Start this bean.
- started() - Method in class org.dellroad.stuff.net.PersistentConnection
-
State machine transition: this instance was started via
start()
. - STARTED - Static variable in class org.dellroad.stuff.vaadin24.util.AsyncTaskStatusChangeEvent
-
Status value indicating that a new asynchronous task has started.
- startTask(Callable<? extends T>, Consumer<? super T>, Consumer<? super Throwable>) - Method in class org.dellroad.stuff.vaadin24.util.SimpleTaskManager
-
Start a new task that returns some value.
- startTask(AsyncTask<? extends R>) - Method in class org.dellroad.stuff.vaadin24.util.AsyncTaskManager
-
Trigger execution of a new asynchronous task.
- startTask(SimpleTaskManager.ThrowingRunnable, Runnable, Consumer<? super Throwable>) - Method in class org.dellroad.stuff.vaadin24.util.SimpleTaskManager
-
Start a new task that returns nothing.
- step() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Get the class to instantiate for the
step
property. - step() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the value desired for the
step
property. - step() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
step
property. - step() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RangeInput
-
Get the class to instantiate for the
step
property. - step() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Get the class to instantiate for the
step
property. - stepButtonsVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the value desired for the
stepButtonsVisible
property. - stepButtonsVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
stepButtonsVisible
property. - stop() - Method in class org.dellroad.stuff.io.OutputStreamWriter
-
End the current
OutputStream
. - stop() - Method in class org.dellroad.stuff.net.ChannelNetwork
- stop() - Method in interface org.dellroad.stuff.net.Network
-
Stop this instance.
- stop() - Method in class org.dellroad.stuff.net.PersistentConnection
-
Stop this client.
- stop() - Method in class org.dellroad.stuff.net.SelectorSupport
-
Stop this instance.
- stop() - Method in class org.dellroad.stuff.net.SocketAcceptor
-
Stop accepting connections.
- stop() - Method in class org.dellroad.stuff.net.TCPNetwork
- stop() - Method in class org.dellroad.stuff.pobj.AbstractConfiguredBean
-
Stop this bean.
- stop() - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Stop this instance.
- stop(Thread, Socket) - Method in interface org.dellroad.stuff.net.SocketHandler
-
Receive notification that the server is shutting down.
- stopped(Throwable) - Method in class org.dellroad.stuff.net.PersistentConnection
-
State machine transition: this instance was stopped via
stop()
of because or an unchecked exception was thrown by one of the subclass methods. - StreamRepository - Interface in org.dellroad.stuff.io
-
Interface for atomic storage and retrieval of an opaque byte array, with access being done via the
InputStream
andOutputStream
interfaces. - StreamWriterAction - Class in org.dellroad.stuff.xml
-
Represents some XML output event(s) that can be applied to an
XMLStreamWriter
. - StreamWriterAction() - Constructor for class org.dellroad.stuff.xml.StreamWriterAction
- StreamWriterDelegate - Class in org.dellroad.stuff.xml
-
Support superclass for filtering
XMLStreamWriter
implementations. - StreamWriterDelegate() - Constructor for class org.dellroad.stuff.xml.StreamWriterDelegate
-
Default constructor.
- StreamWriterDelegate(XMLStreamWriter) - Constructor for class org.dellroad.stuff.xml.StreamWriterDelegate
-
Constructor.
- strict() - Element in annotation interface org.dellroad.stuff.validation.Sorted
-
Configures whether the sorting should be strict, i.e., whether adjacent equal elements should be disallowed.
- StringEncoder - Class in org.dellroad.stuff.string
-
Encodes/decodes Java strings, escaping control and XML-invalid characters.
- styleProperties() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Specify CSS properties to be set via
Style.set()
. - styleProperties() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Checkbox
-
Specify CSS properties to be set via
Style.set()
. - styleProperties() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CheckboxGroup
-
Specify CSS properties to be set via
Style.set()
. - styleProperties() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Specify CSS properties to be set via
Style.set()
. - styleProperties() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CustomField
-
Specify CSS properties to be set via
Style.set()
. - styleProperties() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Specify CSS properties to be set via
Style.set()
. - styleProperties() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Specify CSS properties to be set via
Style.set()
. - styleProperties() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Specify CSS properties to be set via
Style.set()
. - styleProperties() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Input
-
Specify CSS properties to be set via
Style.set()
. - styleProperties() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Specify CSS properties to be set via
Style.set()
. - styleProperties() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ListBox
-
Specify CSS properties to be set via
Style.set()
. - styleProperties() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Specify CSS properties to be set via
Style.set()
. - styleProperties() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectListBox
-
Specify CSS properties to be set via
Style.set()
. - styleProperties() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Specify CSS properties to be set via
Style.set()
. - styleProperties() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Specify CSS properties to be set via
Style.set()
. - styleProperties() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RadioButtonGroup
-
Specify CSS properties to be set via
Style.set()
. - styleProperties() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RangeInput
-
Specify CSS properties to be set via
Style.set()
. - styleProperties() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Specify CSS properties to be set via
Style.set()
. - styleProperties() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Specify CSS properties to be set via
Style.set()
. - styleProperties() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Specify CSS properties to be set via
Style.set()
. - styleProperties() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Specify CSS properties to be set via
Style.set()
. - styleProperties() - Element in annotation interface org.dellroad.stuff.vaadin24.grid.GridColumn
-
Specify CSS properties to be set on the column via
Style.set()
. - subfieldValidationErrors - Variable in class org.dellroad.stuff.vaadin24.field.BinderCustomField
-
Whether any sub-fields currently have a validation error.
- submitButtonLabel() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilderCustomField.DialogForm
-
Submit button label.
- submitEditDialog(T) - Method in class org.dellroad.stuff.vaadin24.field.FieldBuilderCustomField
- subtract(Averager) - Method in class org.dellroad.stuff.util.Averager
-
Subtract the given instance from this instance.
- suffixComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the class to instantiate for the
suffixComponent
property. - suffixComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the class to instantiate for the
suffixComponent
property. - suffixComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the class to instantiate for the
suffixComponent
property. - suffixComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the class to instantiate for the
suffixComponent
property. - suffixComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the class to instantiate for the
suffixComponent
property. - suffixComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the class to instantiate for the
suffixComponent
property. - suffixComponent() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the class to instantiate for the
suffixComponent
property. - SuperFinal - Class in org.dellroad.stuff.java
-
A hack to workaround a stupid JLS restriction which requires
super()
be the first statement in a constructor. - supports(Class<?>) - Method in class org.dellroad.stuff.jibx.IdMappingMarshaller
- supports(Class<?>) - Method in class org.dellroad.stuff.jibx.JibxMarshaller
- surveySessions(Function<? super VaadinSession, ? extends T>) - Method in class org.dellroad.stuff.vaadin24.util.VaadinSessionTracker
-
Survey all registered
VaadinSession
s and extract some info from each one.
T
- tabIndex() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder.GridMultiSelect
-
Get the value desired for the
tabIndex
property. - tabIndex() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder.GridSingleSelect
-
Get the value desired for the
tabIndex
property. - tabIndex() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the value desired for the
tabIndex
property. - tabIndex() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Checkbox
-
Get the value desired for the
tabIndex
property. - tabIndex() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the value desired for the
tabIndex
property. - tabIndex() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CustomField
-
Get the value desired for the
tabIndex
property. - tabIndex() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the value desired for the
tabIndex
property. - tabIndex() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Get the value desired for the
tabIndex
property. - tabIndex() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the value desired for the
tabIndex
property. - tabIndex() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Input
-
Get the value desired for the
tabIndex
property. - tabIndex() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the value desired for the
tabIndex
property. - tabIndex() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the value desired for the
tabIndex
property. - tabIndex() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
tabIndex
property. - tabIndex() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
tabIndex
property. - tabIndex() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RangeInput
-
Get the value desired for the
tabIndex
property. - tabIndex() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Get the value desired for the
tabIndex
property. - tabIndex() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the value desired for the
tabIndex
property. - tabIndex() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the value desired for the
tabIndex
property. - tabIndex() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Get the value desired for the
tabIndex
property. - taskManager - Variable in class org.dellroad.stuff.vaadin24.util.SimpleTaskManager
- TCPConnection - Class in org.dellroad.stuff.net
-
A TCP connection to be used with a
ChannelNetwork
. - TCPConnection(TCPNetwork, String, SocketChannel) - Constructor for class org.dellroad.stuff.net.TCPConnection
- TCPNetwork - Class in org.dellroad.stuff.net
-
Network
implementation based on TCP connections. - TCPNetwork(int) - Constructor for class org.dellroad.stuff.net.TCPNetwork
-
Constructor.
- test() - Method in interface org.dellroad.stuff.java.Predicate
-
Determine if the predicate is true.
- TestSupport - Class in org.dellroad.stuff.test
-
Base class for unit tests providing logging and random seed setup.
- TestSupport() - Constructor for class org.dellroad.stuff.test.TestSupport
- textAlign() - Element in annotation interface org.dellroad.stuff.vaadin24.grid.GridColumn
-
Get the text alignment setting.
- textRenderer() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Get the class to instantiate for the
textRenderer
property. - TextSegment() - Constructor for class org.dellroad.stuff.text.MessageFmt.TextSegment
- TextSegment(String) - Constructor for class org.dellroad.stuff.text.MessageFmt.TextSegment
- ThreadLocalHolder<T> - Class in org.dellroad.stuff.java
-
Manages a thread local whose lifetime matches the duration of some method call.
- ThreadLocalHolder() - Constructor for class org.dellroad.stuff.java.ThreadLocalHolder
-
Conveninece constructor.
- ThreadLocalHolder(ThreadLocal<T>) - Constructor for class org.dellroad.stuff.java.ThreadLocalHolder
-
Primary constructor.
- ThreadParkingLot - Class in org.dellroad.stuff.java
-
A place for threads to be parked and unparked.
- ThreadParkingLot() - Constructor for class org.dellroad.stuff.java.ThreadParkingLot
- ThrowableUtil - Class in org.dellroad.stuff.java
-
Utility methods dealing with
Throwable
s. - throwException() - Method in exception org.dellroad.stuff.java.CheckedExceptionWrapper
-
Throw the wrapped exception.
- timeAriaLabel() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Get the value desired for the
timeAriaLabel
property. - TimedWait - Class in org.dellroad.stuff.java
-
Utility class for performing timed waits on objects.
- timePlaceholder() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Get the value desired for the
timePlaceholder
property. - title() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the value desired for the
title
property. - title() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the value desired for the
title
property. - title() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the value desired for the
title
property. - title() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
title
property. - title() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
title
property. - title() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the value desired for the
title
property. - title() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the value desired for the
title
property. - toAddress(byte[]) - Static method in class org.dellroad.stuff.net.IPv4Util
-
Convert raw bytes to an
Inet4Address
. - toAddress(int) - Static method in class org.dellroad.stuff.net.IPv4Util
-
Convert from 32-bit integer representation.
- toArray() - Method in class org.dellroad.stuff.util.LongSet
- toChoiceFormat() - Method in class org.dellroad.stuff.text.MessageFmt.ChoiceArgumentSegment
-
Build the
ChoiceFormat
represented by this instance. - toInt32(Inet4Address) - Static method in class org.dellroad.stuff.net.IPv4Util
-
Convert to 32-bit integer representation.
- toLongArray() - Method in class org.dellroad.stuff.util.LongSet
- toMessageFormat() - Method in class org.dellroad.stuff.text.MessageFmt
-
Build the
MessageFormat
represented by this instance using the default format locale. - toMessageFormat(Locale) - Method in class org.dellroad.stuff.text.MessageFmt
-
Build the
MessageFormat
represented by this instance using the specifiedLocale
. - tooltipGenerator() - Element in annotation interface org.dellroad.stuff.vaadin24.grid.GridColumn
-
Get the tool tip generator class.
- tooltipText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the value desired for the
tooltipText
property. - tooltipText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Checkbox
-
Get the value desired for the
tooltipText
property. - tooltipText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CheckboxGroup
-
Get the value desired for the
tooltipText
property. - tooltipText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the value desired for the
tooltipText
property. - tooltipText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CustomField
-
Get the value desired for the
tooltipText
property. - tooltipText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the value desired for the
tooltipText
property. - tooltipText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Get the value desired for the
tooltipText
property. - tooltipText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the value desired for the
tooltipText
property. - tooltipText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the value desired for the
tooltipText
property. - tooltipText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ListBox
-
Get the value desired for the
tooltipText
property. - tooltipText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the value desired for the
tooltipText
property. - tooltipText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectListBox
-
Get the value desired for the
tooltipText
property. - tooltipText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
tooltipText
property. - tooltipText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
tooltipText
property. - tooltipText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RadioButtonGroup
-
Get the value desired for the
tooltipText
property. - tooltipText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Get the value desired for the
tooltipText
property. - tooltipText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the value desired for the
tooltipText
property. - tooltipText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the value desired for the
tooltipText
property. - tooltipText() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Get the value desired for the
tooltipText
property. - toPattern() - Method in class org.dellroad.stuff.text.MessageFmt.ArgumentSegment
- toPattern() - Method in class org.dellroad.stuff.text.MessageFmt.Segment
-
Encode this segment as a
MessageFormat
pattern fragment. - toPattern() - Method in class org.dellroad.stuff.text.MessageFmt.TextSegment
- toPattern() - Method in class org.dellroad.stuff.text.MessageFmt
-
Build the
MessageFormat
pattern string represented by this instance. - TopologicalSorter<E> - Class in org.dellroad.stuff.graph
-
Topological sorting utility class.
- TopologicalSorter(Collection<E>, TopologicalSorter.EdgeLister<E>) - Constructor for class org.dellroad.stuff.graph.TopologicalSorter
-
Convenience constructor for when ties should be broken based on the original ordering.
- TopologicalSorter(Collection<E>, TopologicalSorter.EdgeLister<E>, Comparator<? super E>) - Constructor for class org.dellroad.stuff.graph.TopologicalSorter
-
Primary constructor.
- TopologicalSorter.EdgeLister<E> - Interface in org.dellroad.stuff.graph
-
Implemented by classes that can enumerate the outgoing edges from a node in a graph.
- toString() - Method in class org.dellroad.stuff.java.Primitive
- toString() - Method in class org.dellroad.stuff.java.SerializableMethod
- toString() - Method in class org.dellroad.stuff.net.ChannelConnection
- toString() - Method in class org.dellroad.stuff.net.TCPNetwork
- toString() - Method in class org.dellroad.stuff.pobj.PersistentFileTransaction
- toString() - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Get a simple string description of this instance.
- toString() - Method in class org.dellroad.stuff.schema.AbstractSchemaUpdate
- toString() - Method in class org.dellroad.stuff.text.MessageFmt.ArgumentSegment
- toString() - Method in class org.dellroad.stuff.text.MessageFmt.ChoiceArgumentSegment.Option
- toString() - Method in class org.dellroad.stuff.text.MessageFmt.ChoiceArgumentSegment
- toString() - Method in class org.dellroad.stuff.text.MessageFmt.TextSegment
- toString() - Method in class org.dellroad.stuff.text.MessageFmt
- toString() - Method in class org.dellroad.stuff.util.Averager
- toString() - Method in enum class org.dellroad.stuff.vaadin24.audio.Audio.PreloadMode
- toString() - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.BindingInfo
- toString() - Method in class org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.DefaultInfo
- toString() - Method in class org.dellroad.stuff.vaadin24.field.FieldBuilderContextImpl
- toString() - Method in class org.dellroad.stuff.vaadin24.field.FieldComponent
- toString(Object) - Static method in class org.dellroad.stuff.jibx.JiBXUtil
-
Encode the given instance as an XML document and return it as a
String
. - toString(Object, String) - Static method in class org.dellroad.stuff.jibx.JiBXUtil
-
Encode the given instance as an XML document and return it as a
String
. - toString(Inet4Address) - Static method in class org.dellroad.stuff.net.IPv4Util
-
Convert an IPv4 address to string representation.
- toString(Inet4Address, Inet4Address) - Static method in class org.dellroad.stuff.net.IPv4Util
-
Convert a network address (IPv4 base address and netmask) to string representation.
- toUInt32(Inet4Address) - Static method in class org.dellroad.stuff.net.IPv4Util
-
Convert to an unsigned 32-bit integer representation within a 64-bit long.
- transform(Transformer) - Method in class org.dellroad.stuff.pobj.PersistentFileTransaction
-
Apply an XSLT transform to the current XML object in this transaction.
- TransformErrorListener - Class in org.dellroad.stuff.xml
-
ErrorListener
implementation that logs the messages to a configuredLogger
and throws exceptions in cases of errors and fatal errors. - TransformErrorListener(Logger, boolean) - Constructor for class org.dellroad.stuff.xml.TransformErrorListener
- translate(SQLException, Connection, String) - Method in class org.dellroad.stuff.spring.SpringSQLSchemaUpdater
-
Converts
SQLException
s into SpringDataAccessException
s. - translateExceptionIfPossible(RuntimeException) - Method in class org.dellroad.stuff.pobj.PersistentObjectExceptionTranslator
- triggerUpdate() - Method in class org.dellroad.stuff.schema.AbstractUpdatingDataSource
-
Trigger the update of the underlying
DataSource
if it has not already been triggered. - triggerUpdate(Executor) - Method in class org.dellroad.stuff.schema.AbstractUpdatingDataSource
-
Trigger the update of the underlying
DataSource
if it has not already been triggered. - tryLiteral(String) - Method in class org.dellroad.stuff.string.ParseContext
-
Determine if the current input starts with the given literal prefix.
- tryPattern(String) - Method in class org.dellroad.stuff.string.ParseContext
-
Determine if the current input starts with the given regular expression.
- tryPattern(Pattern) - Method in class org.dellroad.stuff.string.ParseContext
-
Determine if the current input starts with the given regular expression.
- type - Variable in class org.dellroad.stuff.java.MethodAnnotationScanner
- type() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Input
-
Get the value desired for the
type
property. - TYPE_NAMES - Static variable in class org.dellroad.stuff.sql.XMLResultSetWriter
-
Mapping from result set
Types
values to their corresponding names.
U
- unescape(String) - Static method in class org.dellroad.stuff.text.MessageFmt
-
Un-escape escaped
MessageFormat
special characters. - Unique - Annotation Interface in org.dellroad.stuff.validation
-
Validation constraint that checks for the uniqueness of the constrained property's value over some uniqueness domain.
- UniqueValidator - Class in org.dellroad.stuff.validation
-
Validator for the
@Unique
constraint. - UniqueValidator() - Constructor for class org.dellroad.stuff.validation.UniqueValidator
- uniquifier() - Element in annotation interface org.dellroad.stuff.validation.Unique
-
Class that converts values into unique objects (in the sense of
equals()
andhashCode()
). - Uniquifier<T> - Interface in org.dellroad.stuff.validation
-
Converts values into some other object that has the desired uniqueness.
- unmarshal(Source) - Method in class org.dellroad.stuff.jibx.IdMappingMarshaller
-
Invokdes
JibxMarshaller.unmarshal()
on the configuredJibxMarshaller
within an invocation ofIdGenerator.run()
. - unmarshalDomNode(Node) - Method in class org.dellroad.stuff.jibx.JibxMarshaller
- unmarshalInputStream(InputStream) - Method in class org.dellroad.stuff.jibx.JibxMarshaller
- unmarshalReader(Reader) - Method in class org.dellroad.stuff.jibx.JibxMarshaller
- unmarshalSaxReader(XMLReader, InputSource) - Method in class org.dellroad.stuff.jibx.JibxMarshaller
- unmarshalXmlEventReader(XMLEventReader) - Method in class org.dellroad.stuff.jibx.JibxMarshaller
- unmarshalXmlStreamReader(XMLStreamReader) - Method in class org.dellroad.stuff.jibx.JibxMarshaller
- unpark(Thread) - Method in class org.dellroad.stuff.java.ThreadParkingLot
-
Unpark a thread.
- unread() - Method in class org.dellroad.stuff.string.ParseContext
-
Push back the previously read character.
- UnrecognizedUpdateException - Exception in org.dellroad.stuff.schema
-
Exception thrown by a
AbstractSchemaUpdater.initializeAndUpdateDatabase(D)
when it encounters one or more recorded updates that are not recognized. - UnrecognizedUpdateException(String) - Constructor for exception org.dellroad.stuff.schema.UnrecognizedUpdateException
- UnrecognizedUpdateException(String, Throwable) - Constructor for exception org.dellroad.stuff.schema.UnrecognizedUpdateException
- unregister() - Method in class org.dellroad.stuff.vaadin24.util.VaadinExternalListener
-
Un-register as a listener on configured event source.
- unregisterExternal(S) - Method in class org.dellroad.stuff.vaadin24.util.VaadinExternalListener
-
Register as a listener from the given external event source.
- unregisterSession(VaadinSession) - Method in class org.dellroad.stuff.vaadin24.util.VaadinSessionTracker
-
Manually unregister a session.
- unwrap(Class<T>) - Static method in class org.dellroad.stuff.java.Primitive
-
Unwrap the given type into its primitive type if it's a primitive wrapper type.
- unwrap(Class<T>) - Method in class org.dellroad.stuff.schema.AbstractUpdatingDataSource
- unwrap(Class<T>) - Method in class org.dellroad.stuff.sql.MergedResultSet
- UPDATE_ELEMENT_NAME - Static variable in class org.dellroad.stuff.pobj.PersistentObjectSchemaUpdater
-
XML element name for a single update.
- updateArray(int, Array) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateArray(String, Array) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateAsciiStream(int, InputStream) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateAsciiStream(int, InputStream, int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateAsciiStream(int, InputStream, long) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateAsciiStream(String, InputStream) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateAsciiStream(String, InputStream, int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateAsciiStream(String, InputStream, long) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateBigDecimal(int, BigDecimal) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateBigDecimal(String, BigDecimal) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateBinaryStream(int, InputStream) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateBinaryStream(int, InputStream, int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateBinaryStream(int, InputStream, long) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateBinaryStream(String, InputStream) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateBinaryStream(String, InputStream, int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateBinaryStream(String, InputStream, long) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateBlob(int, InputStream) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateBlob(int, InputStream, long) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateBlob(int, Blob) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateBlob(String, InputStream) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateBlob(String, InputStream, long) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateBlob(String, Blob) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateBoolean(int, boolean) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateBoolean(String, boolean) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateByte(int, byte) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateByte(String, byte) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateBytes(int, byte[]) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateBytes(String, byte[]) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateCharacterStream(int, Reader) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateCharacterStream(int, Reader, int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateCharacterStream(int, Reader, long) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateCharacterStream(String, Reader) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateCharacterStream(String, Reader, int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateCharacterStream(String, Reader, long) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateClob(int, Reader) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateClob(int, Reader, long) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateClob(int, Clob) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateClob(String, Reader) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateClob(String, Reader, long) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateClob(String, Clob) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateDataSource(DataSource) - Method in class org.dellroad.stuff.schema.AbstractUpdatingDataSource
-
Update the inner
DataSource
. - updateDataSource(DataSource) - Method in class org.dellroad.stuff.schema.SchemaUpdatingDataSource
- updateDataSource(DataSource) - Method in class org.dellroad.stuff.schema.UpdatingDataSource
- updateDate(int, Date) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateDate(String, Date) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateDouble(int, double) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateDouble(String, double) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateFloat(int, float) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateFloat(String, float) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateFromLoad(long, Stream<? extends T>) - Method in class org.dellroad.stuff.vaadin24.data.AsyncDataProvider
-
Update this data provider's internal list of items using the new data from a successful load operation and fire a refresh notification.
- UpdateInProgressException - Exception in org.dellroad.stuff.schema
-
Exception thrown by an
AbstractUpdatingDataSource
operating in asynchronous mode whengetConnection()
is invoked while an update is still in progress. - UpdateInProgressException() - Constructor for exception org.dellroad.stuff.schema.UpdateInProgressException
- UpdateInProgressException(String) - Constructor for exception org.dellroad.stuff.schema.UpdateInProgressException
- updateInt(int, int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateInt(String, int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateLong(int, long) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateLong(String, long) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateNCharacterStream(int, Reader) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateNCharacterStream(int, Reader, long) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateNCharacterStream(String, Reader) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateNCharacterStream(String, Reader, long) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateNClob(int, Reader) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateNClob(int, Reader, long) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateNClob(int, NClob) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateNClob(String, Reader) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateNClob(String, Reader, long) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateNClob(String, NClob) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateNString(int, String) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateNString(String, String) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateNull(int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateNull(String) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateObject(int, Object) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateObject(int, Object, int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateObject(String, Object) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateObject(String, Object, int) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateRef(int, Ref) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateRef(String, Ref) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateRow() - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateRowId(int, RowId) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateRowId(String, RowId) - Method in class org.dellroad.stuff.sql.MergedResultSet
- UPDATES_ELEMENT_NAME - Static variable in class org.dellroad.stuff.pobj.PersistentObjectSchemaUpdater
-
XML element name for the updates list.
- updateSelection() - Method in class org.dellroad.stuff.net.ChannelConnection
-
Update selected keys.
- updateSelection() - Method in class org.dellroad.stuff.net.TCPConnection
- updateShort(int, short) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateShort(String, short) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateSQLXML(int, SQLXML) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateSQLXML(String, SQLXML) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateString(int, String) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateString(String, String) - Method in class org.dellroad.stuff.sql.MergedResultSet
- UpdatesXMLStreamReader - Class in org.dellroad.stuff.pobj
-
AnnotatedXMLStreamReader
that reads the nested schema update list. - UpdatesXMLStreamReader(XMLStreamReader) - Constructor for class org.dellroad.stuff.pobj.UpdatesXMLStreamReader
- UpdatesXMLStreamWriter - Class in org.dellroad.stuff.pobj
-
AnnotatedXMLStreamWriter
that inserts the schema update list into the document using anPersistentObjectSchemaUpdater.UPDATES_ELEMENT_NAME
annotation element. - UpdatesXMLStreamWriter(XMLStreamWriter, List<String>) - Constructor for class org.dellroad.stuff.pobj.UpdatesXMLStreamWriter
-
Constructor.
- updateTime(int, Time) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateTime(String, Time) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateTimestamp(int, Timestamp) - Method in class org.dellroad.stuff.sql.MergedResultSet
- updateTimestamp(String, Timestamp) - Method in class org.dellroad.stuff.sql.MergedResultSet
- UpdatingDataSource - Class in org.dellroad.stuff.schema
-
A
DataSource
that wraps an innerDataSource
and automatically applies a configuredSQLCommandList
on first access. - UpdatingDataSource() - Constructor for class org.dellroad.stuff.schema.UpdatingDataSource
- usageError() - Method in class org.dellroad.stuff.main.MainClass
-
Print the usage message and exit with exit value 1.
- usageMessage() - Method in class org.dellroad.stuff.main.MainClass
-
Display the usage message to standard error.
- UTF_16BE - Enum constant in enum class org.dellroad.stuff.io.BOM
- UTF_16LE - Enum constant in enum class org.dellroad.stuff.io.BOM
- UTF_32BE - Enum constant in enum class org.dellroad.stuff.io.BOM
- UTF_32LE - Enum constant in enum class org.dellroad.stuff.io.BOM
- UTF_8 - Enum constant in enum class org.dellroad.stuff.io.BOM
V
- VaadinExternalListener<S> - Class in org.dellroad.stuff.vaadin24.util
-
Support superclass for listeners in a Vaadin session who need to listen to non-Vaadin ("external") event sources.
- VaadinExternalListener(S) - Constructor for class org.dellroad.stuff.vaadin24.util.VaadinExternalListener
-
Convenience constructor.
- VaadinExternalListener(S, VaadinSession) - Constructor for class org.dellroad.stuff.vaadin24.util.VaadinExternalListener
-
Primary constructor.
- VaadinSessionFinder - Class in org.dellroad.stuff.vaadin24.util
-
Utility class for finding the
VaadinSession
associated with the current HTTP request whenVaadinSession.getCurrent()
isn't an option. - VaadinSessionTracker - Class in org.dellroad.stuff.vaadin24.util
-
Tracks and limits the open
VaadinSession
's in a Vaadin application and provides a thread-safe way to poll them for information. - VaadinSessionTracker() - Constructor for class org.dellroad.stuff.vaadin24.util.VaadinSessionTracker
-
Default constructor.
- VaadinSessionTracker(int) - Constructor for class org.dellroad.stuff.vaadin24.util.VaadinSessionTracker
-
Constructor.
- VaadinUtil - Class in org.dellroad.stuff.vaadin24.util
-
Miscellaneous utility methods.
- validate() - Method in class org.dellroad.stuff.validation.ValidationContext
-
Validate this instance's root object.
- validate(Validator) - Method in class org.dellroad.stuff.validation.ValidationContext
-
Validate this instance's root object using the given
Validator
, making this context available to the current thread during the validation process viaValidationContext.getCurrentContext()
. - validate(Validator, S) - Method in class org.dellroad.stuff.validation.ValidationContext
-
Validate the given target object using the given
Validator
, making this context available to the current thread during the validation process viaValidationContext.getCurrentContext()
. - validate(T) - Method in class org.dellroad.stuff.pobj.AbstractDelegate
-
Validate the given instance.
- validate(T) - Method in class org.dellroad.stuff.pobj.FilterDelegate
- validate(T) - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Validate a root object.
- validate(T) - Method in interface org.dellroad.stuff.pobj.PersistentObjectDelegate
-
Validate the given object.
- validate(T) - Method in class org.dellroad.stuff.pobj.PersistentObjectSchemaUpdater
-
Validate the given instance.
- validate(T, ValueContext) - Method in class org.dellroad.stuff.vaadin24.field.BinderCustomField
-
Validate this instance.
- validate(T, ValueContext) - Method in class org.dellroad.stuff.vaadin24.field.NullableField
- validate(T, Class<?>...) - Static method in class org.dellroad.stuff.validation.ValidationUtil
-
Validate the given object.
- validate(V, ValueContext) - Method in interface org.dellroad.stuff.vaadin24.field.ValidatingField
-
Validate this instance.
- validateBean(ValueContext) - Method in interface org.dellroad.stuff.vaadin24.field.ValidatingBean
-
Apply bean-level validation to this bean instance.
- ValidatingBean - Interface in org.dellroad.stuff.vaadin24.field
-
Implemented by
FieldBuilder
target bean classes that want to apply some bean-level validation logic themselves. - ValidatingField<E extends HasValue.ValueChangeEvent<V>,
V> - Interface in org.dellroad.stuff.vaadin24.field -
Implemented by fields that are themselves capable of validating field values.
- ValidationContext<T> - Class in org.dellroad.stuff.validation
-
Provides additional context for
ConstraintValidator
implementations. - ValidationContext(T, Class<?>...) - Constructor for class org.dellroad.stuff.validation.ValidationContext
-
Construct a new validation context configured to validate the given root object, using the given validation group(s).
- validationStatusHandler() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.Binding
-
Get the validation status handler class.
- ValidationUtil - Class in org.dellroad.stuff.validation
-
Validation utility methods.
- validators() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.Binding
-
Get the validator class(es).
- value() - Method in enum class org.dellroad.stuff.text.MessageFmt.DateFormatStandard
- value() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.EnabledBy
-
The name of the other properties in the form that should control enablement.
- value() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.FieldDefault
-
The name of the field property that the annotated method will provide.
- value() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.NullifyCheckbox
-
The label for the auto-generated
Checkbox
. - value() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.ProvidesField
-
The bean property that the annotated method's return value edits.
- valueChangeMode() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the value desired for the
valueChangeMode
property. - valueChangeMode() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the value desired for the
valueChangeMode
property. - valueChangeMode() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Input
-
Get the value desired for the
valueChangeMode
property. - valueChangeMode() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the value desired for the
valueChangeMode
property. - valueChangeMode() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
valueChangeMode
property. - valueChangeMode() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
valueChangeMode
property. - valueChangeMode() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RangeInput
-
Get the value desired for the
valueChangeMode
property. - valueChangeMode() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the value desired for the
valueChangeMode
property. - valueChangeMode() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the value desired for the
valueChangeMode
property. - valueChangeTimeout() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the value desired for the
valueChangeTimeout
property. - valueChangeTimeout() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the value desired for the
valueChangeTimeout
property. - valueChangeTimeout() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Input
-
Get the value desired for the
valueChangeTimeout
property. - valueChangeTimeout() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the value desired for the
valueChangeTimeout
property. - valueChangeTimeout() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
valueChangeTimeout
property. - valueChangeTimeout() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
valueChangeTimeout
property. - valueChangeTimeout() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RangeInput
-
Get the value desired for the
valueChangeTimeout
property. - valueChangeTimeout() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the value desired for the
valueChangeTimeout
property. - valueChangeTimeout() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the value desired for the
valueChangeTimeout
property. - valueOf(String) - Static method in enum class org.dellroad.stuff.io.BOM
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.dellroad.stuff.java.ErrorAction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.dellroad.stuff.text.MessageFmt.DateFormatStandard
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.dellroad.stuff.vaadin24.audio.Audio.PreloadMode
-
Returns the enum constant of this class with the specified name.
- valueProviderComparator() - Element in annotation interface org.dellroad.stuff.vaadin24.grid.GridColumn
-
Get the
ValueProvider
class to use to produce values used for in-memory sorting. - values() - Static method in enum class org.dellroad.stuff.io.BOM
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.dellroad.stuff.java.ErrorAction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in class org.dellroad.stuff.java.Primitive
-
Get all instances of this class.
- values() - Static method in enum class org.dellroad.stuff.text.MessageFmt.DateFormatStandard
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.dellroad.stuff.vaadin24.audio.Audio.PreloadMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VersionComparator - Class in org.dellroad.stuff.string
-
Comparator for version numbers.
- VersionComparator() - Constructor for class org.dellroad.stuff.string.VersionComparator
-
Convenience constructor.
- VersionComparator(Comparator<String>) - Constructor for class org.dellroad.stuff.string.VersionComparator
-
Primary constructor.
- VersionPartComparator - Class in org.dellroad.stuff.string
-
Comparator for version number parts.
- VersionPartComparator() - Constructor for class org.dellroad.stuff.string.VersionPartComparator
- visibilityMenu() - Element in annotation interface org.dellroad.stuff.vaadin24.grid.GridColumn
-
Get whether to include this column as one of the columns with configurable visibility by way of
GridColumnScanner.addVisbilityMenuItems()
. - visible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder.GridMultiSelect
-
Get the value desired for the
visible
property. - visible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder.GridSingleSelect
-
Get the value desired for the
visible
property. - visible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the value desired for the
visible
property. - visible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Checkbox
-
Get the value desired for the
visible
property. - visible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CheckboxGroup
-
Get the value desired for the
visible
property. - visible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the value desired for the
visible
property. - visible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CustomField
-
Get the value desired for the
visible
property. - visible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the value desired for the
visible
property. - visible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Get the value desired for the
visible
property. - visible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the value desired for the
visible
property. - visible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Input
-
Get the value desired for the
visible
property. - visible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the value desired for the
visible
property. - visible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ListBox
-
Get the value desired for the
visible
property. - visible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the value desired for the
visible
property. - visible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectListBox
-
Get the value desired for the
visible
property. - visible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
visible
property. - visible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
visible
property. - visible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RadioButtonGroup
-
Get the value desired for the
visible
property. - visible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RangeInput
-
Get the value desired for the
visible
property. - visible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Get the value desired for the
visible
property. - visible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the value desired for the
visible
property. - visible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the value desired for the
visible
property. - visible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Get the value desired for the
visible
property. - visible() - Element in annotation interface org.dellroad.stuff.vaadin24.grid.GridColumn
-
Get initial visibility setting.
- visit(PrimitiveSwitch<R>) - Method in class org.dellroad.stuff.java.Primitive
-
Apply visitor pattern.
- visit(MessageFmt.SegmentSwitch) - Method in class org.dellroad.stuff.text.MessageFmt.ChoiceArgumentSegment
- visit(MessageFmt.SegmentSwitch) - Method in class org.dellroad.stuff.text.MessageFmt.CurrencyArgumentSegment
- visit(MessageFmt.SegmentSwitch) - Method in class org.dellroad.stuff.text.MessageFmt.DecimalArgumentSegment
- visit(MessageFmt.SegmentSwitch) - Method in class org.dellroad.stuff.text.MessageFmt.DefaultArgumentSegment
- visit(MessageFmt.SegmentSwitch) - Method in class org.dellroad.stuff.text.MessageFmt.DefaultNumberFormatArgumentSegment
- visit(MessageFmt.SegmentSwitch) - Method in class org.dellroad.stuff.text.MessageFmt.IntegerArgumentSegment
- visit(MessageFmt.SegmentSwitch) - Method in class org.dellroad.stuff.text.MessageFmt.PercentArgumentSegment
- visit(MessageFmt.SegmentSwitch) - Method in class org.dellroad.stuff.text.MessageFmt.Segment
-
Visit the method of the given switch corresponding to this instance's concrete type.
- visit(MessageFmt.SegmentSwitch) - Method in class org.dellroad.stuff.text.MessageFmt.SimpleDateFormatArgumentSegment
- visit(MessageFmt.SegmentSwitch) - Method in class org.dellroad.stuff.text.MessageFmt.StandardDateFormatArgumentSegment
- visit(MessageFmt.SegmentSwitch) - Method in class org.dellroad.stuff.text.MessageFmt.StandardTimeFormatArgumentSegment
- visit(MessageFmt.SegmentSwitch) - Method in class org.dellroad.stuff.text.MessageFmt.TextSegment
- VOID - Static variable in class org.dellroad.stuff.java.Primitive
-
Void type.
W
- wait(Object, long, Predicate) - Static method in class org.dellroad.stuff.java.TimedWait
-
Wait (using
Object.wait()
) up to a given time limit for some predicate to become true. - waitForIdle(long) - Method in class org.dellroad.stuff.io.AsyncOutputStream
-
Wait for all outstanding work to complete.
- waitForReader() - Method in class org.dellroad.stuff.io.NullModemOutputStream
- waitForSpace(int, long) - Method in class org.dellroad.stuff.io.AsyncOutputStream
-
Wait for buffer space availability.
- wakeup() - Method in class org.dellroad.stuff.net.SelectorSupport
-
Wakeup the service thread.
- warning(TransformerException) - Method in class org.dellroad.stuff.xml.TransformErrorListener
- wasNull() - Method in class org.dellroad.stuff.sql.MergedResultSet
- weekNumbersVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the value desired for the
weekNumbersVisible
property. - weekNumbersVisible() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Get the value desired for the
weekNumbersVisible
property. - WholeBeanValidator - Class in org.dellroad.stuff.vaadin24.util
-
Applies JSR 303 bean validation constraints that are attached to the bean as a whole (not to an individual property).
- WholeBeanValidator(Class<?>) - Constructor for class org.dellroad.stuff.vaadin24.util.WholeBeanValidator
-
Constructor.
- width() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder.GridMultiSelect
-
Get the value desired for the
width
property. - width() - Element in annotation interface org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder.GridSingleSelect
-
Get the value desired for the
width
property. - width() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.BigDecimalField
-
Get the value desired for the
width
property. - width() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Checkbox
-
Get the value desired for the
width
property. - width() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CheckboxGroup
-
Get the value desired for the
width
property. - width() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ComboBox
-
Get the value desired for the
width
property. - width() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.CustomField
-
Get the value desired for the
width
property. - width() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DatePicker
-
Get the value desired for the
width
property. - width() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.DateTimePicker
-
Get the value desired for the
width
property. - width() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.EmailField
-
Get the value desired for the
width
property. - width() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Input
-
Get the value desired for the
width
property. - width() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.IntegerField
-
Get the value desired for the
width
property. - width() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.ListBox
-
Get the value desired for the
width
property. - width() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectComboBox
-
Get the value desired for the
width
property. - width() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.MultiSelectListBox
-
Get the value desired for the
width
property. - width() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.NumberField
-
Get the value desired for the
width
property. - width() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.PasswordField
-
Get the value desired for the
width
property. - width() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RadioButtonGroup
-
Get the value desired for the
width
property. - width() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.RangeInput
-
Get the value desired for the
width
property. - width() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.Select
-
Get the value desired for the
width
property. - width() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextArea
-
Get the value desired for the
width
property. - width() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TextField
-
Get the value desired for the
width
property. - width() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilder.TimePicker
-
Get the value desired for the
width
property. - width() - Element in annotation interface org.dellroad.stuff.vaadin24.grid.GridColumn
-
Get the width.
- windowTitle() - Element in annotation interface org.dellroad.stuff.vaadin24.field.FieldBuilderCustomField.DialogForm
-
Title for the dialog window.
- withUI(UI, Runnable) - Method in class org.dellroad.stuff.vaadin24.util.AsyncTaskManager
-
Perform the given action with the given
UI
as current, if not null and still associated with the currentVaadinSession
. - wrap(Class<T>) - Static method in class org.dellroad.stuff.java.Primitive
-
Wrap the given primitive type into its wrapper type if it's a primitive type.
- write(byte[]) - Method in class org.dellroad.stuff.io.AtomicUpdateFileOutputStream
- write(byte[]) - Method in class org.dellroad.stuff.io.NullModemOutputStream
- write(byte[], int, int) - Method in class org.dellroad.stuff.io.AsyncOutputStream
-
Write data.
- write(byte[], int, int) - Method in class org.dellroad.stuff.io.AtomicUpdateFileOutputStream
- write(byte[], int, int) - Method in class org.dellroad.stuff.io.BitwiseOutputStream
- write(byte[], int, int) - Method in class org.dellroad.stuff.io.ByteBufferOutputStream
- write(byte[], int, int) - Method in class org.dellroad.stuff.io.NullModemOutputStream
- write(byte[], int, int) - Method in class org.dellroad.stuff.io.PipedStreams.Output
- write(int) - Method in class org.dellroad.stuff.io.AsyncOutputStream
-
Write data.
- write(int) - Method in class org.dellroad.stuff.io.AtomicUpdateFileOutputStream
- write(int) - Method in class org.dellroad.stuff.io.BitwiseOutputStream
- write(int) - Method in class org.dellroad.stuff.io.ByteBufferOutputStream
- write(int) - Method in class org.dellroad.stuff.io.NullModemOutputStream
- write(int) - Method in class org.dellroad.stuff.io.OutputStreamWriter
- write(int) - Method in class org.dellroad.stuff.io.PipedStreams.Output
- write(String, ResultSet) - Method in class org.dellroad.stuff.sql.XMLResultSetWriter
-
Write the given
ResultSet
out within a<result-set>
XML element including the query. - write(ResultSet) - Method in class org.dellroad.stuff.sql.XMLResultSetWriter
-
Write the given
ResultSet
out within a<result-set>
XML element. - write(T) - Method in class org.dellroad.stuff.jibx.XMLDocumentOutputStream
-
Write the object encoded as XML to the underlying output stream.
- write(T) - Method in class org.dellroad.stuff.pobj.PersistentObject
-
Write the persistent file and rotate any backups.
- write(T, PersistentObjectDelegate<T>, File) - Static method in class org.dellroad.stuff.pobj.PersistentObject
-
Write a persistent object using the given delegate.
- write(T, PersistentObjectDelegate<T>, OutputStream) - Static method in class org.dellroad.stuff.pobj.PersistentObject
-
Write a persistent object using the given delegate.
- write(T, PersistentObjectDelegate<T>, Result) - Static method in class org.dellroad.stuff.pobj.PersistentObject
-
Write a persistent object using the given delegate.
- writeAttribute(String, String) - Method in class org.dellroad.stuff.xml.EmptyTagXMLStreamWriter
- writeAttribute(String, String) - Method in class org.dellroad.stuff.xml.StreamWriterDelegate
- writeAttribute(String, String, String) - Method in class org.dellroad.stuff.xml.EmptyTagXMLStreamWriter
- writeAttribute(String, String, String) - Method in class org.dellroad.stuff.xml.StreamWriterDelegate
- writeAttribute(String, String, String, String) - Method in class org.dellroad.stuff.xml.EmptyTagXMLStreamWriter
- writeAttribute(String, String, String, String) - Method in class org.dellroad.stuff.xml.StreamWriterDelegate
- writeBit(boolean) - Method in class org.dellroad.stuff.io.BitwiseOutputStream
-
Write a single bit.
- writeBits(long, int) - Method in class org.dellroad.stuff.io.BitwiseOutputStream
-
Write bits in a
long
value. - writeBits(BitSet, int) - Method in class org.dellroad.stuff.io.BitwiseOutputStream
-
Write some bits from a
BitSet
. - WriteCallback - Interface in org.dellroad.stuff.io
-
Callback interface used to write output to an
OutputStream
. - writeCData(String) - Method in class org.dellroad.stuff.xml.AnnotatedXMLStreamWriter
- writeCData(String) - Method in class org.dellroad.stuff.xml.EmptyTagXMLStreamWriter
- writeCData(String) - Method in class org.dellroad.stuff.xml.IndentXMLStreamWriter
- writeCData(String) - Method in class org.dellroad.stuff.xml.StreamWriterDelegate
- writeCharacters(char[], int, int) - Method in class org.dellroad.stuff.xml.AnnotatedXMLStreamWriter
- writeCharacters(char[], int, int) - Method in class org.dellroad.stuff.xml.EmptyTagXMLStreamWriter
- writeCharacters(char[], int, int) - Method in class org.dellroad.stuff.xml.IndentXMLStreamWriter
- writeCharacters(char[], int, int) - Method in class org.dellroad.stuff.xml.StreamWriterDelegate
- writeCharacters(String) - Method in class org.dellroad.stuff.xml.AnnotatedXMLStreamWriter
- writeCharacters(String) - Method in class org.dellroad.stuff.xml.EmptyTagXMLStreamWriter
- writeCharacters(String) - Method in class org.dellroad.stuff.xml.IndentXMLStreamWriter
- writeCharacters(String) - Method in class org.dellroad.stuff.xml.StreamWriterDelegate
- writeComment(String) - Method in class org.dellroad.stuff.xml.AnnotatedXMLStreamWriter
- writeComment(String) - Method in class org.dellroad.stuff.xml.EmptyTagXMLStreamWriter
- writeComment(String) - Method in class org.dellroad.stuff.xml.IndentXMLStreamWriter
- writeComment(String) - Method in class org.dellroad.stuff.xml.StreamWriterDelegate
- writeDefaultNamespace(String) - Method in class org.dellroad.stuff.xml.EmptyTagXMLStreamWriter
- writeDefaultNamespace(String) - Method in class org.dellroad.stuff.xml.StreamWriterDelegate
- writeDTD(String) - Method in class org.dellroad.stuff.xml.AnnotatedXMLStreamWriter
- writeDTD(String) - Method in class org.dellroad.stuff.xml.EmptyTagXMLStreamWriter
- writeDTD(String) - Method in class org.dellroad.stuff.xml.IndentXMLStreamWriter
- writeDTD(String) - Method in class org.dellroad.stuff.xml.StreamWriterDelegate
- writeEmptyElement(String) - Method in class org.dellroad.stuff.xml.AnnotatedXMLStreamWriter
- writeEmptyElement(String) - Method in class org.dellroad.stuff.xml.EmptyTagXMLStreamWriter
- writeEmptyElement(String) - Method in class org.dellroad.stuff.xml.IndentXMLStreamWriter
- writeEmptyElement(String) - Method in class org.dellroad.stuff.xml.StreamWriterDelegate
- writeEmptyElement(String, String) - Method in class org.dellroad.stuff.xml.AnnotatedXMLStreamWriter
- writeEmptyElement(String, String) - Method in class org.dellroad.stuff.xml.EmptyTagXMLStreamWriter
- writeEmptyElement(String, String) - Method in class org.dellroad.stuff.xml.IndentXMLStreamWriter
- writeEmptyElement(String, String) - Method in class org.dellroad.stuff.xml.StreamWriterDelegate
- writeEmptyElement(String, String, String) - Method in class org.dellroad.stuff.xml.AnnotatedXMLStreamWriter
- writeEmptyElement(String, String, String) - Method in class org.dellroad.stuff.xml.EmptyTagXMLStreamWriter
- writeEmptyElement(String, String, String) - Method in class org.dellroad.stuff.xml.IndentXMLStreamWriter
- writeEmptyElement(String, String, String) - Method in class org.dellroad.stuff.xml.StreamWriterDelegate
- writeEndDocument() - Method in class org.dellroad.stuff.xml.AnnotatedXMLStreamWriter
- writeEndDocument() - Method in class org.dellroad.stuff.xml.EmptyTagXMLStreamWriter
- writeEndDocument() - Method in class org.dellroad.stuff.xml.IndentXMLStreamWriter
- writeEndDocument() - Method in class org.dellroad.stuff.xml.StreamWriterDelegate
- writeEndElement() - Method in class org.dellroad.stuff.xml.AnnotatedXMLStreamWriter
- writeEndElement() - Method in class org.dellroad.stuff.xml.EmptyTagXMLStreamWriter
- writeEndElement() - Method in class org.dellroad.stuff.xml.IndentXMLStreamWriter
- writeEndElement() - Method in class org.dellroad.stuff.xml.StreamWriterDelegate
- writeEntityRef(String) - Method in class org.dellroad.stuff.xml.AnnotatedXMLStreamWriter
- writeEntityRef(String) - Method in class org.dellroad.stuff.xml.EmptyTagXMLStreamWriter
- writeEntityRef(String) - Method in class org.dellroad.stuff.xml.IndentXMLStreamWriter
- writeEntityRef(String) - Method in class org.dellroad.stuff.xml.StreamWriterDelegate
- writeNamespace(String, String) - Method in class org.dellroad.stuff.xml.EmptyTagXMLStreamWriter
- writeNamespace(String, String) - Method in class org.dellroad.stuff.xml.StreamWriterDelegate
- writeObject(Object, String, Writer) - Static method in class org.dellroad.stuff.jibx.JiBXUtil
-
Write out the given instance encoded as an XML document with "UTF-8" as the declared encoding.
- writeObject(T, OutputStream) - Static method in class org.dellroad.stuff.jibx.JiBXUtil
-
Write out the given instance encoded as a UTF-8 encoded XML document.
- writeObject(T, Writer) - Static method in class org.dellroad.stuff.jibx.JiBXUtil
-
Write out the given instance encoded as an XML document with "UTF-8" as the declared encoding.
- writeObject(T, String, OutputStream) - Static method in class org.dellroad.stuff.jibx.JiBXUtil
-
Write out the given instance encoded as a UTF-8 encoded XML document.
- writeProcessingInstruction(String) - Method in class org.dellroad.stuff.xml.AnnotatedXMLStreamWriter
- writeProcessingInstruction(String) - Method in class org.dellroad.stuff.xml.EmptyTagXMLStreamWriter
- writeProcessingInstruction(String) - Method in class org.dellroad.stuff.xml.IndentXMLStreamWriter
- writeProcessingInstruction(String) - Method in class org.dellroad.stuff.xml.StreamWriterDelegate
- writeProcessingInstruction(String, String) - Method in class org.dellroad.stuff.xml.AnnotatedXMLStreamWriter
- writeProcessingInstruction(String, String) - Method in class org.dellroad.stuff.xml.EmptyTagXMLStreamWriter
- writeProcessingInstruction(String, String) - Method in class org.dellroad.stuff.xml.IndentXMLStreamWriter
- writeProcessingInstruction(String, String) - Method in class org.dellroad.stuff.xml.StreamWriterDelegate
- writeStartDocument() - Method in class org.dellroad.stuff.xml.IndentXMLStreamWriter
- writeStartDocument() - Method in class org.dellroad.stuff.xml.StreamWriterDelegate
- writeStartDocument(String) - Method in class org.dellroad.stuff.xml.IndentXMLStreamWriter
- writeStartDocument(String) - Method in class org.dellroad.stuff.xml.StreamWriterDelegate
- writeStartDocument(String, String) - Method in class org.dellroad.stuff.xml.IndentXMLStreamWriter
- writeStartDocument(String, String) - Method in class org.dellroad.stuff.xml.StreamWriterDelegate
- writeStartElement(String) - Method in class org.dellroad.stuff.xml.AnnotatedXMLStreamWriter
- writeStartElement(String) - Method in class org.dellroad.stuff.xml.EmptyTagXMLStreamWriter
- writeStartElement(String) - Method in class org.dellroad.stuff.xml.IndentXMLStreamWriter
- writeStartElement(String) - Method in class org.dellroad.stuff.xml.StreamWriterDelegate
- writeStartElement(String, String) - Method in class org.dellroad.stuff.xml.AnnotatedXMLStreamWriter
- writeStartElement(String, String) - Method in class org.dellroad.stuff.xml.EmptyTagXMLStreamWriter
- writeStartElement(String, String) - Method in class org.dellroad.stuff.xml.IndentXMLStreamWriter
- writeStartElement(String, String) - Method in class org.dellroad.stuff.xml.StreamWriterDelegate
- writeStartElement(String, String, String) - Method in class org.dellroad.stuff.xml.AnnotatedXMLStreamWriter
- writeStartElement(String, String, String) - Method in class org.dellroad.stuff.xml.EmptyTagXMLStreamWriter
- writeStartElement(String, String, String) - Method in class org.dellroad.stuff.xml.IndentXMLStreamWriter
- writeStartElement(String, String, String) - Method in class org.dellroad.stuff.xml.StreamWriterDelegate
- writeTo(OutputStream) - Method in interface org.dellroad.stuff.io.WriteCallback
-
Write the output to the given output stream.
X
- xalanWorkarounds - Variable in class org.dellroad.stuff.xml.TransformErrorListener
- XML_ENCODING - Static variable in class org.dellroad.stuff.jibx.JiBXUtil
- XML_PREFIX - Static variable in class org.dellroad.stuff.pobj.PersistentObjectSchemaUpdater
-
Preferred XML namespace prefix for
PersistentObjectSchemaUpdater.NAMESPACE_URI
elements. - XMLDocumentInputStream<T> - Class in org.dellroad.stuff.jibx
-
InputStream
over which XML documents are passed. - XMLDocumentInputStream(Class<T>, InputStream) - Constructor for class org.dellroad.stuff.jibx.XMLDocumentInputStream
-
Constructor.
- XMLDocumentOutputStream<T> - Class in org.dellroad.stuff.jibx
-
OutputStream
over which XML documents are passed. - XMLDocumentOutputStream(OutputStream) - Constructor for class org.dellroad.stuff.jibx.XMLDocumentOutputStream
-
Constructor.
- xmlEventFactory - Variable in class org.dellroad.stuff.xml.AnnotatedXMLEventWriter
- XMLNS_ATTRIBUTE_NAME - Static variable in class org.dellroad.stuff.pobj.PersistentObjectSchemaUpdater
-
XML namespace URI used for namespace declarations.
- XMLResultSetWriter - Class in org.dellroad.stuff.sql
-
Outputs the result of an SQL query as XML.
- XMLResultSetWriter(XMLStreamWriter, int) - Constructor for class org.dellroad.stuff.sql.XMLResultSetWriter
-
Constructor.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form