Package system.componentmodel
Class MaskedTextProvider
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.componentmodel.MaskedTextProvider
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class MaskedTextProvider extends NetObject
The base .NET class managing System.ComponentModel.MaskedTextProvider, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ComponentModel.MaskedTextProvider
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: Systemstatic java.lang.String
className
Qualified class name: System.ComponentModel.MaskedTextProviderstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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 theIJCOBridgeReflected
instance intoMaskedTextProvider
, 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 namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typeint
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)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.ComponentModel.MaskedTextProvider- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MaskedTextProvider
public MaskedTextProvider(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
MaskedTextProvider
public MaskedTextProvider() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
MaskedTextProvider
public MaskedTextProvider(java.lang.String mask) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, TypeInitializationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
NullReferenceException
TypeInitializationException
-
MaskedTextProvider
public MaskedTextProvider(java.lang.String mask, boolean restrictToAscii) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, TypeInitializationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
NullReferenceException
TypeInitializationException
-
MaskedTextProvider
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
NullReferenceException
TypeInitializationException
-
MaskedTextProvider
public MaskedTextProvider(java.lang.String mask, CultureInfo culture) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, TypeInitializationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
NullReferenceException
TypeInitializationException
-
MaskedTextProvider
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
NullReferenceException
TypeInitializationException
-
MaskedTextProvider
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
TypeInitializationException
-
MaskedTextProvider
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
NullReferenceException
TypeInitializationException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static MaskedTextProvider cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoMaskedTextProvider
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
MaskedTextProvider
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Add
public boolean Add(char input) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, CultureNotFoundException
- Throws:
java.lang.Throwable
IndexOutOfRangeException
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
CultureNotFoundException
-
Add
public boolean Add(char input, JCORefOut<java.util.concurrent.atomic.AtomicInteger> testPosition, JCORefOut<MaskedTextResultHint> resultHint) throws java.lang.Throwable, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
-
Add
public boolean Add(java.lang.String input) throws java.lang.Throwable, ArgumentNullException, IndexOutOfRangeException, ArgumentOutOfRangeException, CultureNotFoundException, ArgumentException, NotSupportedException
-
Add
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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
CultureNotFoundException
-
GetOperationResultFromHint
public static boolean GetOperationResultFromHint(MaskedTextResultHint hint) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
InsertAt
public boolean InsertAt(char input, int position) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, ArgumentException, NotSupportedException
-
InsertAt
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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
CultureNotFoundException
-
InsertAt
public boolean InsertAt(java.lang.String input, int position) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, CultureNotFoundException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
CultureNotFoundException
-
InsertAt
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
-
IsAvailablePosition
public boolean IsAvailablePosition(int position) throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
-
IsEditPosition
public boolean IsEditPosition(int position) throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
-
IsValidInputChar
public static boolean IsValidInputChar(char c) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsValidMaskChar
public static boolean IsValidMaskChar(char c) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsValidPasswordChar
public static boolean IsValidPasswordChar(char c) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Remove
public boolean Remove() throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
-
Remove
public boolean Remove(JCORefOut<java.util.concurrent.atomic.AtomicInteger> testPosition, JCORefOut<MaskedTextResultHint> resultHint) throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
-
RemoveAt
public boolean RemoveAt(int position) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentOutOfRangeException, ArgumentNullException, CultureNotFoundException, ArgumentException, NotSupportedException
-
RemoveAt
public boolean RemoveAt(int startPosition, int endPosition) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, CultureNotFoundException
- Throws:
java.lang.Throwable
IndexOutOfRangeException
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
CultureNotFoundException
-
RemoveAt
public boolean RemoveAt(int startPosition, int endPosition, JCORefOut<java.util.concurrent.atomic.AtomicInteger> testPosition, JCORefOut<MaskedTextResultHint> resultHint) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
IndexOutOfRangeException
ArgumentOutOfRangeException
ArgumentException
-
Replace
public boolean Replace(char input, int position) throws java.lang.Throwable, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArgumentNullException, CultureNotFoundException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArgumentNullException
CultureNotFoundException
-
Replace
public boolean Replace(char input, int position, JCORefOut<java.util.concurrent.atomic.AtomicInteger> testPosition, JCORefOut<MaskedTextResultHint> resultHint) throws java.lang.Throwable, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
-
Replace
public 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
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArgumentNullException
-
Replace
public boolean Replace(java.lang.String input, int position) throws java.lang.Throwable, ArgumentNullException, IndexOutOfRangeException, ArgumentOutOfRangeException, CultureNotFoundException, ArgumentException, NotSupportedException
-
Replace
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
IndexOutOfRangeException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
-
Replace
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
- Throws:
java.lang.Throwable
ArgumentNullException
IndexOutOfRangeException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
-
Set
public boolean Set(java.lang.String input) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, ArgumentException, NotSupportedException
-
Set
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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
CultureNotFoundException
-
VerifyChar
public boolean VerifyChar(char input, int position, JCORefOut<MaskedTextResultHint> hint) throws java.lang.Throwable, ArgumentOutOfRangeException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
IndexOutOfRangeException
-
VerifyEscapeChar
public boolean VerifyEscapeChar(char input, int position) throws java.lang.Throwable, ArgumentOutOfRangeException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
IndexOutOfRangeException
-
VerifyString
public boolean VerifyString(java.lang.String input) throws java.lang.Throwable, ArgumentOutOfRangeException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
IndexOutOfRangeException
-
VerifyString
public boolean VerifyString(java.lang.String input, JCORefOut<java.util.concurrent.atomic.AtomicInteger> testPosition, JCORefOut<MaskedTextResultHint> resultHint) throws java.lang.Throwable, ArgumentOutOfRangeException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
IndexOutOfRangeException
-
FindAssignedEditPositionFrom
public int FindAssignedEditPositionFrom(int position, boolean direction) throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
-
FindAssignedEditPositionInRange
public int FindAssignedEditPositionInRange(int startPosition, int endPosition, boolean direction) throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
-
FindEditPositionFrom
public int FindEditPositionFrom(int position, boolean direction) throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
-
FindEditPositionInRange
public int FindEditPositionInRange(int startPosition, int endPosition, boolean direction) throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
-
FindNonEditPositionFrom
public int FindNonEditPositionFrom(int position, boolean direction) throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
-
FindNonEditPositionInRange
public int FindNonEditPositionInRange(int startPosition, int endPosition, boolean direction) throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
-
FindUnassignedEditPositionFrom
public int FindUnassignedEditPositionFrom(int position, boolean direction) throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
-
FindUnassignedEditPositionInRange
public int FindUnassignedEditPositionInRange(int startPosition, int endPosition, boolean direction) throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
-
Clone
public NetObject Clone() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, TypeInitializationException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
NullReferenceException
TypeInitializationException
NotSupportedException
-
ToDisplayString
public java.lang.String ToDisplayString() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
IndexOutOfRangeException
-
ToString
public java.lang.String ToString(boolean ignorePasswordChar) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
IndexOutOfRangeException
-
ToString
public java.lang.String ToString(boolean includePrompt, boolean includeLiterals) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
IndexOutOfRangeException
-
ToString
public java.lang.String ToString(boolean ignorePasswordChar, boolean includePrompt, boolean includeLiterals, int startPosition, int length) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
IndexOutOfRangeException
-
ToString
public java.lang.String ToString(boolean includePrompt, boolean includeLiterals, int startPosition, int length) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
IndexOutOfRangeException
-
ToString
public java.lang.String ToString(boolean ignorePasswordChar, int startPosition, int length) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
IndexOutOfRangeException
-
ToString
public java.lang.String ToString(int startPosition, int length) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
IndexOutOfRangeException
-
Clear
public void Clear() throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
-
Clear
public void Clear(JCORefOut<MaskedTextResultHint> resultHint) throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
-
getAllowPromptAsInput
public boolean getAllowPromptAsInput() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAsciiOnly
public boolean getAsciiOnly() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIncludeLiterals
public boolean getIncludeLiterals() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIncludeLiterals
public void setIncludeLiterals(boolean IncludeLiterals) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIncludePrompt
public boolean getIncludePrompt() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIncludePrompt
public void setIncludePrompt(boolean IncludePrompt) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsPassword
public boolean getIsPassword() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIsPassword
public void setIsPassword(boolean IsPassword) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMaskCompleted
public boolean getMaskCompleted() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMaskFull
public boolean getMaskFull() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getResetOnPrompt
public boolean getResetOnPrompt() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setResetOnPrompt
public void setResetOnPrompt(boolean ResetOnPrompt) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getResetOnSpace
public boolean getResetOnSpace() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setResetOnSpace
public void setResetOnSpace(boolean ResetOnSpace) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSkipLiterals
public boolean getSkipLiterals() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSkipLiterals
public void setSkipLiterals(boolean SkipLiterals) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDefaultPasswordChar
public static char getDefaultPasswordChar() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPasswordChar
public char getPasswordChar() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setPasswordChar
public void setPasswordChar(char PasswordChar) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getPromptChar
public char getPromptChar() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setPromptChar
public void setPromptChar(char PromptChar) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getAssignedEditPositionCount
public int getAssignedEditPositionCount() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAvailableEditPositionCount
public int getAvailableEditPositionCount() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getEditPositionCount
public int getEditPositionCount() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInvalidIndex
public static int getInvalidIndex() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLastAssignedPosition
public int getLastAssignedPosition() throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
-
getLength
public int getLength() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getEditPositions
public IEnumerator getEditPositions() throws java.lang.Throwable, ArgumentOutOfRangeException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
InvalidOperationException
-
getCulture
public CultureInfo getCulture() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMask
public java.lang.String getMask() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-