|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--vnas.sm.SMaker
|
+--vnas.sm.XMLSMaker
SMaker implementation that loads panel layouts from XML files.
ISMaker| Constructor Summary | |
XMLSMaker()
|
|
| Method Summary | |
void |
load(java.io.File file)
Loads the XML file represented by the File object. |
void |
load(java.lang.String resourcename)
Loads an XML file from the classpath. |
void |
load(java.net.URL url)
Loads the XML file from an URL. |
| Methods inherited from class vnas.sm.SMaker |
addSMakerListener,
create,
create,
create,
getRootTarget,
getTarget,
getTarget,
getTarget,
getTarget,
getTargets,
newSMaker,
removeSMakerListener,
setExceptionHandler,
setTarget,
setTarget |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public XMLSMaker()
| Method Detail |
public void load(java.lang.String resourcename)
resourcename - the resource name (for example "Example2.xml")public void load(java.io.File file)
file - representation of the XML filepublic void load(java.net.URL url)
url - the URL of the XML file
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||