|
Teppefall | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.teppefall.ds.layout.jxml.Importer
public class Importer
| Constructor Summary | |
|---|---|
Importer()
|
|
| Method Summary | |
|---|---|
static Assembly |
decode(java.lang.Class owner)
Call this in Hello.class and Hello.xml will be imported. |
static Assembly |
decode(java.lang.Class owner,
java.io.InputStream resource)
InputStream version. |
static Assembly |
decode(java.lang.Class owner,
java.lang.String resource)
Example use: Importer.decode(getClass(), "hello.xml").getPanel(); |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Importer()
| Method Detail |
|---|
public static Assembly decode(java.lang.Class owner)
owner - Class owner
public static Assembly decode(java.lang.Class owner,
java.lang.String resource)
owner - Class ownerresource - XML resource path
public static Assembly decode(java.lang.Class owner,
java.io.InputStream resource)
owner - Class ownerresource - XML resource path
|
Teppefall | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||