WUI : API


Uses of Class
org.westofj.wui.WHtmlLayout

Packages that use WHtmlLayout
org.westofj.wui   
 

Uses of WHtmlLayout in org.westofj.wui
 

Methods in org.westofj.wui that return WHtmlLayout
static WHtmlLayout WHtmlLayout.newFromFile(File file)
          Constructs an HTML layout manager from a file source.
static WHtmlLayout WHtmlLayout.newFromFile(String path)
          Constructs an HTML layout manager from a file source.
static WHtmlLayout WHtmlLayout.newFromReader(Reader reader)
          Constructs an HTML layout manager from a Reader source.
static WHtmlLayout WHtmlLayout.newFromResource(String resource)
          Constructs an HTML layout manager from a resource on the classpath.
static WHtmlLayout WHtmlLayout.newFromString(String html)
          Constructs an HTML layout manager from a String.
 


Copyright (c) 2003 West of J - All rights reserved.