public class MaskedTextProvider extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ComponentModel.MaskedTextProvider
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System
|
static java.lang.String |
className
Qualified class name: System.ComponentModel.MaskedTextProvider
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
MaskedTextProvider() |
MaskedTextProvider(java.lang.Object instance)
Internal constructor.
|
MaskedTextProvider(java.lang.String mask) |
MaskedTextProvider(java.lang.String mask,
boolean restrictToAscii) |
MaskedTextProvider(java.lang.String mask,
char passwordChar,
boolean allowPromptAsInput) |
MaskedTextProvider(java.lang.String mask,
CultureInfo culture) |
MaskedTextProvider(java.lang.String mask,
CultureInfo culture,
boolean restrictToAscii) |
MaskedTextProvider(java.lang.String mask,
CultureInfo culture,
boolean allowPromptAsInput,
char promptChar,
char passwordChar,
boolean restrictToAscii) |
MaskedTextProvider(java.lang.String mask,
CultureInfo culture,
char passwordChar,
boolean allowPromptAsInput) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Add(char input) |
boolean |
Add(char input,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> testPosition,
JCORefOut<MaskedTextResultHint> resultHint) |
boolean |
Add(java.lang.String input) |
boolean |
Add(java.lang.String input,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> testPosition,
JCORefOut<MaskedTextResultHint> resultHint) |
static MaskedTextProvider |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into MaskedTextProvider, a cast assert is made to check if types are compatible. |
void |
Clear() |
void |
Clear(JCORefOut<MaskedTextResultHint> resultHint) |
NetObject |
Clone() |
int |
FindAssignedEditPositionFrom(int position,
boolean direction) |
int |
FindAssignedEditPositionInRange(int startPosition,
int endPosition,
boolean direction) |
int |
FindEditPositionFrom(int position,
boolean direction) |
int |
FindEditPositionInRange(int startPosition,
int endPosition,
boolean direction) |
int |
FindNonEditPositionFrom(int position,
boolean direction) |
int |
FindNonEditPositionInRange(int startPosition,
int endPosition,
boolean direction) |
int |
FindUnassignedEditPositionFrom(int position,
boolean direction) |
int |
FindUnassignedEditPositionInRange(int startPosition,
int endPosition,
boolean direction) |
boolean |
getAllowPromptAsInput() |
boolean |
getAsciiOnly() |
int |
getAssignedEditPositionCount() |
int |
getAvailableEditPositionCount() |
CultureInfo |
getCulture() |
static char |
getDefaultPasswordChar() |
int |
getEditPositionCount() |
IEnumerator |
getEditPositions() |
boolean |
getIncludeLiterals() |
boolean |
getIncludePrompt() |
static int |
getInvalidIndex() |
boolean |
getIsPassword() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
int |
getLastAssignedPosition() |
int |
getLength() |
java.lang.String |
getMask() |
boolean |
getMaskCompleted() |
boolean |
getMaskFull() |
static boolean |
GetOperationResultFromHint(MaskedTextResultHint hint) |
char |
getPasswordChar() |
char |
getPromptChar() |
boolean |
getResetOnPrompt() |
boolean |
getResetOnSpace() |
boolean |
getSkipLiterals() |
boolean |
InsertAt(char input,
int position) |
boolean |
InsertAt(char input,
int position,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> testPosition,
JCORefOut<MaskedTextResultHint> resultHint) |
boolean |
InsertAt(java.lang.String input,
int position) |
boolean |
InsertAt(java.lang.String input,
int position,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> testPosition,
JCORefOut<MaskedTextResultHint> resultHint) |
boolean |
IsAvailablePosition(int position) |
boolean |
IsEditPosition(int position) |
static boolean |
IsValidInputChar(char c) |
static boolean |
IsValidMaskChar(char c) |
static boolean |
IsValidPasswordChar(char c) |
boolean |
Remove() |
boolean |
Remove(JCORefOut<java.util.concurrent.atomic.AtomicInteger> testPosition,
JCORefOut<MaskedTextResultHint> resultHint) |
boolean |
RemoveAt(int position) |
boolean |
RemoveAt(int startPosition,
int endPosition) |
boolean |
RemoveAt(int startPosition,
int endPosition,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> testPosition,
JCORefOut<MaskedTextResultHint> resultHint) |
boolean |
Replace(char input,
int position) |
boolean |
Replace(char input,
int startPosition,
int endPosition,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> testPosition,
JCORefOut<MaskedTextResultHint> resultHint) |
boolean |
Replace(char input,
int position,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> testPosition,
JCORefOut<MaskedTextResultHint> resultHint) |
boolean |
Replace(java.lang.String input,
int position) |
boolean |
Replace(java.lang.String input,
int startPosition,
int endPosition,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> testPosition,
JCORefOut<MaskedTextResultHint> resultHint) |
boolean |
Replace(java.lang.String input,
int position,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> testPosition,
JCORefOut<MaskedTextResultHint> resultHint) |
boolean |
Set(java.lang.String input) |
boolean |
Set(java.lang.String input,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> testPosition,
JCORefOut<MaskedTextResultHint> resultHint) |
void |
setIncludeLiterals(boolean IncludeLiterals) |
void |
setIncludePrompt(boolean IncludePrompt) |
void |
setIsPassword(boolean IsPassword) |
void |
setJCOInstance(JCObject instance) |
void |
setPasswordChar(char PasswordChar) |
void |
setPromptChar(char PromptChar) |
void |
setResetOnPrompt(boolean ResetOnPrompt) |
void |
setResetOnSpace(boolean ResetOnSpace) |
void |
setSkipLiterals(boolean SkipLiterals) |
java.lang.String |
ToDisplayString() |
java.lang.String |
ToString(boolean ignorePasswordChar) |
java.lang.String |
ToString(boolean includePrompt,
boolean includeLiterals) |
java.lang.String |
ToString(boolean ignorePasswordChar,
boolean includePrompt,
boolean includeLiterals,
int startPosition,
int length) |
java.lang.String |
ToString(boolean includePrompt,
boolean includeLiterals,
int startPosition,
int length) |
java.lang.String |
ToString(boolean ignorePasswordChar,
int startPosition,
int length) |
java.lang.String |
ToString(int startPosition,
int length) |
boolean |
VerifyChar(char input,
int position,
JCORefOut<MaskedTextResultHint> hint) |
boolean |
VerifyEscapeChar(char input,
int position) |
boolean |
VerifyString(java.lang.String input) |
boolean |
VerifyString(java.lang.String input,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> testPosition,
JCORefOut<MaskedTextResultHint> resultHint) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public MaskedTextProvider()
throws java.lang.Throwable
java.lang.Throwablepublic MaskedTextProvider(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic MaskedTextProvider(java.lang.String mask)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NullReferenceException,
TypeInitializationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionTypeInitializationExceptionpublic MaskedTextProvider(java.lang.String mask,
boolean restrictToAscii)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NullReferenceException,
TypeInitializationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionTypeInitializationExceptionpublic MaskedTextProvider(java.lang.String mask,
char passwordChar,
boolean allowPromptAsInput)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NullReferenceException,
TypeInitializationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionTypeInitializationExceptionpublic MaskedTextProvider(java.lang.String mask,
CultureInfo culture)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NullReferenceException,
TypeInitializationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionTypeInitializationExceptionpublic MaskedTextProvider(java.lang.String mask,
CultureInfo culture,
boolean restrictToAscii)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NullReferenceException,
TypeInitializationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionTypeInitializationExceptionpublic MaskedTextProvider(java.lang.String mask,
CultureInfo culture,
boolean allowPromptAsInput,
char promptChar,
char passwordChar,
boolean restrictToAscii)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
TypeInitializationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionTypeInitializationExceptionpublic MaskedTextProvider(java.lang.String mask,
CultureInfo culture,
char passwordChar,
boolean allowPromptAsInput)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
NullReferenceException,
TypeInitializationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionTypeInitializationExceptionpublic boolean Add(char input)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
CultureNotFoundException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionpublic boolean Add(char input,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> testPosition,
JCORefOut<MaskedTextResultHint> resultHint)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException
java.lang.ThrowableArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionpublic boolean Add(java.lang.String input)
throws java.lang.Throwable,
ArgumentNullException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ArgumentException,
NotSupportedException
public boolean Add(java.lang.String input,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> testPosition,
JCORefOut<MaskedTextResultHint> resultHint)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
CultureNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionpublic static MaskedTextProvider cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into MaskedTextProvider, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedMaskedTextProvider instancejava.lang.Throwable - in case of error during cast operationpublic void Clear()
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic void Clear(JCORefOut<MaskedTextResultHint> resultHint) throws java.lang.Throwable, ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic NetObject Clone() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, TypeInitializationException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionTypeInitializationExceptionNotSupportedExceptionpublic int FindAssignedEditPositionFrom(int position,
boolean direction)
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic int FindAssignedEditPositionInRange(int startPosition,
int endPosition,
boolean direction)
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic int FindEditPositionFrom(int position,
boolean direction)
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic int FindEditPositionInRange(int startPosition,
int endPosition,
boolean direction)
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic int FindNonEditPositionFrom(int position,
boolean direction)
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic int FindNonEditPositionInRange(int startPosition,
int endPosition,
boolean direction)
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic int FindUnassignedEditPositionFrom(int position,
boolean direction)
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic int FindUnassignedEditPositionInRange(int startPosition,
int endPosition,
boolean direction)
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic boolean getAllowPromptAsInput()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAsciiOnly()
throws java.lang.Throwable
java.lang.Throwablepublic int getAssignedEditPositionCount()
throws java.lang.Throwable
java.lang.Throwablepublic int getAvailableEditPositionCount()
throws java.lang.Throwable
java.lang.Throwablepublic CultureInfo getCulture() throws java.lang.Throwable
java.lang.Throwablepublic static char getDefaultPasswordChar()
throws java.lang.Throwable
java.lang.Throwablepublic int getEditPositionCount()
throws java.lang.Throwable
java.lang.Throwablepublic IEnumerator getEditPositions() throws java.lang.Throwable, ArgumentOutOfRangeException, InvalidOperationException
java.lang.ThrowableArgumentOutOfRangeExceptionInvalidOperationExceptionpublic boolean getIncludeLiterals()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIncludePrompt()
throws java.lang.Throwable
java.lang.Throwablepublic static int getInvalidIndex()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsPassword()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic int getLastAssignedPosition()
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic int getLength()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getMask()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getMaskCompleted()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getMaskFull()
throws java.lang.Throwable
java.lang.Throwablepublic static boolean GetOperationResultFromHint(MaskedTextResultHint hint) throws java.lang.Throwable
java.lang.Throwablepublic char getPasswordChar()
throws java.lang.Throwable
java.lang.Throwablepublic char getPromptChar()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getResetOnPrompt()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getResetOnSpace()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getSkipLiterals()
throws java.lang.Throwable
java.lang.Throwablepublic boolean InsertAt(char input,
int position)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
CultureNotFoundException,
ArgumentException,
NotSupportedException
public boolean InsertAt(char input,
int position,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> testPosition,
JCORefOut<MaskedTextResultHint> resultHint)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
CultureNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionpublic boolean InsertAt(java.lang.String input,
int position)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
CultureNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionpublic boolean InsertAt(java.lang.String input,
int position,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> testPosition,
JCORefOut<MaskedTextResultHint> resultHint)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionpublic boolean IsAvailablePosition(int position)
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic boolean IsEditPosition(int position)
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic static boolean IsValidInputChar(char c)
throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsValidMaskChar(char c)
throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsValidPasswordChar(char c)
throws java.lang.Throwable
java.lang.Throwablepublic boolean Remove()
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic boolean Remove(JCORefOut<java.util.concurrent.atomic.AtomicInteger> testPosition, JCORefOut<MaskedTextResultHint> resultHint) throws java.lang.Throwable, ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic boolean RemoveAt(int position)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
ArgumentNullException,
CultureNotFoundException,
ArgumentException,
NotSupportedException
public boolean RemoveAt(int startPosition,
int endPosition)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
CultureNotFoundException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionpublic boolean RemoveAt(int startPosition,
int endPosition,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> testPosition,
JCORefOut<MaskedTextResultHint> resultHint)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
ArgumentException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic boolean Replace(char input,
int position)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
ArgumentNullException,
CultureNotFoundException
java.lang.ThrowableArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionpublic boolean Replace(char input,
int startPosition,
int endPosition,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> testPosition,
JCORefOut<MaskedTextResultHint> resultHint)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
ArgumentNullException
java.lang.ThrowableArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionpublic boolean Replace(char input,
int position,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> testPosition,
JCORefOut<MaskedTextResultHint> resultHint)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException
java.lang.ThrowableArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionpublic boolean Replace(java.lang.String input,
int position)
throws java.lang.Throwable,
ArgumentNullException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ArgumentException,
NotSupportedException
public boolean Replace(java.lang.String input,
int startPosition,
int endPosition,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> testPosition,
JCORefOut<MaskedTextResultHint> resultHint)
throws java.lang.Throwable,
ArgumentNullException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
ArgumentException,
CultureNotFoundException
java.lang.ThrowableArgumentNullExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionpublic boolean Replace(java.lang.String input,
int position,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> testPosition,
JCORefOut<MaskedTextResultHint> resultHint)
throws java.lang.Throwable,
ArgumentNullException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
ArgumentException,
CultureNotFoundException
java.lang.ThrowableArgumentNullExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionpublic boolean Set(java.lang.String input)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
CultureNotFoundException,
ArgumentException,
NotSupportedException
public boolean Set(java.lang.String input,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> testPosition,
JCORefOut<MaskedTextResultHint> resultHint)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
CultureNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionpublic void setIncludeLiterals(boolean IncludeLiterals)
throws java.lang.Throwable
java.lang.Throwablepublic void setIncludePrompt(boolean IncludePrompt)
throws java.lang.Throwable
java.lang.Throwablepublic void setIsPassword(boolean IsPassword)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setPasswordChar(char PasswordChar)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public void setPromptChar(char PromptChar)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public void setResetOnPrompt(boolean ResetOnPrompt)
throws java.lang.Throwable
java.lang.Throwablepublic void setResetOnSpace(boolean ResetOnSpace)
throws java.lang.Throwable
java.lang.Throwablepublic void setSkipLiterals(boolean SkipLiterals)
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String ToDisplayString()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException,
IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionIndexOutOfRangeExceptionpublic java.lang.String ToString(boolean ignorePasswordChar)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
IndexOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionIndexOutOfRangeExceptionpublic java.lang.String ToString(boolean includePrompt,
boolean includeLiterals)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
IndexOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionIndexOutOfRangeExceptionpublic java.lang.String ToString(boolean ignorePasswordChar,
boolean includePrompt,
boolean includeLiterals,
int startPosition,
int length)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
IndexOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionIndexOutOfRangeExceptionpublic java.lang.String ToString(boolean includePrompt,
boolean includeLiterals,
int startPosition,
int length)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
IndexOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionIndexOutOfRangeExceptionpublic java.lang.String ToString(boolean ignorePasswordChar,
int startPosition,
int length)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
IndexOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionIndexOutOfRangeExceptionpublic java.lang.String ToString(int startPosition,
int length)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
IndexOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionIndexOutOfRangeExceptionpublic boolean VerifyChar(char input,
int position,
JCORefOut<MaskedTextResultHint> hint)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
IndexOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionIndexOutOfRangeExceptionpublic boolean VerifyEscapeChar(char input,
int position)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
IndexOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionIndexOutOfRangeExceptionpublic boolean VerifyString(java.lang.String input)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
IndexOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionIndexOutOfRangeExceptionpublic boolean VerifyString(java.lang.String input,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> testPosition,
JCORefOut<MaskedTextResultHint> resultHint)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
IndexOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionIndexOutOfRangeException