public interface GUIFactoryIF
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
create(java.lang.Object ref,
org.w3c.dom.Node node)
Create an object from document node.
|
java.lang.Object |
create(java.lang.Object ref,
java.lang.String pattern)
Create an object using the first node in document that matches the given pattern.
|
org.w3c.dom.Document |
getDocument(java.lang.Object ref)
Get the document used by the factory.
|
java.lang.Object |
getReference(java.lang.Object obj)
Get the reference for object.
|
void |
showErrorMessage(java.awt.Container parent,
java.lang.String title,
java.lang.String message)
Send an error message.
|
java.lang.Object create(java.lang.Object ref, java.lang.String pattern) throws java.lang.Exception
java.lang.Exception
java.lang.Object create(java.lang.Object ref, org.w3c.dom.Node node) throws java.lang.Exception
java.lang.Exception
org.w3c.dom.Document getDocument(java.lang.Object ref)
java.lang.Object getReference(java.lang.Object obj)
void showErrorMessage(java.awt.Container parent, java.lang.String title, java.lang.String message)
parent
- the parent of the dialog.title
- the title.message
- the message.