|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.inet.terminal.CSIType
public class CSIType
Sequence type with '[' second character. "Canonical" representation: "\033[Pn;PnC", where Pn - decimal number, C - alpha character. Sequence is complete when any alpha character came. "Singleton" pattern [Gamma94].
Method Summary | |
---|---|
java.lang.String |
getCanonicalForm(java.lang.StringBuffer value)
Returns "canonical" form of control sequence (i.e. |
static CSIType |
getInstance()
Returns one and only one instance of this type. |
int[] |
getParameters(java.lang.StringBuffer value)
Extracts and returns sequence parameters as array of int . |
boolean |
isComplete(java.lang.StringBuffer value)
Checks if sequence is complete. |
void |
setParameterDelim(java.lang.String delim)
Sets parameter delimeter. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static CSIType getInstance()
CSIType
object.public boolean isComplete(java.lang.StringBuffer value)
isComplete
in interface SequenceType
value
- sequence value.
public int[] getParameters(java.lang.StringBuffer value)
int
.
getParameters
in interface SequenceType
value
- sequence value.
int
.public java.lang.String getCanonicalForm(java.lang.StringBuffer value)
getCanonicalForm
in interface SequenceType
value
- sequence value.
public void setParameterDelim(java.lang.String delim)
delim
- string with parameter delimeter.
|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |