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 

P

PanelEvent - Class in net.java.truecommons.key.swing.util
Fired when the ancestor window of an EnhancedPanel is shown or hidden.
PanelEvent(EnhancedPanel, int) - Constructor for class net.java.truecommons.key.swing.util.PanelEvent
 
PanelListener - Interface in net.java.truecommons.key.swing.util
Used to notify listeners of an EnhancedPanel that its ancestor window is shown or hidden.
paramString() - Method in class net.java.truecommons.key.swing.util.PanelEvent
 
path(String) - Method in class net.java.truecommons.shed.UriBuilder
Sets the URI path component.
PathNormalizer - Class in net.java.truecommons.shed
A normalizer for path names.
PathNormalizer(char) - Constructor for class net.java.truecommons.shed.PathNormalizer
 
pathQuery(String) - Method in class net.java.truecommons.shed.UriBuilder
Sets the URI path an query components by splitting the given string at the first occurence of the query separator '?'.
Paths - Class in net.java.truecommons.shed
Static utility methods for path names.
PathSplitter - Class in net.java.truecommons.shed
Splits a given path name into its parent path name and member name, whereby platform specific file system roots get recognized.
PathSplitter(char, boolean) - Constructor for class net.java.truecommons.shed.PathSplitter
Constructs a new splitter.
pause(long) - Static method in class net.java.truecommons.shed.Threads
Uninterruptibly pauses the current thread for the given time interval.
PbeParameters<P extends PbeParameters<P,S>,S extends KeyStrength> - Interface in net.java.truecommons.key.spec
A key with properties for password based encryption (PBE).
peek() - Method in class net.java.truecommons.shed.InheritableThreadLocalStack
Returns the top element on this stack or null if it's empty.
peekOrElse(T) - Method in class net.java.truecommons.shed.InheritableThreadLocalStack
Returns the nullable top element on this stack unless it's empty, in which case elze gets returned.
PersistentUnknownKeyException - Exception in net.java.truecommons.key.spec
Thrown to indicate that the retrieval of the key to (over)write or read a protected resource has failed and that this exception is cacheable.
PersistentUnknownKeyException() - Constructor for exception net.java.truecommons.key.spec.PersistentUnknownKeyException
 
PersistentUnknownKeyException(String) - Constructor for exception net.java.truecommons.key.spec.PersistentUnknownKeyException
 
PersistentUnknownKeyException(Throwable) - Constructor for exception net.java.truecommons.key.spec.PersistentUnknownKeyException
 
PersistentUnknownKeyException(String, Throwable) - Constructor for exception net.java.truecommons.key.spec.PersistentUnknownKeyException
 
pool - Variable in class net.java.truecommons.cio.DecoratingIoBufferPool
 
Pool<R,X extends Exception> - Interface in net.java.truecommons.shed
An interface for pooling strategies.
pop() - Method in class net.java.truecommons.shed.InheritableThreadLocalStack
Removes and returns the nullable top element on this stack.
popIf(T) - Method in class net.java.truecommons.shed.InheritableThreadLocalStack
Removes and returns the nullable top element on this stack if it's identical to the given element.
position() - Method in class net.java.truecommons.io.BufferedReadOnlyChannel
 
position(long) - Method in class net.java.truecommons.io.BufferedReadOnlyChannel
 
position() - Method in class net.java.truecommons.io.ByteBufferChannel
 
position(long) - Method in class net.java.truecommons.io.ByteBufferChannel
 
position() - Method in class net.java.truecommons.io.DecoratingSeekableChannel
 
position(long) - Method in class net.java.truecommons.io.DecoratingSeekableChannel
 
position() - Method in class net.java.truecommons.io.DisconnectingSeekableChannel
 
position(long) - Method in class net.java.truecommons.io.DisconnectingSeekableChannel
 
position() - Method in class net.java.truecommons.io.IntervalReadOnlyChannel
 
position(long) - Method in class net.java.truecommons.io.IntervalReadOnlyChannel
 
position() - Method in class net.java.truecommons.io.LockSeekableChannel
 
position(long) - Method in class net.java.truecommons.io.LockSeekableChannel
 
position() - Method in class net.java.truecommons.io.PowerBuffer
 
position(int) - Method in class net.java.truecommons.io.PowerBuffer
 
post(O) - Method in class net.java.truecommons.shed.AbstractExceptionBuilder
This function gets called to post-process the given result of the assembly after it has been checked out.
post(X) - Method in class net.java.truecommons.shed.PriorityExceptionBuilder
 
PowerBuffer<This extends PowerBuffer<This>> - Class in net.java.truecommons.io
Adapts a ByteBuffer to provide an enhanced API, e.g.
PREFIX - Static variable in class net.java.truecommons.shed.ExtensionSet
The optional prefix for extensions, which is 46.
prefixLength(String, char, boolean) - Static method in class net.java.truecommons.shed.Paths
Returns the length of the file system prefix in path.
PriorityExceptionBuilder<X extends Throwable> - Class in net.java.truecommons.shed
Assembles an Exception from one or more input exceptions by suppressing all but the first input exception with the highest priority.
PriorityExceptionBuilder(Comparator<? super X>) - Constructor for class net.java.truecommons.shed.PriorityExceptionBuilder
Constructs a new priority exception builder.
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class net.java.truecommons.annotations.processing.ServiceImplementationProcessor
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class net.java.truecommons.annotations.processing.ServiceSpecificationProcessor
 
