|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tapina.robe.runtime.Block
com.tapina.robe.runtime.DataBlock
com.tapina.robe.module.Module
com.tapina.robe.swi.SWIHandler
com.tapina.robe.swi.Territory
Created by IntelliJ IDEA. User: gareth Date: Sep 9, 2003 Time: 7:51:48 AM
Field Summary | |
static int |
ACCENT
|
static int |
ALPHABETIC
|
static int |
BACKWARDS
|
static int |
CONTROL_CODE
|
static int |
DIGIT
|
static int |
FORWARDS
|
static int |
HEX_DIGIT
|
static int |
LOWERCASE
|
static int |
PUNCTUATION
|
static int |
UPPERCASE
|
static int |
WHITE_SPACE
|
Fields inherited from class com.tapina.robe.swi.SWIHandler |
log, METHOD_PARAMETERS |
Method Summary | |
void |
CharacterPropertyTable(Environment env)
|
void |
ConvertDateAndTime(Environment env)
Format the date and time in the given territory |
java.lang.String |
convertDateAndTime(int territoryNumber,
java.util.Date date,
java.lang.String format)
|
static int |
getBase()
|
java.util.BitSet |
getCharacterPropertyTable(int territoryNumber,
int property)
|
static Territory |
getInstance()
|
char[] |
getLowerCaseTable(int territoryNumber)
Return an array of characters which are the lower-case representations of the first 256 characters in the default character set for the given territory. |
static java.lang.reflect.Method |
getMethod(java.lang.Integer offset)
|
char[] |
getUpperCaseTable(int territoryNumber)
Return an array of characters which are the upper-case representations of the first 256 characters in the default character set for the given territory. |
void |
LowerCaseTable(Environment env)
Return an data block of bytes which are the lower-case representations of the first 256 characters in the default character set for the given territory. |
static void |
main(java.lang.String[] args)
|
void |
UpperCaseTable(Environment env)
Return an data block of bytes which are the upper-case representations of the first 256 characters in the default character set for the given territory. |
Methods inherited from class com.tapina.robe.module.Module |
getBytes, getHelp, getName, getSize, setSize |
Methods inherited from class com.tapina.robe.runtime.Block |
getAddress, setAddress |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int CONTROL_CODE
public static final int UPPERCASE
public static final int LOWERCASE
public static final int ALPHABETIC
public static final int PUNCTUATION
public static final int WHITE_SPACE
public static final int DIGIT
public static final int HEX_DIGIT
public static final int ACCENT
public static final int FORWARDS
public static final int BACKWARDS
Method Detail |
public static Territory getInstance()
public static int getBase()
public static java.lang.reflect.Method getMethod(java.lang.Integer offset) throws java.lang.NoSuchMethodException
java.lang.NoSuchMethodException
public final void ConvertDateAndTime(Environment env)
env
- public final java.lang.String convertDateAndTime(int territoryNumber, java.util.Date date, java.lang.String format)
public final void LowerCaseTable(Environment env)
env
- public final void UpperCaseTable(Environment env)
env
- public final void CharacterPropertyTable(Environment env)
public final java.util.BitSet getCharacterPropertyTable(int territoryNumber, int property)
public final char[] getLowerCaseTable(int territoryNumber)
territoryNumber
- or -1 for the current territory
public final char[] getUpperCaseTable(int territoryNumber)
territoryNumber
- or -1 for the current territory
public static void main(java.lang.String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |