|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResourceChooser
| Method Summary | |
|---|---|
java.lang.String |
getRootName()
Returns the selected root name. |
java.lang.String |
getTitle(boolean xuiHasChanged)
Returns the title of the XUI-Editor Frame. |
java.net.URL |
getXmlURL()
Returns the URL of the xml file |
java.net.URL |
getXsdURL()
Returns the URL of the xsd file |
java.net.URL |
getXuiURL()
Returns the URL of the xui file |
boolean |
isCancelled()
Returns true if the dialog has been cancelled |
void |
save(java.net.URL url,
Document dom)
Saves the xui to a given url location. |
java.net.URL |
saveAsChooser(java.net.URL xsdURL,
java.net.URL xuiURL,
AbstractEditorPanel editor)
Should open a location chooser to save the xui. |
void |
saveNLS(Document uiDOM,
java.net.URL url,
NLS nls,
java.lang.String rootName)
Stores the nls at a given location. |
void |
setXmlURL(java.net.URL xmlURL)
Sets the xml url. |
void |
setXsdURL(java.net.URL xsdURL)
Sets the xsd url. |
void |
setXuiURL(java.net.URL xuiURL)
Sets the xui url. |
void |
show()
|
| Method Detail |
|---|
java.lang.String getRootName()
java.net.URL getXmlURL()
java.net.URL getXsdURL()
java.net.URL getXuiURL()
boolean isCancelled()
void show()
Component.show()
void save(java.net.URL url,
Document dom)
void saveNLS(Document uiDOM,
java.net.URL url,
NLS nls,
java.lang.String rootName)
url - location to storenls - NLS to storerootName - root name of the work document
java.net.URL saveAsChooser(java.net.URL xsdURL,
java.net.URL xuiURL,
AbstractEditorPanel editor)
java.lang.String getTitle(boolean xuiHasChanged)
xuiHasChanged - indicates if xui has changed (mark it)void setXsdURL(java.net.URL xsdURL)
void setXmlURL(java.net.URL xmlURL)
void setXuiURL(java.net.URL xuiURL)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||