Skip navigation links
A B C D E G I K L M N O P R S T U V W 

A

abort() - Method in interface org.refcodes.mixin.mixins.Abortable
Skips any iterations left, thereby finishing the implementing instance.
Abortable - Interface in org.refcodes.mixin.mixins
Aborts any continuing operation of the implementing instance.
ArgumentsAccessor<ARG> - Interface in org.refcodes.mixin.mixins
Provides access to a arguments property for e.g. key / arguments pair.
ArgumentsAccessor.ArgumentsMutator<ARG> - Interface in org.refcodes.mixin.mixins
Extends the ArgumentsAccessor with a setter method.
ArgumentsAccessor.ArgumentsProperty<ARG> - Interface in org.refcodes.mixin.mixins
Extends the ArgumentsAccessor with a setter method.
AttributeAccessor<K,V> - Interface in org.refcodes.mixin.mixins
Provides an accessor for a key-to-value property useful in some occasions.
AttributeAccessor.AttributeMutator<K,V> - Interface in org.refcodes.mixin.mixins
Provides a mutator for a key-to-value property useful in some occasions.
AttributeAccessor.AttributeProperty<K,V> - Interface in org.refcodes.mixin.mixins
Key-to-value property useful in some occasions.
AttributeAccessorImpl<K,V> - Class in org.refcodes.mixin.mixins.impls
Key-to-value accessor needful in some cases.
AttributeAccessorImpl(K, V) - Constructor for class org.refcodes.mixin.mixins.impls.AttributeAccessorImpl
Constructs a key-to-value accessor.
AttributeAccessorImpl.AttributeMutatorImpl - Class in org.refcodes.mixin.mixins.impls
Key-to-value mutator needful in some cases.
AttributeAccessorImpl.AttributePropertyImpl - Class in org.refcodes.mixin.mixins.impls
Key-to-value property needful in some cases.
AttributeMutatorImpl() - Constructor for class org.refcodes.mixin.mixins.impls.AttributeAccessorImpl.AttributeMutatorImpl
 
AttributePropertyImpl(K, V) - Constructor for class org.refcodes.mixin.mixins.impls.AttributeAccessorImpl.AttributePropertyImpl

B

BottomDividerEdgeAccessor<T> - Interface in org.refcodes.mixin.mixins
Accessor for accessing the bottom divider edge; we need it in the TableBody as well as in the TableHeader and clearly in the TableTail.
BottomRightEdgeAccessor<T> - Interface in org.refcodes.mixin.mixins
 
BusyAccessor - Interface in org.refcodes.mixin.mixins
Provides an accessor for a busy property.
BusyAccessor.BusyMutator - Interface in org.refcodes.mixin.mixins
Provides a mutator for a busy property.
BusyAccessor.BusyProperty - Interface in org.refcodes.mixin.mixins
Provides a busy property.

C

ContextAccessor<CTX> - Interface in org.refcodes.mixin.mixins
Provides an accessor for a context property.
ContextAccessor.ContextMutator<CTX> - Interface in org.refcodes.mixin.mixins
Provides a mutator for a context property.
ContextAccessor.ContextProperty<CTX> - Interface in org.refcodes.mixin.mixins
Provides a context property.
CreatedDateAccessor - Interface in org.refcodes.mixin.mixins
Provides an accessor for a "created" date property.
CreatedDateAccessor.CreatedDateMutator - Interface in org.refcodes.mixin.mixins
Provides a mutator for a "created" date property.
CreatedDateAccessor.CreatedDateProperty - Interface in org.refcodes.mixin.mixins
Extends the CreatedDateAccessor with a setter method.
CredentialAccessor<C> - Interface in org.refcodes.mixin.mixins
Provides an accessor for a credential property for e.g. key / credential pair.
CredentialAccessor.CredentialMutator<L> - Interface in org.refcodes.mixin.mixins
Provides a mutator for a credential property for e.g. key / credential pair.
CredentialAccessor.CredentialProperty<L> - Interface in org.refcodes.mixin.mixins
* Provides a credential property for e.g. key / credential pair.

