|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xbn.XBNObject | +--xbn.string.padchop.SpcfcCfgChop
Part of PCSConfig that configures chop-specific items. See PCSConfig.
Source code: SpcfcCfgChop.java
Fields inherited from class xbn.XBNObject |
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP |
Constructor Summary | |
SpcfcCfgChop()
Create a SpcfcCfgChop with default settings. |
|
SpcfcCfgChop(boolean b_chopEndStart)
Create a SpcfcCfgChop. |
|
SpcfcCfgChop(boolean b_chopEndStart,
String s_chopDotDotDot)
Create a SpcfcCfgChop. |
|
SpcfcCfgChop(boolean b_chopEndStart,
String s_chopDotDotDot,
int i_cdddFlush)
Create a SpcfcCfgChop. |
|
SpcfcCfgChop(String s_chopDotDotDot)
Create a SpcfcCfgChop. |
Method Summary | |
int |
getCDDDFlush()
Get the chop ellipsis flush setting. |
String |
getChopDotDotDot()
When chopping should there be an ellipsis, indicating that the text was, in fact, chopped?. |
boolean |
getChopSideEndStart()
When the string needs to be chopped, which end should it happen to? |
String |
toString()
Get some information about this SpcfcCfgChop. |
Methods inherited from class xbn.XBNObject |
getXMsgPrefix, sop, sopl, sopl, throwAX, throwAXIfBadStr, throwAXIfNull, throwAXSpoof |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SpcfcCfgChop()
Create a SpcfcCfgChop with default settings.
Equal to SpcfcCfgChop(true)
public SpcfcCfgChop(boolean b_chopEndStart)
Create a SpcfcCfgChop.
Equal to SpcfcCfgChop(b_chopEndStart, null)
public SpcfcCfgChop(String s_chopDotDotDot)
Create a SpcfcCfgChop.
Equal to SpcfcCfgChop(true, s_chopDotDotDot)
public SpcfcCfgChop(boolean b_chopEndStart, String s_chopDotDotDot)
Create a SpcfcCfgChop.
Equal to SpcfcCfgChop(b_chopEndStart, s_chopDotDotDot, 0)
public SpcfcCfgChop(boolean b_chopEndStart, String s_chopDotDotDot, int i_cdddFlush)
Create a SpcfcCfgChop.
b_chopEndStart
- When the string needs to be chopped, which end should it happen to? See getChopSideEndStart.s_chopDotDotDot
- The chop ellipsis text. If non-null, must be at least one character in length. If null, no ellipsis is used (i_cdddFlush is ignored). See getChopDotDotDot. Note that the chop ellipsis is only used when the text is actually chopped, regardless the value of i_cdddFlush.i_cdddFlush
- The number of ellipsis characters that should be "sticking out" of the chopped text. Must be between zero and [length of s_chopDotDotDot] inclusive, where zero is perfectly flushed (completely contained in the chopped string text) and [length of s_chopDotDotDot] is concatenated to the chopped string. If s_chopDotDotDot is null, this parameter is ignored. See getCDDDFlush.Method Detail |
public final boolean getChopSideEndStart()
When the string needs to be chopped, which end should it happen to?
public final String getChopDotDotDot()
When chopping should there be an ellipsis, indicating that the text was, in fact, chopped?. See getCDDDFlush.
public final int getCDDDFlush()
Get the chop ellipsis flush setting. See getChopDotDotDot.
public String toString()
Get some information about this SpcfcCfgChop.
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 1997-2003, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.
http://sourceforge.net/projects/xbnjava