|
ej-technologies | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gjt.jclasslib.browser.config.window.WindowState
Complete serializable state of a BrowserComponent.
Constructor Summary | |
WindowState()
Constructor. |
|
WindowState(String fileName)
Constructor. |
|
WindowState(String fileName,
BrowserPath browserPath)
Constructor. |
Method Summary | |
boolean |
equals(Object other)
|
BrowserPath |
getBrowserPath()
Get the browser path. |
String |
getFileName()
Get the file name of the displayed class. |
int |
hashCode()
|
void |
setBrowserPath(BrowserPath browserPath)
Set the browser path. |
void |
setFileName(String fileName)
Set the file name of the displayed class. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WindowState(String fileName, BrowserPath browserPath)
fileName
- the file name for the displayed class.browserPath
- the browser path that should be selected. May be null.public WindowState(String fileName)
fileName
- the file name for the displayed class.public WindowState()
Method Detail |
public String getFileName()
public void setFileName(String fileName)
fileName
- public BrowserPath getBrowserPath()
public void setBrowserPath(BrowserPath browserPath)
browserPath
- the browser path.public boolean equals(Object other)
public int hashCode()
|
ej-technologies | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |