Uses of Class
de.java2html.options.JavaSourceStyleEntry

Packages that use JavaSourceStyleEntry
de.java2html.options   
 

Uses of JavaSourceStyleEntry in de.java2html.options
 

Methods in de.java2html.options that return JavaSourceStyleEntry
 JavaSourceStyleEntry JavaSourceStyleTable.get(SourceType key)
          Returns the style for the given source type defined by this styletable.
 JavaSourceStyleEntry JavaSourceStyleTable.get(java.lang.String key)
          Deprecated. As of Sep 12, 2004 (Markus Gebhard), replaced by JavaSourceStyleTable.get(SourceType)
 JavaSourceStyleEntry JavaSourceStyleEntry.getClone()
          Deprecated. As of Dec 21, 2003 (Markus Gebhard): object is immutable and cloning not necessary.
 

Methods in de.java2html.options with parameters of type JavaSourceStyleEntry
 void JavaSourceStyleTable.put(SourceType key, JavaSourceStyleEntry javaSourceStyleEntry)
          Sets the style for the given source type to the given style.
 void JavaSourceStyleTable.put(java.lang.String key, JavaSourceStyleEntry javaSourceStyleEntry)
           
 



Copyright © 2003 - 2006