com.atlassian.renderer.wysiwyg
Class ListContext

java.lang.Object
  extended by com.atlassian.renderer.wysiwyg.ListContext

public class ListContext
extends Object

Created by IntelliJ IDEA. User: Tomd Date: 9/06/2005 Time: 17:38:22 To change this template use File | Settings | File Templates.


Field Summary
static String BULLETED
           
static String NUMBERED
           
static String SQUARE
           
 
Constructor Summary
ListContext()
           
ListContext(String type)
           
ListContext(String type, ListContext current)
           
 
Method Summary
 String decorateText(String s)
           
 String getStack()
           
 boolean isInList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NUMBERED

public static final String NUMBERED
See Also:
Constant Field Values

BULLETED

public static final String BULLETED
See Also:
Constant Field Values

SQUARE

public static final String SQUARE
See Also:
Constant Field Values
Constructor Detail

ListContext

public ListContext(String type,
                   ListContext current)

ListContext

public ListContext()

ListContext

public ListContext(String type)
Method Detail

getStack

public String getStack()

decorateText

public String decorateText(String s)

isInList

public boolean isInList()


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.