|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.stage.tools.viewer.ViewerApp.ContextImpl
protected class ViewerApp.ContextImpl
The implementation of the StageContext interface that
provides handles to the config and manager objects that offer
commonly used services.
| Constructor Summary | |
|---|---|
protected |
ViewerApp.ContextImpl()
|
| 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.FrameManager |
getFrameManager()
|
com.threerings.media.IconManager |
getIconManager()
|
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. |
com.threerings.miso.tile.MisoTileManager |
getTileManager()
|
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 class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ViewerApp.ContextImpl()
| Method Detail |
|---|
public com.threerings.media.FrameManager getFrameManager()
getFrameManager in interface com.threerings.miso.util.MisoContextpublic com.threerings.miso.tile.MisoTileManager getTileManager()
getTileManager in interface com.threerings.miso.util.MisoContextpublic com.threerings.resource.ResourceManager getResourceManager()
StageContext
getResourceManager in interface StageContextpublic com.threerings.media.image.ImageManager getImageManager()
StageContext
getImageManager in interface StageContextpublic MessageManager getMessageManager()
StageContext
getMessageManager in interface StageContextpublic com.threerings.media.IconManager getIconManager()
public KeyboardManager getKeyboardManager()
StageContext
getKeyboardManager in interface StageContextpublic com.threerings.cast.ComponentRepository getComponentRepository()
StageContext
getComponentRepository in interface StageContextpublic com.threerings.media.image.ColorPository getColorPository()
StageContext
getColorPository in interface StageContextpublic KeyDispatcher getKeyDispatcher()
StageContext
getKeyDispatcher in interface StageContextpublic String xlate(String message)
StageContext
xlate in interface StageContext
public String xlate(String bundle,
String message)
StageContext
xlate in interface StageContext
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||