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

A

AbstractComboBoxBrowser<E> - Class in net.java.truecommons.key.swing.util
An observer for a JComboBox which provides auto completion for the editable text in the drop down list in order to provide quick browsing capabilities for the user.
AbstractComboBoxBrowser() - Constructor for class net.java.truecommons.key.swing.util.AbstractComboBoxBrowser
Creates a new combo box auto completion browser.
AbstractComboBoxBrowser(JComboBox<E>) - Constructor for class net.java.truecommons.key.swing.util.AbstractComboBoxBrowser
Creates a new combo box auto completion browser.
AbstractExceptionBuilder<I extends Throwable,O extends Throwable> - Class in net.java.truecommons.shed
Abstract implementation of an exception builder.
AbstractExceptionBuilder() - Constructor for class net.java.truecommons.shed.AbstractExceptionBuilder
 
AbstractInputSocket<E extends Entry> - Class in net.java.truecommons.cio
Abstract base class for input sockets.
AbstractInputSocket() - Constructor for class net.java.truecommons.cio.AbstractInputSocket
 
AbstractIoSocket<E extends Entry> - Class in net.java.truecommons.cio
Abstract base class for I/O sockets.
AbstractIoSocket() - Constructor for class net.java.truecommons.cio.AbstractIoSocket
 
AbstractKey<K extends AbstractKey<K>> - Class in net.java.truecommons.key.spec
A JavaBean with basic properties for life cycle management.
AbstractKey() - Constructor for class net.java.truecommons.key.spec.AbstractKey
 
AbstractKeyManager<K> - Class in net.java.truecommons.key.spec
An abstract key manager.
AbstractKeyManager() - Constructor for class net.java.truecommons.key.spec.AbstractKeyManager
 
AbstractKeyManagerMap - Class in net.java.truecommons.key.spec
An abstract key manager map.
AbstractKeyManagerMap() - Constructor for class net.java.truecommons.key.spec.AbstractKeyManagerMap
 
AbstractKeyProvider<K> - Class in net.java.truecommons.key.spec
An abstract key provider.
AbstractKeyProvider() - Constructor for class net.java.truecommons.key.spec.AbstractKeyProvider
 
AbstractObjectNameModifier - Class in net.java.truecommons.jmx
An abstract object name modifier.
AbstractObjectNameModifier() - Constructor for class net.java.truecommons.jmx.AbstractObjectNameModifier
 
AbstractOutputSocket<E extends Entry> - Class in net.java.truecommons.cio
Abstract base class for output sockets.
AbstractOutputSocket() - Constructor for class net.java.truecommons.cio.AbstractOutputSocket
 
AbstractPbeParameters<P extends AbstractPbeParameters<P,S>,S extends KeyStrength> - Class in net.java.truecommons.key.spec
A JavaBean with properties for password based encryption (PBE).
AbstractPbeParameters() - Constructor for class net.java.truecommons.key.spec.AbstractPbeParameters
 
AbstractPromptingPbeParameters<P extends AbstractPromptingPbeParameters<P,S>,S extends KeyStrength> - Class in net.java.truecommons.key.spec.prompting
A JavaBean with properties for prompting for password based encryption (PBE) parameters.
AbstractPromptingPbeParameters() - Constructor for class net.java.truecommons.key.spec.prompting.AbstractPromptingPbeParameters
 
AbstractSecretKey<K extends AbstractSecretKey<K>> - Class in net.java.truecommons.key.spec
A JavaBean with properties for secret key management.
AbstractSecretKey() - Constructor for class net.java.truecommons.key.spec.AbstractSecretKey
 
AbstractSeekableChannel - Class in net.java.truecommons.io
An abstract seekable byte channel.
AbstractSeekableChannel() - Constructor for class net.java.truecommons.io.AbstractSeekableChannel
 
AbstractSink - Class in net.java.truecommons.io
An abstract provider for output streams or seekable byte channels.
AbstractSink() - Constructor for class net.java.truecommons.io.AbstractSink
 
AbstractSource - Class in net.java.truecommons.io
An abstract provider for input streams or seekable byte channels.
AbstractSource() - Constructor for class net.java.truecommons.io.AbstractSource
 
