org.topbraid.strings
Interface IStylingRowEditorDriver

All Superinterfaces:
IRowEditorDriver
All Known Implementing Classes:
SPARQLRowEditorDriver

public interface IStylingRowEditorDriver
extends IRowEditorDriver

An IRowEditorDriver that also does syntax coloring to highlight certain language elements.

Author:
Holger Knublauch

Method Summary
 void addNewStyles(java.lang.String text, IRowEditorStyle res)
           
 
Methods inherited from interface org.topbraid.strings.IRowEditorDriver
createObject, getError, isResponsibleForDisplay, isResponsibleForEditing
 

Method Detail

addNewStyles

void addNewStyles(java.lang.String text,
                  IRowEditorStyle res)