D

DescriptionAccessor - Interface in org.refcodes.mixin.mixins
Provides an accessor for a description property.
DescriptionAccessor.DescriptionBuilder<B> - Interface in org.refcodes.mixin.mixins
Provides a builder method for a description property returning the builder for applying multiple build operations.
DescriptionAccessor.DescriptionMutator - Interface in org.refcodes.mixin.mixins
Provides a mutator for a description property.
DescriptionAccessor.DescriptionProperty - Interface in org.refcodes.mixin.mixins
Provides a description property.
Disposable - Interface in org.refcodes.mixin.mixins
Any type not being a mature component, which nevertheless can be destroyed, implements this Disposable interface.
Disposable.DisposeSupport - Interface in org.refcodes.mixin.mixins
The Disposable.DisposeSupport interface defines those methods related to the dispose life-cycle as well as evaluating the disposed status with DisposedAccessor.isDisposed().
dispose() - Method in interface org.refcodes.mixin.mixins.Disposable
Disposes the implementing class's instance.
DisposedAccessor - Interface in org.refcodes.mixin.mixins
Provides an accessor for a dispose property.
DisposedAccessor.DisposedMutator - Interface in org.refcodes.mixin.mixins
Provides a mutator for a dispose property.
DisposedAccessor.DisposedProperty - Interface in org.refcodes.mixin.mixins
Provides a mutator for a dispose property.

E

ErrorStreamAccessor - Interface in org.refcodes.mixin.mixins
Provides an accessor for an error stream property.
ErrorStreamAccessor.ErrorStreamMutator - Interface in org.refcodes.mixin.mixins
Provides a mutator for an error stream property.
ErrorStreamAccessor.ErrorStreamProperty - Interface in org.refcodes.mixin.mixins
Provides an error stream property.

G