processPanelEvent(PanelEvent) - Method in class net.java.truecommons.key.swing.util.EnhancedPanel
promote(Object, Class<T>) - Static method in class net.java.truecommons.services.Loader
Promotes the given object to an instance of the given type.
PromptingKey<K extends PromptingKey<K>> - Interface in net.java.truecommons.key.spec.prompting
A prompting key for writing and reading protected resources.
PromptingKey.Controller<K extends PromptingKey<K>> - Interface in net.java.truecommons.key.spec.prompting
Proxies access to the key for PromptingKey.View implementations.
PromptingKey.View<K extends PromptingKey<K>> - Interface in net.java.truecommons.key.spec.prompting
Used for the actual prompting of the user for a key (a password for example) which is required to access a protected resource.
PromptingKeyManager<K extends PromptingKey<K>> - Class in net.java.truecommons.key.spec.prompting
A key manager which prompts the user for a secret key if required.
PromptingKeyManager(PromptingKey.View<K>) - Constructor for class net.java.truecommons.key.spec.prompting.PromptingKeyManager
Constructs a new prompting key manager.
PromptingKeyManagerMap - Class in net.java.truecommons.key.spec.prompting
Implements a map for a single prompting key manager which will use the prompting key provider view given to the constructor.
PromptingKeyManagerMap(Class<K>, PromptingKey.View<K>) - Constructor for class net.java.truecommons.key.spec.prompting.PromptingKeyManagerMap
Constructs a new prompting key manager service using the given view.
PromptingPbeParameters<P extends PromptingPbeParameters<P,S>,S extends KeyStrength> - Interface in net.java.truecommons.key.spec.prompting
Parameters with properties for prompting for password based encryption (PBE) parameters.
promptKeyForReading(PromptingKey.Controller<K>, boolean) - Method in interface net.java.truecommons.key.spec.prompting.PromptingKey.View
Prompts the user for the key for reading the contents of an existing protected resource.
promptKeyForWriting(PromptingKey.Controller<K>) - Method in interface net.java.truecommons.key.spec.prompting.PromptingKey.View
Prompts the user for the key for (over)writing the contents of a new or existing protected resource.
provider(URI) - Method in class net.java.truecommons.key.macosx.OsxKeyManager
 
provider(URI) - Method in interface net.java.truecommons.key.spec.KeyManager
Returns a key provider for accessing the identified protected resource.
provider(URI) - Method in class net.java.truecommons.key.spec.prompting.PromptingKeyManager
 
provider(URI) - Method in class net.java.truecommons.key.spec.unknown.UnknownKeyManager
 
push(T) - Method in class net.java.truecommons.shed.InheritableThreadLocalStack
Pushes the given element onto this stack.
put(byte) - Method in class net.java.truecommons.io.PowerBuffer
 
put(int, byte) - Method in class net.java.truecommons.io.PowerBuffer
 
put(PowerBuffer<?>) - Method in class net.java.truecommons.io.PowerBuffer
Obtains the adapted byte PowerBuffer.buffer() from the given power buffer and forwards the call to PowerBuffer.put(ByteBuffer).
put(ByteBuffer) - Method in class net.java.truecommons.io.PowerBuffer
 
put(byte[], int, int) - Method in class net.java.truecommons.io.PowerBuffer
 
put(byte[]) - Method in class net.java.truecommons.io.PowerBuffer
 
put(String) - Method in class net.java.truecommons.jmx.ObjectNameBuilder
 
put(String, String) - Method in class net.java.truecommons.jmx.ObjectNameBuilder
 
putAttributeMap(Map<Keychain.AttributeClass, ByteBuffer>) - Method in interface net.java.truecommons.key.macosx.keychain.Keychain.Item
Puts the given attributes into this item.
putChar(char) - Method in class net.java.truecommons.io.PowerBuffer
 
putChar(int, char) - Method in class net.java.truecommons.io.PowerBuffer
 
putDouble(double) - Method in class net.java.truecommons.io.PowerBuffer
 
putDouble(int, double) - Method in class net.java.truecommons.io.PowerBuffer
 
putFloat(float) - Method in class net.java.truecommons.io.PowerBuffer
 
putFloat(int, float) - Method in class net.java.truecommons.io.PowerBuffer
 
putInt(int) - Method in class net.java.truecommons.io.PowerBuffer
 
putInt(int, int) - Method in class net.java.truecommons.io.PowerBuffer
 
putLong(long) - Method in class net.java.truecommons.io.PowerBuffer
 
putLong(int, long) - Method in class net.java.truecommons.io.PowerBuffer
 
putShort(short) - Method in class net.java.truecommons.io.PowerBuffer
 
putShort(int, short) - Method in class net.java.truecommons.io.PowerBuffer
 
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.