accept(T) - Method in interface net.java.truecommons.shed.Filter
Returns true if and only if this filter accepts the given item.
accept(T) - Method in class net.java.truecommons.shed.FilteringIterator
Returns true if and only if this filtering iterator accepts the given element.
ACCEPT_ANY - Static variable in interface net.java.truecommons.shed.Filter
A filter which accepts any item.
ACCEPT_NONE - Static variable in interface net.java.truecommons.shed.Filter
A filter which accepts no items.
add(String) - Method in class net.java.truecommons.shed.CanonicalStringSet
addAll(CanonicalStringSet) - Method in class net.java.truecommons.shed.CanonicalStringSet
Adds all canonical strings in the given set to this set after they have been canonicalized by this set again.
addAll(String) - Method in class net.java.truecommons.shed.CanonicalStringSet
Adds the canonical form of all strings in the given list to this set.
addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class net.java.truecommons.jmx.DelegatingMBeanServer
 
addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class net.java.truecommons.jmx.DelegatingMBeanServer
 
addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class net.java.truecommons.jmx.mmbs.MultiplexingMBeanServer
 
addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class net.java.truecommons.jmx.mmbs.MultiplexingMBeanServer
 
addPanelListener(PanelListener) - Method in class net.java.truecommons.key.swing.util.EnhancedPanel
Adds the listener to the list of receivers for PanelEvents.
AesKeyStrength - Enum in net.java.truecommons.key.spec.common
Enumerates the AES cipher key strenghts.
AesPbeParameters - Class in net.java.truecommons.key.spec.common
A JavaBean which holds password based encryption parameters for use with the AES cipher.
AesPbeParameters() - Constructor for class net.java.truecommons.key.spec.common.AesPbeParameters
 
ALL_ACCESS - Static variable in interface net.java.truecommons.cio.Entry
A bit field of all enums in Entry.Access.
ALL_POSIX_ACCESS - Static variable in interface net.java.truecommons.cio.Entry
ALL_POSIX_ENTITIES - Static variable in interface net.java.truecommons.cio.Entry
A bit field of all enums in Entry.PosixEntity.
ALL_SIZES - Static variable in interface net.java.truecommons.cio.Entry
A bit field of all enums in Entry.Size.
ALL_TYPES - Static variable in interface net.java.truecommons.cio.Entry
A bit field of all enums in Entry.Type.
allocate() - Method in class net.java.truecommons.cio.DecoratingIoBufferPool
 
allocate() - Method in class net.java.truecommons.cio.MemoryBufferPool
 
allocate(int) - Static method in class net.java.truecommons.io.MutableBuffer
 
allocate(int) - Static method in class net.java.truecommons.io.PowerBuffer
 
allocate() - Method in interface net.java.truecommons.shed.Pool
Allocates a resource from this pool.
allocateDirect(int) - Static method in class net.java.truecommons.io.MutableBuffer
 
allocateDirect(int) - Static method in class net.java.truecommons.io.PowerBuffer
 
allOf(Class<E>) - Static method in class net.java.truecommons.shed.BitField
Returns a bit field which contains all enums of the given element type.
ANCESTOR_WINDOW_HIDDEN - Static variable in class net.java.truecommons.key.swing.util.PanelEvent
The id for Ancestor Window Hidden Event.
ANCESTOR_WINDOW_SHOWN - Static variable in class net.java.truecommons.key.swing.util.PanelEvent
The id for Ancestor Window Shown Event.
ancestorWindowHidden(PanelEvent) - Method in interface net.java.truecommons.key.swing.util.PanelListener
Invoked when the ancestor window of an EnhancedPanel is hidden.
ancestorWindowShown(PanelEvent) - Method in interface net.java.truecommons.key.swing.util.PanelListener
Invoked when the ancestor window of an EnhancedPanel is shown.
and(BitField<E>) - Method in class net.java.truecommons.shed.BitField
 
apply(ObjectInstance) - Method in class net.java.truecommons.jmx.AbstractObjectNameModifier
Encodes the object name in the given object instance.
apply(MBeanServer) - Method in class net.java.truecommons.jmx.mmbs.MultiplexingMBeanServerDecorator
 
apply(ObjectName) - Method in interface net.java.truecommons.jmx.ObjectNameModifier
Encodes the given object name.
apply(ObjectInstance) - Method in interface net.java.truecommons.jmx.ObjectNameModifier
Encodes the object name in the given object instance.
apply(ObjectName) - Method in class net.java.truecommons.jmx.qonm.QualifierObjectNameModifier
 
apply(Map<Class<?>, KeyManager<?>>) - Method in class net.java.truecommons.key.console.ConsoleAesPbeKeyManagerMapModifier
 
apply(Map<Class<?>, KeyManager<?>>) - Method in class net.java.truecommons.key.def.DefaultAesPbeKeyManagerMapModifier
 
apply(Map<Class<?>, KeyManager<?>>) - Method in class net.java.truecommons.key.disable.DisableAesPbeKeyManagerMapModifier
 
apply(Feedback) - Method in class net.java.truecommons.key.hurlfb.HurlingWindowFeedbackDecorator
 
apply(Map<Class<?>, KeyManager<?>>) - Method in class net.java.truecommons.key.macosx.OsxAesPbeKeyManagerMapModifier
 
apply(Feedback) - Method in class net.java.truecommons.key.swing.feedback.TemporarilyDisableDefaultButtonFeedbackDecorator
 
apply(Map<Class<?>, KeyManager<?>>) - Method in class net.java.truecommons.key.swing.SwingAesPbeKeyManagerMapModifier
 
apply(P) - Method in interface net.java.truecommons.services.Decorator
Possibly decorates the given product and returns the result, leaving the given product unmodified.
apply(P) - Method in interface net.java.truecommons.services.Function
Maps the given product.
apply(P) - Method in interface net.java.truecommons.services.Modifier
Possibly modifies the given product and returns it again.
apply(T) - Static method in class net.java.truecommons.shed.Option
Returns an option for the given nullable element.
array() - Method in class net.java.truecommons.io.PowerBuffer
 
arrayOffset() - Method in class net.java.truecommons.io.PowerBuffer
 
asCharBuffer() - Method in class net.java.truecommons.io.PowerBuffer
 
asDoubleBuffer() - Method in class net.java.truecommons.io.PowerBuffer
 
asFloatBuffer() - Method in class net.java.truecommons.io.PowerBuffer
 
asImmutableBuffer() - Method in class net.java.truecommons.io.ImmutableBuffer
 
asImmutableBuffer() - Method in class net.java.truecommons.io.MutableBuffer
 
asImmutableBuffer() - Method in class net.java.truecommons.io.PowerBuffer
Returns an immutable buffer view of the adapted byte buffer.
asIntBuffer() - Method in class net.java.truecommons.io.PowerBuffer
 
asLongBuffer() - Method in class net.java.truecommons.io.PowerBuffer
 
asMutableBuffer() - Method in class net.java.truecommons.io.ImmutableBuffer
 
asMutableBuffer() - Method in class net.java.truecommons.io.MutableBuffer
 
asMutableBuffer() - Method in class net.java.truecommons.io.PowerBuffer
Returns a mutable buffer view of the adapted byte buffer.
asReadOnlyBuffer() - Method in class net.java.truecommons.io.ImmutableBuffer
 
asReadOnlyBuffer() - Method in class net.java.truecommons.io.MutableBuffer
 
asReadOnlyBuffer() - Method in class net.java.truecommons.io.PowerBuffer
 
asShortBuffer() - Method in class net.java.truecommons.io.PowerBuffer
 
AuthenticationPanel - Class in net.java.truecommons.key.swing
A panel displaying a password panel or a key file panel in order to let the user select an authentication method and enter a key.
AuthenticationPanel() - Constructor for class net.java.truecommons.key.swing.AuthenticationPanel
 
authority(String) - Method in class net.java.truecommons.shed.UriBuilder
Sets the URI authority component.
available() - Method in class net.java.truecommons.io.ChannelInputStream
 
available() - Method in class net.java.truecommons.io.DecoratingInputStream
 
available() - Method in class net.java.truecommons.io.DisconnectingInputStream
 
available() - Method in class net.java.truecommons.io.LockInputStream
 
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links
TrueCommons 2.5.0

Copyright © 2012–2018 Schlichtherle IT Services. All rights reserved.