|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.gmail.thejcwk.semantics.Session
public class Session
Encapsulates the state of a session.
| Constructor Summary | |
|---|---|
Session()
Construct a new, empty Session. |
|
| Method Summary | |
|---|---|
PhraseCollection |
getCollection()
Get the collection being used in this Session. |
int |
getFrameHeight()
Get the frameHeight used during the previous session. |
int |
getFrameWidth()
Get the frameWidth used during the previous session. |
void |
setCollection(PhraseCollection aCollection)
Set the collection used in this Session. |
void |
setFrameHeight(int frameHeight)
Set what the frameHeight was before the session was closed. |
void |
setFrameWidth(int frameWidth)
Set what the frameWidth was before the session closed. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Session()
| Method Detail |
|---|
public void setCollection(PhraseCollection aCollection)
aCollection - public void setFrameHeight(int frameHeight)
frameHeight - public void setFrameWidth(int frameWidth)
frameWidth - public PhraseCollection getCollection()
public int getFrameHeight()
public int getFrameWidth()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||