JIDE 3.5.15

com.jidesoft.editor
Class PredefinedSyntaxStyleSchema

java.lang.Object
  extended by com.jidesoft.editor.PredefinedSyntaxStyleSchema

public class PredefinedSyntaxStyleSchema
extends Object

Defines a few syntax style schema that mimic other famous code editors.


Constructor Summary
PredefinedSyntaxStyleSchema()
           
 
Method Summary
static SyntaxStyleSchema getEclipseSyntaxStyles()
           
static SyntaxStyleSchema getIntellijSyntaxStyles()
           
static SyntaxStyleSchema getNetBeansSyntaxStyles()
           
static SyntaxStyleSchema getVisualStudioSyntaxStyles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PredefinedSyntaxStyleSchema

public PredefinedSyntaxStyleSchema()
Method Detail

getIntellijSyntaxStyles

public static SyntaxStyleSchema getIntellijSyntaxStyles()
Returns:
the SyntaxStyleSchema that mimics IntelliJ IDEA's editor.

getEclipseSyntaxStyles

public static SyntaxStyleSchema getEclipseSyntaxStyles()
Returns:
the SyntaxStyleSchema that mimics Eclipse's editor.

getNetBeansSyntaxStyles

public static SyntaxStyleSchema getNetBeansSyntaxStyles()
Returns:
the SyntaxStyleSchema that mimics NetBeans's editor.

getVisualStudioSyntaxStyles

public static SyntaxStyleSchema getVisualStudioSyntaxStyles()
Returns:
the SyntaxStyleSchema that mimics Visual Studio's editor.

JIDE 3.5.15