Building Parsers with Java

Uses of Class
sjm.examples.sling.RenderableCollection

Packages that use RenderableCollection
sjm.examples.sling   
 

Uses of RenderableCollection in sjm.examples.sling
 

Fields in sjm.examples.sling declared as RenderableCollection
protected  RenderableCollection AddFunctionCommand.renderables
           
protected  RenderableCollection SlingTarget.renderables
           
protected  RenderableCollection SlingPanel.renderables
           
 

Methods in sjm.examples.sling that return RenderableCollection
 RenderableCollection SlingTarget.getRenderables()
          Return the renderables collection which is the destination for the user's renderable functions.
 

Methods in sjm.examples.sling with parameters of type RenderableCollection
 void SlingPanel.setPlot(RenderableCollection renderables)
          Set the renderables this component will display, and set the number of lines to use for the display of each function.
 

Constructors in sjm.examples.sling with parameters of type RenderableCollection
AddFunctionCommand.AddFunctionCommand(RenderableCollection renderables, SlingFunction f, Variable nLine)
          Construct a command to add the supplied function to the supplied function collection.
 


by Steve Metsker