getArguments() - Method in interface org.refcodes.mixin.mixins.ArgumentsAccessor
Retrieves the arguments from the arguments property.
getBottomDividerEdge() - Method in interface org.refcodes.mixin.mixins.BottomDividerEdgeAccessor
Returns the table row's bottom divider edge character, for example "╪" (head) or "╧" (tail).
getBottomDividerEdge() - Method in class org.refcodes.mixin.mixins.impls.TableBodyImpl
Returns the table row's bottom divider edge character, for example "╪" (head) or "╧" (tail).
getBottomDividerEdge() - Method in class org.refcodes.mixin.mixins.impls.TableHeaderImpl
Returns the table row's bottom divider edge character, for example "╪" (head) or "╧" (tail).
getBottomDividerEdge() - Method in class org.refcodes.mixin.mixins.impls.TableTailImpl
Returns the table row's bottom divider edge character, for example "╪" (head) or "╧" (tail).
getBottomLeftEdge() - Method in class org.refcodes.mixin.mixins.impls.TableHeaderImpl
Returns the table row's bottom left edge character, for example "╞" (head) or "╘" (tail).
getBottomLeftEdge() - Method in class org.refcodes.mixin.mixins.impls.TableTailImpl
Returns the table row's bottom left edge character, for example "╞" (head) or "╘" (tail).
getBottomLeftEdge() - Method in interface org.refcodes.mixin.mixins.TableTail
Returns the table row's bottom left edge character, for example "╞" (head) or "╘" (tail).
getBottomLine() - Method in class org.refcodes.mixin.mixins.impls.TableHeaderImpl
Returns the table row's bottom line character, for example "═".
getBottomLine() - Method in class org.refcodes.mixin.mixins.impls.TableTailImpl
Returns the table row's bottom line character, for example "═".
getBottomLine() - Method in interface org.refcodes.mixin.mixins.TableTail
Returns the table row's bottom line character, for example "═".
getBottomRightEdge() - Method in interface org.refcodes.mixin.mixins.BottomRightEdgeAccessor
Returns the table row's bottom right edge character, for example "╡" (head) or "╛" (tail).
getBottomRightEdge() - Method in class org.refcodes.mixin.mixins.impls.TableBodyImpl
Returns the table row's bottom right edge character, for example "╡" (head) or "╛" (tail).
getBottomRightEdge() - Method in class org.refcodes.mixin.mixins.impls.TableHeaderImpl
Returns the table row's bottom right edge character, for example "╡" (head) or "╛" (tail).
getBottomRightEdge() - Method in class org.refcodes.mixin.mixins.impls.TableTailImpl
Returns the table row's bottom right edge character, for example "╡" (head) or "╛" (tail).
getContext() - Method in interface org.refcodes.mixin.mixins.ContextAccessor
Retrieves the context from the context property.
getCreatedDate() - Method in interface org.refcodes.mixin.mixins.CreatedDateAccessor
Retrieves the "created" date from the date property.
getCredential() - Method in interface org.refcodes.mixin.mixins.CredentialAccessor
Retrieves the credential from the credential property.
getDescription() - Method in interface org.refcodes.mixin.mixins.DescriptionAccessor
Retrieves the description from the description property.
getDividerEdge() - Method in class org.refcodes.mixin.mixins.impls.TableBodyImpl
Returns the table body's top divider edge character, for example "┼" / the table body's top divider edge character, for example "╤".
getDividerEdge() - Method in interface org.refcodes.mixin.mixins.TableBody
Returns the table body's top divider edge character, for example "┼" / the table body's top divider edge character, for example "╤".
getDividerLine() - Method in class org.refcodes.mixin.mixins.impls.TableBodyImpl
Returns the table row's divider line character, for example "│".
getDividerLine() - Method in interface org.refcodes.mixin.mixins.TableBody
Returns the table row's divider line character, for example "│".
getErrorStream() - Method in interface org.refcodes.mixin.mixins.ErrorStreamAccessor
Retrieves the error stream from the error stream property.
getGroup() - Method in interface org.refcodes.mixin.mixins.GroupAccessor
Retrieves the group from the group property.
getId() - Method in interface org.refcodes.mixin.mixins.IdAccessor
Retrieves the ID from the ID property.
getKey() - Method in class org.refcodes.mixin.mixins.impls.AttributeAccessorImpl
Retrieves the key from the key property.
getKey() - Method in interface org.refcodes.mixin.mixins.KeyAccessor
Retrieves the key from the key property.
getLeftEdge() - Method in class org.refcodes.mixin.mixins.impls.TableBodyImpl
Returns the table body's top left edge character, for example "├" / the table header's top left edge character, for example "╒".
getLeftEdge() - Method in interface org.refcodes.mixin.mixins.TableBody
Returns the table body's top left edge character, for example "├" / the table header's top left edge character, for example "╒".
getLeftLine() - Method in class org.refcodes.mixin.mixins.impls.TableBodyImpl
Returns the table row's left line character, for example "│".
getLeftLine() - Method in interface org.refcodes.mixin.mixins.TableBody
Returns the table row's left line character, for example "│".
getMessage() - Method in interface org.refcodes.mixin.mixins.MessageAccessor
Retrieves the message from the message property.
getMetaData() - Method in interface org.refcodes.mixin.mixins.MetaDataAccessor
Retrieves the meta-data from the meta-data property.
getModifiedDate() - Method in interface org.refcodes.mixin.mixins.ModifiedDateAccessor
Retrieves the "modified" date from the date property.
getName() - Method in interface org.refcodes.mixin.mixins.NameAccessor
Retrieves the name from the name property.
getOutputStream() - Method in interface org.refcodes.mixin.mixins.OutputStreamAccessor
Retrieves the output stream from the output stream property.
getPath() - Method in interface org.refcodes.mixin.mixins.PathAccessor
Retrieves the path from the path property.
getProperties() - Method in interface org.refcodes.mixin.mixins.PropertiesAccessor
Retrieves the properties from the properties property.
getRightEdge() - Method in class org.refcodes.mixin.mixins.impls.TableBodyImpl
Returns the table body's top right edge character, for example "┤" / the table header's top right edge character, for example "╕".
getRightEdge() - Method in interface org.refcodes.mixin.mixins.TableBody
Returns the table body's top right edge character, for example "┤" / the table header's top right edge character, for example "╕".
getRightLine() - Method in class org.refcodes.mixin.mixins.impls.TableBodyImpl
Returns the table row's right line character, for example "│".
getRightLine() - Method in interface org.refcodes.mixin.mixins.TableBody
Returns the table row's right line character, for example "│".
getSecret() - Method in interface org.refcodes.mixin.mixins.SecretAccessor
Retrieves the password (hash) from the secret property.
getSize() - Method in interface org.refcodes.mixin.mixins.SizeAccessor
Retrieves the size from the size property.
getSource() - Method in interface org.refcodes.mixin.mixins.SourceAccessor
Retrieves the source from the source property.
getStatusCode() - Method in interface org.refcodes.mixin.mixins.StatusCodeAccessor
Retrieves the status code from the statusCode property.
getTimeoutInMs() - Method in interface org.refcodes.mixin.mixins.TimeoutInMsAccessor
The timeout attribute in milliseconds.
getTopDividerEdge() - Method in class org.refcodes.mixin.mixins.impls.TableBodyImpl
Returns the table row's bottom divider edge character, for example "╪" (head) or "╧" (tail).
getTopDividerEdge() - Method in interface org.refcodes.mixin.mixins.TableBody
Returns the table row's bottom divider edge character, for example "╪" (head) or "╧" (tail).
getTopLeftEdge() - Method in class org.refcodes.mixin.mixins.impls.TableBodyImpl
Returns the table body's top left edge character, for example "├" / the table header's top left edge character, for example "╒".
getTopLeftEdge() - Method in interface org.refcodes.mixin.mixins.TableBody
Returns the table body's top left edge character, for example "├" / the table header's top left edge character, for example "╒".
getTopLine() - Method in class org.refcodes.mixin.mixins.impls.TableBodyImpl
Returns the table row's top line character, for example "─" (body) or "═" (head).
getTopLine() - Method in interface org.refcodes.mixin.mixins.TableBody
Returns the table row's top line character, for example "─" (body) or "═" (head).
getTopRightEdge() - Method in class org.refcodes.mixin.mixins.impls.TableBodyImpl
Returns the table body's top right edge character, for example "┤" / the table header's top right edge character, for example "╕".
getTopRightEdge() - Method in interface org.refcodes.mixin.mixins.TableBody
Returns the table body's top right edge character, for example "┤" / the table header's top right edge character, for example "╕".
getType() - Method in interface org.refcodes.mixin.mixins.TypeAccessor
Retrieves the type property.
getUniversalId() - Method in interface org.refcodes.mixin.mixins.UniversalIdAccessor
Retrieves the UID from the UID property.
getUserName() - Method in interface org.refcodes.mixin.mixins.UserNameAccessor
Retrieves the user name from the user name property.
getValue() - Method in class org.refcodes.mixin.mixins.impls.AttributeAccessorImpl
Retrieves the value from the value property.
getValue() - Method in interface org.refcodes.mixin.mixins.ValueAccessor
Retrieves the value from the value property.
getWidth() - Method in interface org.refcodes.mixin.mixins.WidthAccessor
Retrieves the width from the width property.
GroupAccessor - Interface in org.refcodes.mixin.mixins
Provides an accessor for a group property.
GroupAccessor.GroupMutator - Interface in org.refcodes.mixin.mixins
Provides a mutator for a group property.
GroupAccessor.GroupProperty - Interface in org.refcodes.mixin.mixins
Provides a group property.

