|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface StageContext
A context that provides for the myriad requirements of the Stage system.
| Method Summary | |
|---|---|
com.threerings.media.image.ColorPository |
getColorPository()
Returns a reference to the colorization repository. |
com.threerings.cast.ComponentRepository |
getComponentRepository()
Returns the component repository in use by this client. |
com.threerings.media.image.ImageManager |
getImageManager()
Access to the image manager. |
KeyboardManager |
getKeyboardManager()
Returns a reference to the keyboard manager. |
KeyDispatcher |
getKeyDispatcher()
Provides access to the key dispatcher. |
MessageManager |
getMessageManager()
Returns a reference to the message manager used by the client. |
com.threerings.resource.ResourceManager |
getResourceManager()
Returns the resource manager via which all client resources are loaded. |
String |
xlate(String message)
Translates the specified message using the default bundle. |
String |
xlate(String bundle,
String message)
Translates the specified message using the specified bundle. |
| Methods inherited from interface com.threerings.miso.util.MisoContext |
|---|
getFrameManager, getTileManager |
| Method Detail |
|---|
com.threerings.resource.ResourceManager getResourceManager()
com.threerings.media.image.ImageManager getImageManager()
KeyDispatcher getKeyDispatcher()
MessageManager getMessageManager()
KeyboardManager getKeyboardManager()
com.threerings.cast.ComponentRepository getComponentRepository()
com.threerings.media.image.ColorPository getColorPository()
String xlate(String message)
String xlate(String bundle,
String message)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||