Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.jext.Mode

Uses of Mode in org.jext
 

Methods in org.jext that return Mode
static Mode Jext.getMode(java.lang.String modeName)
          Returns the mode according to its name.
 

Methods in org.jext with parameters of type Mode
 void JextTextArea.setColorizing(Mode mode)
           
static void Jext.addMode(Mode mode)
          Adds a mode to Jext's syntax colorizing modes list
 

Constructors in org.jext with parameters of type Mode
ModeFileFilter(Mode mode)
          Creates a new file filter for given syntax colorizing mode.