public interface StageContext
extends com.threerings.miso.util.MisoContext
| Modifier and Type | Method and Description |
|---|---|
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.
|
com.threerings.util.KeyboardManager |
getKeyboardManager()
Returns a reference to the keyboard manager.
|
com.threerings.util.KeyDispatcher |
getKeyDispatcher()
Provides access to the key dispatcher.
|
com.threerings.util.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.
|
com.threerings.resource.ResourceManager getResourceManager()
com.threerings.media.image.ImageManager getImageManager()
com.threerings.util.KeyDispatcher getKeyDispatcher()
com.threerings.util.MessageManager getMessageManager()
com.threerings.util.KeyboardManager getKeyboardManager()
com.threerings.cast.ComponentRepository getComponentRepository()
com.threerings.media.image.ColorPository getColorPository()
Copyright © 2015. All rights reserved.