|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jaxfront.core.util.LastFile
public class LastFile
This class represents a recently opened xui file.
| Constructor Summary | |
|---|---|
LastFile(java.lang.String urls)
LastFile constructor. |
|
LastFile(java.net.URL xsdURL,
java.net.URL xmlURL,
java.net.URL xuiURL,
java.lang.String rootName)
LastFile constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getID()
|
java.lang.String |
getRootName()
Gets the root name of the last opened file. |
java.net.URL |
getXmlURL()
Gets the URL of the XML instance of the last opened file. |
java.net.URL |
getXsdURL()
Gets the URL of the XSD of the last opened file. |
java.net.URL |
getXuiURL()
Gets the URL of the XUI of the last opened file. |
int |
hits()
Gets the counter of the last opened files. |
java.lang.String |
toString()
Returns all URLs of the last opened file as a String |
void |
upCounter()
Increases the counter of the last opened files. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LastFile(java.lang.String urls)
urls - the urls that belongs to the last opened file
public LastFile(java.net.URL xsdURL,
java.net.URL xmlURL,
java.net.URL xuiURL,
java.lang.String rootName)
xsdURL - xsdURL of the last opened filexmlURL - xmlURL of the last opened filexuiURL - xuiURL of the last opened filerootName - the root name of the last opened file| Method Detail |
|---|
public java.lang.String getRootName()
public java.net.URL getXmlURL()
public java.net.URL getXsdURL()
public java.net.URL getXuiURL()
public int hits()
public java.lang.String toString()
toString in class java.lang.Objectpublic void upCounter()
public java.lang.String getID()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||