Searched defs:FrameOutputWriter (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DFrameOutputWriter.java45 public class FrameOutputWriter extends HtmlDocletWriter { class in inherits:HtmlDocletWriter
55 * Constructor to construct FrameOutputWriter object.
59 public FrameOutputWriter(ConfigurationImpl configuration, method in class:FrameOutputWriter
66 * Construct FrameOutputWriter object and then use it to generate the Html
73 FrameOutputWriter framegen;
77 framegen = new FrameOutputWriter(configuration, filename);

Completed in 29 milliseconds