public class TokenSubstitutionExtendedAdapter extends TokenSubstitutionAdapter
JTextField that the end user can edit in the Title
panel| Modifier and Type | Field and Description |
|---|---|
protected ViewPrinter |
m_viewprinter |
ALL, date, DATE, DATE_KEY, dim_mem, DIM_MEM_KEY, dimension, DIMENSION, DIMENSION_KEY, DIMENSION_MEMBER, m_dataview, m_item, m_locale, m_variable, member, MEMBER, MEMBER_KEY, page, PAGE, PAGE_KEY, time, TIME, TIME_KEY| Constructor and Description |
|---|
TokenSubstitutionExtendedAdapter(ViewPrinter printer,
int item)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getParsedKey(java.lang.String subStr)
given a key return the parsed string
|
_init, getKey, getKeyString, getListItems, getParsedString, getToken, getTokenString, localizeVariablesArray, setLocale, updateResourceBundleprotected ViewPrinter m_viewprinter
public TokenSubstitutionExtendedAdapter(ViewPrinter printer, int item)
printer - The ViewPrinter for which this adapter provides
token substitution support.item - the items that needs to be supported by this adapter
Constants are listed in the See Also sectionTokenSubstitutionAdapter.DIMENSION,
TokenSubstitutionAdapter.MEMBER,
TokenSubstitutionAdapter.DIMENSION_MEMBER,
TokenSubstitutionAdapter.DATE,
TokenSubstitutionAdapter.TIME,
TokenSubstitutionAdapter.PAGE,
TokenSubstitutionAdapter.ALLprotected java.lang.String getParsedKey(java.lang.String subStr)
TokenSubstitutionAdaptergetParsedKey in class TokenSubstitutionAdapter