JAC project
AOPSYS
CEDRIC & LIP6 labs

org.objectweb.jac.aspects.gui.web
Interface HTMLViewer

All Known Subinterfaces:
HTMLEditor
All Known Implementing Classes:
AbstractCompositeView, AbstractMenu, AbstractPage, AttachmentEditor, AttachmentViewer, BooleanEditor, CollectionItemView, CompactList, Container, Customized, DateEditor, DateHourEditor, DateHourViewer, DateViewer, Empty, EnumViewer, FloatViewer, ImageURLViewer, IndexSelector, IndicesSelector, Label, List, Menu, MenuBar, Method, ObjectChooser, Panel, PasswordFieldEditor, PrimitiveField, PrimitiveFieldEditor, ReferenceView, SingleSlotContainer, StatusBar, Table, TextEditor, TextViewer, ToolBar, Tree, URLEditor

public interface HTMLViewer

This interface defines an object viewer used by the WebGUI. It has a method to generate HTML code.

See Also:
HTMLEditor

Method Summary
 void genHTML(PrintWriter out)
          Generate the HTML code for the editor.
 void setStyleSheet(String styelSheet)
          Set the CSS stylesheet
 

Method Detail

genHTML

public void genHTML(PrintWriter out)
             throws IOException
Generate the HTML code for the editor.

Parameters:
out - the writer where to write the HTML code.
IOException

setStyleSheet

public void setStyleSheet(String styelSheet)
Set the CSS stylesheet


Contact JAC development team:
Renaud Pawlak
Lionel Seinturier
Laurent Martelli