|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.toybox.util.ToyBoxContext
com.threerings.toybox.client.ToyBoxClient.ToyBoxContextImpl
protected class ToyBoxClient.ToyBoxContextImpl
The context implementation. This provides access to all of the objects and services that are needed by the operating client.
| Constructor Summary | |
|---|---|
protected |
ToyBoxClient.ToyBoxContextImpl()
Apparently the default constructor has default access, rather than protected access, even though this class is declared to be protected. |
| Method Summary | |
|---|---|
void |
clearPlaceView(PlaceView view)
|
ChatDirector |
getChatDirector()
|
Client |
getClient()
|
Config |
getConfig()
|
DObjectManager |
getDObjectManager()
|
FrameManager |
getFrameManager()
Returns a reference to our frame manager (used for media services). |
KeyDispatcher |
getKeyDispatcher()
Returns a reference to our key dispatcher. |
LocationDirector |
getLocationDirector()
|
MessageManager |
getMessageManager()
Returns a reference to the message manager used by the client to generate localized messages. |
OccupantDirector |
getOccupantDirector()
|
ParlorDirector |
getParlorDirector()
|
ToyBoxDirector |
getToyBoxDirector()
Returns a reference to our ToyBox director. |
void |
setPlaceView(PlaceView view)
|
| Methods inherited from class com.threerings.toybox.util.ToyBoxContext |
|---|
getResourceManager, getUsername, loadImage, xlate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ToyBoxClient.ToyBoxContextImpl()
| Method Detail |
|---|
public Client getClient()
public DObjectManager getDObjectManager()
public Config getConfig()
public LocationDirector getLocationDirector()
public OccupantDirector getOccupantDirector()
public ChatDirector getChatDirector()
public MessageManager getMessageManager()
ToyBoxContext
getMessageManager in interface CrowdContextgetMessageManager in interface com.whirled.game.util.WhirledGameContextgetMessageManager in class ToyBoxContextpublic ParlorDirector getParlorDirector()
public void setPlaceView(PlaceView view)
public void clearPlaceView(PlaceView view)
public ToyBoxDirector getToyBoxDirector()
ToyBoxContext
getToyBoxDirector in class ToyBoxContextpublic FrameManager getFrameManager()
ToyBoxContext
getFrameManager in class ToyBoxContextpublic KeyDispatcher getKeyDispatcher()
ToyBoxContext
getKeyDispatcher in class ToyBoxContext
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||