Class FreeMarkerTree

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Scrollable

@Deprecated public class FreeMarkerTree extends JTree
Deprecated.
Will be removed, as Swing classes aren't accessible on Google App Engine.
Allows exposure of a FreeMarker template's AST as a Swing tree.
See Also:
Serialized Form
  • Constructor Details

    • FreeMarkerTree

      public FreeMarkerTree(Template template)
      Deprecated.
  • Method Details

    • setTemplate

      public void setTemplate(Template template)
      Deprecated.
    • convertValueToText

      public String convertValueToText(Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus)
      Deprecated.
      Overrides:
      convertValueToText in class JTree