I

IdAccessor<T> - Interface in org.refcodes.mixin.mixins
Provides an accessor for a ID property.
IdAccessor.IdMutator<T> - Interface in org.refcodes.mixin.mixins
Provides a mutator for a ID property.
IdAccessor.IdProperty<T> - Interface in org.refcodes.mixin.mixins
Provides a ID property.
isBusy() - Method in interface org.refcodes.mixin.mixins.BusyAccessor
Retrieves the busy status from the busy property.
isDisposed() - Method in interface org.refcodes.mixin.mixins.DisposedAccessor
Returns the disposed status for the disposed property.
isLocked() - Method in interface org.refcodes.mixin.mixins.Lockable
Determines whether the implementing instance is locked.

K

KeyAccessor<K> - Interface in org.refcodes.mixin.mixins
Provides an accessor for a key property for e.g. key / value pair.
KeyAccessor.KeyMutator<K> - Interface in org.refcodes.mixin.mixins
Provides a mutator for a key property for e.g. key / value pair.
KeyAccessor.KeyProperty<K> - Interface in org.refcodes.mixin.mixins
Provides a key property for e.g. key / value pair.

L

lock() - Method in interface org.refcodes.mixin.mixins.Lockable
Locks the implementing instance.
Lockable - Interface in org.refcodes.mixin.mixins
The Lockable interface defines methods to set the status of an object to be locked or unlocked and to determine the status.
LoginAccessor - Interface in org.refcodes.mixin.mixins
Provides an accessor for the login properties.
LoginAccessor.LoginMutator - Interface in org.refcodes.mixin.mixins
Provides a mutator for the login properties.
LoginAccessor.LoginProperty - Interface in org.refcodes.mixin.mixins
Provides the login properties.

