|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.dss.dataView.TokenSubstitutionAdapter
oracle.dss.dataView.TokenSubstitutionExtendedAdapter
public class TokenSubstitutionExtendedAdapter
This class supports replaceable text in a text component. This class maintains a list of items that can be chosen from the "Insert" drop-down list in the Title UI panel. The items are localizable strings. For example, "Dimension" is a list item. For each list item, this class also maintains the following:
JTextField that the end user can edit in the Title panel| Field Summary | |
|---|---|
protected ViewPrinter |
m_viewprinter |
| Fields inherited from class oracle.dss.dataView.TokenSubstitutionAdapter |
|---|
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 Summary | |
|---|---|
TokenSubstitutionExtendedAdapter(ViewPrinter printer, int item)Constructor. |
|
| Method Summary | |
|---|---|
protected java.lang.String |
getParsedKey(java.lang.String subStr)given a key return the parsed string |
| Methods inherited from class oracle.dss.dataView.TokenSubstitutionAdapter |
|---|
_init, getKey, getKeyString, getListItems, getParsedString, getToken, getTokenString, localizeVariablesArray, setLocale, updateResourceBundle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ViewPrinter m_viewprinter
| Constructor Detail |
|---|
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.ALL| Method Detail |
|---|
protected java.lang.String getParsedKey(java.lang.String subStr)
TokenSubstitutionAdaptergetParsedKey in class TokenSubstitutionAdapter
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||