borland Packages  Class Hierarchy  dx.text Package 

ItemEditMaskRegionChar interface

com.borland.dx.text.ItemEditMaskRegionChar

About the ItemEditMaskRegionChar interface

Methods  

Implemented by ItemEditMaskRegion, ItemEditMaskStr

This interface is used internally by other com.borland classes. You should never use this interface directly.


ItemEditMaskRegionChar methods

Methods defined in this interface


ItemEditMaskRegionChar methods

deleteCharAt(java.lang.StringBuffer, int, char)

  public void deleteCharAt(StringBuffer str, int charPosition, char blankChar)

This method is used internally by other com.borland classes. You should never use this method directly.

getCharAt(java.lang.StringBuffer, int)

  public char getCharAt(StringBuffer strBuffer, int charPosition)

This method is used internally by other com.borland classes. You should never use this method directly.

isLiteral(int)

  public boolean isLiteral(int charPosition)

This method is used internally by other com.borland classes. You should never use this method directly.

isOptional(int)

  public boolean isOptional(int charPosition)

This method is used internally by other com.borland classes. You should never use this method directly.

isValid(int, char)

  public boolean isValid(int charPosition, char c)

This method is used internally by other com.borland classes. You should never use this method directly.

setCharAt(java.lang.StringBuffer, int, char)

  public char setCharAt(StringBuffer str, int charPosition, char c)

This method is used internally by other com.borland classes. You should never use this method directly.