M

MessageAccessor - Interface in org.refcodes.mixin.mixins
Provides an accessor for a message property.
MessageAccessor.MessageMutator - Interface in org.refcodes.mixin.mixins
Provides a mutator for a message property.
MessageAccessor.MessageProperty - Interface in org.refcodes.mixin.mixins
Provides a message property.
MetaDataAccessor<MD> - Interface in org.refcodes.mixin.mixins
Provides an accessor for to a meta-data property.
MetaDataAccessor.MetaDataMutator<MD> - Interface in org.refcodes.mixin.mixins
Provides a mutator for to a meta-data property.
MetaDataAccessor.MetaDataProperty<MD> - Interface in org.refcodes.mixin.mixins
Provides a meta-data property.
ModifiedDateAccessor - Interface in org.refcodes.mixin.mixins
Provides an accessor for a "modified" date property.
ModifiedDateAccessor.ModifiedDateMutator - Interface in org.refcodes.mixin.mixins
Provides a mutator for a "modified" date property.
ModifiedDateAccessor.ModifiedDateProperty - Interface in org.refcodes.mixin.mixins
Provides a "modified" date property.

N

NameAccessor - Interface in org.refcodes.mixin.mixins
Provides an accessor for a name property.
NameAccessor.NameBuilder<B> - Interface in org.refcodes.mixin.mixins
Provides a builder method for a name property returning the builder for applying multiple build operations.
NameAccessor.NameMutator - Interface in org.refcodes.mixin.mixins
Provides a mutator for a name property.
NameAccessor.NameProperty - Interface in org.refcodes.mixin.mixins
Provides a name property.

O

org.refcodes.mixin.mixins - package org.refcodes.mixin.mixins
 
org.refcodes.mixin.mixins.impls - package org.refcodes.mixin.mixins.impls
 
OutputStreamAccessor - Interface in org.refcodes.mixin.mixins
Provides an accessor for an output stream property.
OutputStreamAccessor.OutputStreamMutator - Interface in org.refcodes.mixin.mixins
Provides a mutator for an output stream property.
OutputStreamAccessor.OutputStreamProperty - Interface in org.refcodes.mixin.mixins
Provides an output stream property.

P

PathAccessor - Interface in org.refcodes.mixin.mixins
Provides an accessor for a path property.
PathAccessor.PathMutator - Interface in org.refcodes.mixin.mixins
Provides a mutator for a path property.
PathAccessor.PathProperty - Interface in org.refcodes.mixin.mixins
Provides a path property.
PropertiesAccessor - Interface in org.refcodes.mixin.mixins
Provides an accessor for a properties property.
PropertiesAccessor.PropertiesMutator - Interface in org.refcodes.mixin.mixins
Provides an mutator for a properties property.
PropertiesAccessor.PropertiesProperty - Interface in org.refcodes.mixin.mixins
Provides a properties property.

R

Releaseable - Interface in org.refcodes.mixin.mixins
Any class which's instance has blocking methods may implement this interface to provide functionality with which to release all waiting threads.
releaseAll() - Method in interface org.refcodes.mixin.mixins.Releaseable
Releases all awaiting threads inside a blocking method of the implementing class.
restart() - Method in interface org.refcodes.mixin.mixins.Restartable
Sets the status of the instance so that operation with the instance can begin over again.
Restartable - Interface in org.refcodes.mixin.mixins
Any implementing instance's status can be set back that the instance's functionality can begin over again.

S

SecretAccessor - Interface in org.refcodes.mixin.mixins
Provides an accessor for a secret property.
SecretAccessor.SecretMutator - Interface in org.refcodes.mixin.mixins
Provides a mutator for a secret property.
SecretAccessor.SecretProperty - Interface in org.refcodes.mixin.mixins
Provides a secret property.
setArguments(ARG[]) - Method in interface org.refcodes.mixin.mixins.ArgumentsAccessor.ArgumentsMutator
Sets the arguments for the arguments property.
setBusy(boolean) - Method in interface org.refcodes.mixin.mixins.BusyAccessor.BusyMutator
Sets the busy status for the busy property.
setContext(CTX) - Method in interface org.refcodes.mixin.mixins.ContextAccessor.ContextMutator
Sets the context for the context property.
setCreatedDate(Date) - Method in interface org.refcodes.mixin.mixins.CreatedDateAccessor.CreatedDateMutator
Sets the "created" date for the date property.
setCredential(L) - Method in interface org.refcodes.mixin.mixins.CredentialAccessor.CredentialMutator
Sets the credential for the credential property.
setDescription(String) - Method in interface org.refcodes.mixin.mixins.DescriptionAccessor.DescriptionBuilder
Sets the description for the description property.
setDescription(String) - Method in interface org.refcodes.mixin.mixins.DescriptionAccessor.DescriptionMutator
Sets the description for the description property.
setDisposed(boolean) - Method in interface org.refcodes.mixin.mixins.DisposedAccessor.DisposedMutator
Sets the disposed status for the disposed property.
setErrorStream(PrintStream) - Method in interface org.refcodes.mixin.mixins.ErrorStreamAccessor.ErrorStreamMutator
Sets the error stream for the error stream property.
setGroup(String) - Method in interface org.refcodes.mixin.mixins.GroupAccessor.GroupMutator
Sets the group for the group property.
setId(T) - Method in interface org.refcodes.mixin.mixins.IdAccessor.IdMutator
Sets the ID for the ID property.
setKey(K) - Method in class org.refcodes.mixin.mixins.impls.AttributeAccessorImpl.AttributeMutatorImpl
Sets the key for the key property.
setKey(K) - Method in class org.refcodes.mixin.mixins.impls.AttributeAccessorImpl.AttributePropertyImpl
Sets the key for the key property.
setKey(K) - Method in interface org.refcodes.mixin.mixins.KeyAccessor.KeyMutator
Sets the key for the key property.
setMessage(String) - Method in interface org.refcodes.mixin.mixins.MessageAccessor.MessageMutator
Sets the message for the message property.
setMetaData(MD) - Method in interface org.refcodes.mixin.mixins.MetaDataAccessor.MetaDataMutator
Sets the meta-data for the meta-data property.
setModifiedDate(Date) - Method in interface org.refcodes.mixin.mixins.ModifiedDateAccessor.ModifiedDateMutator
Sets the "modified" date for the date property.
setName(String) - Method in interface org.refcodes.mixin.mixins.NameAccessor.NameBuilder
Sets the name for the name property.
setName(String) - Method in interface org.refcodes.mixin.mixins.NameAccessor.NameMutator
Sets the name for the name property.
setOutputStream(PrintStream) - Method in interface org.refcodes.mixin.mixins.OutputStreamAccessor.OutputStreamMutator
Sets the output stream for the output stream property.
setPath(String) - Method in interface org.refcodes.mixin.mixins.PathAccessor.PathMutator
Sets the path for the path property.
setProperties(Properties) - Method in interface org.refcodes.mixin.mixins.PropertiesAccessor.PropertiesMutator
Sets the properties for the properties property.
setSecret(String) - Method in interface org.refcodes.mixin.mixins.SecretAccessor.SecretMutator
Sets the password (hash) for the secret property.
setSize(long) - Method in interface org.refcodes.mixin.mixins.SizeAccessor.SizeMutator
Sets the size for the size property.
setSource(Object) - Method in interface org.refcodes.mixin.mixins.SourceAccessor.SourceMutator
Sets the source for the source property.
setStatusCode(SC) - Method in interface org.refcodes.mixin.mixins.StatusCodeAccessor.StatusCodeMutator
Sets the statusCode for the status code property.
setTimeoutInMs(int) - Method in interface org.refcodes.mixin.mixins.TimeoutInMsAccessor.TimeoutInMsMutator
The timeout attribute in milliseconds.
setType(Class<?>) - Method in interface org.refcodes.mixin.mixins.TypeAccessor.TypeMutator
Sets the type for the property.
setUniversalId(String) - Method in interface org.refcodes.mixin.mixins.UniversalIdAccessor.UniversalIdMutator
Sets the UID for the UID property.
setUserName(String) - Method in interface org.refcodes.mixin.mixins.UserNameAccessor.UserNameMutator
Sets the user name for the name property.
setValue(V) - Method in class org.refcodes.mixin.mixins.impls.AttributeAccessorImpl.AttributeMutatorImpl
Sets the value for the value property.
setValue(V) - Method in class org.refcodes.mixin.mixins.impls.AttributeAccessorImpl.AttributePropertyImpl
Sets the value for the value property.
setValue(V) - Method in interface org.refcodes.mixin.mixins.ValueAccessor.ValueMutator
Sets the value for the value property.
setWidth(int) - Method in interface org.refcodes.mixin.mixins.WidthAccessor.WidthMutator
Sets the width for the width property.
SizeAccessor - Interface in org.refcodes.mixin.mixins
Provides an accessor for a size property.
SizeAccessor.SizeMutator - Interface in org.refcodes.mixin.mixins
Provides a mutator for a size property.
SizeAccessor.SizeProperty - Interface in org.refcodes.mixin.mixins
Provides a size property.
SourceAccessor - Interface in org.refcodes.mixin.mixins
Provides an accessor for a source property for e.g. source of an event.
SourceAccessor.SourceMutator - Interface in org.refcodes.mixin.mixins
Provides a mutator for a source property for e.g. source of an event.
SourceAccessor.SourceProperty - Interface in org.refcodes.mixin.mixins
Provides a source property for e.g. source of an event.
StatusCodeAccessor<SC> - Interface in org.refcodes.mixin.mixins
Provides access to a statusCode property for e.g. key / statusCode pair.
StatusCodeAccessor.StatusCodeMutator<SC> - Interface in org.refcodes.mixin.mixins
Extends the StatusCodeAccessor with a setter method.
StatusCodeAccessor.StatusCodeProperty<SC> - Interface in org.refcodes.mixin.mixins
Extends the StatusCodeAccessor with a setter method.

