Class MDXValuesHighlight
java.lang.Object
org.pentaho.di.ui.trans.steps.olapinput.MDXValuesHighlight
- All Implemented Interfaces:
EventListener
,org.eclipse.swt.custom.LineStyleListener
,org.eclipse.swt.internal.SWTEventListener
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
A simple fuzzy scanner for Java -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
lineGetStyle
(org.eclipse.swt.custom.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)
-
Field Details
-
EOF
public static final int EOF- See Also:
-
EOL
public static final int EOL- See Also:
-
WORD
public static final int WORD- See Also:
-
WHITE
public static final int WHITE- See Also:
-
KEY
public static final int KEY- See Also:
-
COMMENT
public static final int COMMENT- See Also:
-
STRING
public static final int STRING- See Also:
-
OTHER
public static final int OTHER- See Also:
-
NUMBER
public static final int NUMBER- See Also:
-
FUNCTIONS
public static final int FUNCTIONS- See Also:
-
MAXIMUM_TOKEN
public static final int MAXIMUM_TOKEN- See Also:
-
-
Constructor Details
-
MDXValuesHighlight
public MDXValuesHighlight() -
MDXValuesHighlight
-
-
Method Details
-
lineGetStyle
public void lineGetStyle(org.eclipse.swt.custom.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)- Specified by:
lineGetStyle
in interfaceorg.eclipse.swt.custom.LineStyleListener
-
parseBlockComments
-