|
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
public class WindowState
Complete serializable state of a BrowserComponent.
| Constructor Summary | |
|---|---|
WindowState()
Constructor. |
|
WindowState(java.lang.String fileName)
Constructor. |
|
WindowState(java.lang.String fileName,
BrowserPath browserPath)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
|
BrowserPath |
getBrowserPath()
Get the browser path. |
java.lang.String |
getFileName()
Get the file name of the displayed class. |
int |
hashCode()
|
void |
setBrowserPath(BrowserPath browserPath)
Set the browser path. |
void |
setFileName(java.lang.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(java.lang.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(java.lang.String fileName)
fileName - the file name for the displayed class.public WindowState()
| Method Detail |
|---|
public java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
fileName - public BrowserPath getBrowserPath()
public void setBrowserPath(BrowserPath browserPath)
browserPath - the browser path.public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
ej-technologies | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||