T

TableBody<T> - Interface in org.refcodes.mixin.mixins
Defines the table elements for a table body (with for example the table's rows).
TableBodyImpl<T> - Class in org.refcodes.mixin.mixins.impls
Implementation of the TableBody interface.
TableBodyImpl(T, T, T, T, T, T, T, T, T, T, T, T) - Constructor for class org.refcodes.mixin.mixins.impls.TableBodyImpl
Constructs the table tail.
TableHeader<T> - Interface in org.refcodes.mixin.mixins
Defines the table elements for a table header (with for example the columns' titles).
TableHeaderImpl<T> - Class in org.refcodes.mixin.mixins.impls
Implementation of the TableHeaderImpl interface.
TableHeaderImpl(T, T, T, T, T, T, T, T, T, T, T, T, T, T) - Constructor for class org.refcodes.mixin.mixins.impls.TableHeaderImpl
 
TableTail<T> - Interface in org.refcodes.mixin.mixins
Defines the table elements for a table tail ("closing" the table / closing the header).
TableTailImpl<T> - Class in org.refcodes.mixin.mixins.impls
Implementation of the TableTail interface.
TableTailImpl(T, T, T, T) - Constructor for class org.refcodes.mixin.mixins.impls.TableTailImpl
Constructs the table tail.
TimeoutInMsAccessor - Interface in org.refcodes.mixin.mixins
Provides an accessor for a timeout in milliseconds property.
TimeoutInMsAccessor.TimeoutInMsMutator - Interface in org.refcodes.mixin.mixins
Provides a mutator for a timeout in milliseconds property.
TimeoutInMsAccessor.TimeoutInMsProperty - Interface in org.refcodes.mixin.mixins
Provides a timeout in milliseconds property.
TypeAccessor - Interface in org.refcodes.mixin.mixins
Provides an accessor for a type property.
TypeAccessor.TypeMutator - Interface in org.refcodes.mixin.mixins
Provides a mutator for a type property.
TypeAccessor.TypeProperty - Interface in org.refcodes.mixin.mixins
Provides a type property.

U

UniversalIdAccessor - Interface in org.refcodes.mixin.mixins
Provides an accessor for a UID property.
UniversalIdAccessor.UniversalIdMutator - Interface in org.refcodes.mixin.mixins
Provides a mutator for a UID property.
UniversalIdAccessor.UniversalIdProperty - Interface in org.refcodes.mixin.mixins
Provides a UID property.
unlock() - Method in interface org.refcodes.mixin.mixins.Lockable
Unlocks the implementing instance.
UserNameAccessor - Interface in org.refcodes.mixin.mixins
Provides an accessor for a user name property.
UserNameAccessor.UserNameMutator - Interface in org.refcodes.mixin.mixins
Provides a mutator for a user name property.
UserNameAccessor.UserNameProperty - Interface in org.refcodes.mixin.mixins
Provides a user name property.

V

ValueAccessor<V> - Interface in org.refcodes.mixin.mixins
Provides access to a value property for e.g. key / value pair.
ValueAccessor.ValueMutator<V> - Interface in org.refcodes.mixin.mixins
Extends the ValueAccessor with a setter method.
ValueAccessor.ValueProperty<V> - Interface in org.refcodes.mixin.mixins
Extends the ValueAccessor with a setter method.

W

WidthAccessor - Interface in org.refcodes.mixin.mixins
Provides an accessor for a width property.
WidthAccessor.WidthMutator - Interface in org.refcodes.mixin.mixins
Provides a mutator for a width property.
WidthAccessor.WidthProperty - Interface in org.refcodes.mixin.mixins
Provides a width property.
A B C D E G I K L M N O P R S T U V W 
Skip navigation links

Copyright © 2015. All rights reserved.