sdsu.html
Interface HTML

All Known Implementing Classes:
HTMLTable, Button, Formatter, TextInput, Form, Image, SelectionList

public abstract interface HTML

Used to indicate objects that generate HTML tags.


Method Summary
 java.lang.String toString()
          Returns a string that is an valid HTML formated string
 

Method Detail

toString

public java.lang.String toString()
Returns a string that is an valid HTML formated string
Overrides:
toString in class java.lang.Object