com.atlassian.confluence.tinymceplugin.placeholder
Class StyledString

java.lang.Object
  extended by com.atlassian.confluence.tinymceplugin.placeholder.StyledString

public class StyledString
extends Object

A String that can be styled.


Constructor Summary
StyledString(String value)
           
StyledString(String value, Color color)
           
 
Method Summary
 Color getColor()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyledString

public StyledString(String value)

StyledString

public StyledString(String value,
                    Color color)
Method Detail

getValue

public String getValue()

getColor

public Color getColor()


Copyright © 2003-2011 Atlassian. All Rights Reserved.