org.pentaho.di.ui.trans.steps.salesforceinput
Class SOQLValuesHighlight

java.lang.Object
  extended by org.pentaho.di.ui.trans.steps.salesforceinput.SOQLValuesHighlight

public class SOQLValuesHighlight
extends Object


Nested Class Summary
 class SOQLValuesHighlight.JavaScanner
          A simple fuzzy scanner for Java
 
Field Summary
static int COMMENT
           
static int EOF
           
static int EOL
           
static int FUNCTIONS
           
static int KEY
           
static int MAXIMUM_TOKEN
           
static int NUMBER
           
static int OTHER
           
static int STRING
           
static int WHITE
           
static int WORD
           
 
Constructor Summary
SOQLValuesHighlight()
           
SOQLValuesHighlight(String[] strArrSQLFunctions)
           
 
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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

SOQLValuesHighlight

public SOQLValuesHighlight()

SOQLValuesHighlight

public SOQLValuesHighlight(String[] strArrSQLFunctions)
Method Detail

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)