Package org.eclipse.wst.xsl.ui.internal.style
public class XSLTextAttributeMap extends java.lang.ObjectHandles the mapping of the Style Constants to Text Attributes for XSL.
Method Summary | |
protected void | addXSLTextAttribute(java.lang.String colorKey) |
protected TextAttribute | createTextAttribute(RGB foreground
,
RGB background
,
int style) |
public static org.eclipse.wst.xsl.ui.internal.style.XSLTextAttributeMap | getInstance() Returns an instance of XSLTextAttributeMap |
public java.util.Map | getTextAttributeMap() Get's a Map of XSL Style Constants to Text Attributes. |
Methods Detail |
protected void addXSLTextAttribute(java.lang.String colorKey)
colorKey
protected TextAttribute createTextAttribute(RGB foreground
,
RGB background
,
int style)
foreground
background
style
TextAttribute
public org.eclipse.wst.xsl.ui.internal.style.XSLTextAttributeMap getInstance()
Returns an instance of XSLTextAttributeMap
org.eclipse.wst.xsl.ui.internal.style.XSLTextAttributeMap
public java.util.Map getTextAttributeMap()
Get's a Map of XSL Style Constants to Text Attributes.
java.util.Map