Uses of Class
org.fife.ui.rsyntaxtextarea.SyntaxScheme

Packages that use SyntaxScheme
org.fife.ui.rsyntaxtextarea   
 

Uses of SyntaxScheme in org.fife.ui.rsyntaxtextarea
 

Methods in org.fife.ui.rsyntaxtextarea that return SyntaxScheme
 SyntaxScheme RSyntaxTextArea.getDefaultSyntaxScheme()
          Returns the "default" syntax highlighting color scheme.
 SyntaxScheme RSyntaxTextArea.getSyntaxScheme()
          Returns all of the colors currently being used in syntax highlighting by this text component.
static SyntaxScheme SyntaxScheme.load(Font baseFont, InputStream in)
          Loads a syntax scheme from an input stream.
static SyntaxScheme SyntaxScheme.loadFromString(String string)
          Loads a syntax highlighting color scheme from a string created from toCommaSeparatedString.
 

Methods in org.fife.ui.rsyntaxtextarea with parameters of type SyntaxScheme
 void RSyntaxTextArea.setSyntaxScheme(SyntaxScheme scheme)
          Sets all of the colors used in syntax highlighting to the colors specified.
 



Copyright © 2003-2011. All Rights Reserved.