com.atlassian.renderer.macro.macros
Class PanelMacro

java.lang.Object
  extended by org.radeox.macro.BaseMacro
      extended by com.atlassian.renderer.macro.BaseMacro
          extended by com.atlassian.renderer.macro.macros.AbstractPanelMacro
              extended by com.atlassian.renderer.macro.macros.PanelMacro
All Implemented Interfaces:
Comparable, org.radeox.macro.Macro

public class PanelMacro
extends AbstractPanelMacro


Field Summary
 
Fields inherited from class org.radeox.macro.BaseMacro
initialContext, paramDescription
 
Constructor Summary
PanelMacro()
           
 
Method Summary
 String getName()
           
protected  String getPanelContentCSSClass()
           
protected  String getPanelCSSClass()
           
protected  String getPanelHeaderCSSClass()
           
 void setWikiStyleRenderer(WikiStyleRenderer wikiStyleRenderer)
           
protected  void writeContent(Writer writer, org.radeox.macro.parameter.MacroParameter macroParameter, String content, String backgroundColor)
           
 
Methods inherited from class com.atlassian.renderer.macro.macros.AbstractPanelMacro
execute, getBodyContent, getParamDescription, getTitle, writeHeader
 
Methods inherited from class com.atlassian.renderer.macro.BaseMacro
getDescription, getResourcePath, setDescription, setResourcePath
 
Methods inherited from class org.radeox.macro.BaseMacro
compareTo, setInitialContext, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.radeox.macro.Macro
setInitialContext
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

PanelMacro

public PanelMacro()
Method Detail

setWikiStyleRenderer

public void setWikiStyleRenderer(WikiStyleRenderer wikiStyleRenderer)

getName

public String getName()
Specified by:
getName in interface org.radeox.macro.Macro
Specified by:
getName in class org.radeox.macro.BaseMacro

getPanelCSSClass

protected String getPanelCSSClass()
Specified by:
getPanelCSSClass in class AbstractPanelMacro

getPanelContentCSSClass

protected String getPanelContentCSSClass()
Specified by:
getPanelContentCSSClass in class AbstractPanelMacro

getPanelHeaderCSSClass

protected String getPanelHeaderCSSClass()
Specified by:
getPanelHeaderCSSClass in class AbstractPanelMacro

writeContent

protected void writeContent(Writer writer,
                            org.radeox.macro.parameter.MacroParameter macroParameter,
                            String content,
                            String backgroundColor)
                     throws IOException
Overrides:
writeContent in class AbstractPanelMacro
Throws:
IOException


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.