org.pentaho.di.ui.trans.steps.olapinput
Class MDXValuesHighlight
java.lang.Object
org.pentaho.di.ui.trans.steps.olapinput.MDXValuesHighlight
public class MDXValuesHighlight
- extends Object
Method Summary |
void |
lineGetStyle(LineStyleEvent event)
Event.detail line start offset (input)
Event.text line text (input)
LineStyleEvent.styles Enumeration of StyleRanges, need to be in order. |
void |
parseBlockComments(String text)
|
EOF
public static final int EOF
- See Also:
- Constant Field Values
EOL
public static final int EOL
- See Also:
- Constant Field Values
WORD
public static final int WORD
- See Also:
- Constant Field Values
WHITE
public static final int WHITE
- See Also:
- Constant Field Values
KEY
public static final int KEY
- See Also:
- Constant Field Values
COMMENT
public static final int COMMENT
- See Also:
- Constant Field Values
STRING
public static final int STRING
- See Also:
- Constant Field Values
OTHER
public static final int OTHER
- See Also:
- Constant Field Values
NUMBER
public static final int NUMBER
- See Also:
- Constant Field Values
FUNCTIONS
public static final int FUNCTIONS
- See Also:
- Constant Field Values
MAXIMUM_TOKEN
public static final int MAXIMUM_TOKEN
- See Also:
- Constant Field Values
MDXValuesHighlight
public MDXValuesHighlight()
MDXValuesHighlight
public MDXValuesHighlight(String[] strArrSQLFunctions)
lineGetStyle
public void lineGetStyle(LineStyleEvent event)
- Event.detail line start offset (input)
Event.text line text (input)
LineStyleEvent.styles Enumeration of StyleRanges, need to be in order. (output)
LineStyleEvent.background line background color (output)
parseBlockComments
public void parseBlockComments(String text)