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

Quick Search    Search Deep

org.jext.misc
Class Indent  view Indent download Indent.java

java.lang.Object
  extended byorg.jext.misc.Indent

public class Indent
extends java.lang.Object


Constructor Summary
Indent()
           
 
Method Summary
static boolean indent(org.jext.JextTextArea textArea, int lineIndex, boolean canIncreaseIndent, boolean canDecreaseIndent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Indent

public Indent()
Method Detail

indent

public static boolean indent(org.jext.JextTextArea textArea,
                             int lineIndex,
                             boolean canIncreaseIndent,
                             boolean canDecreaseIndent)