|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.stage.tools.editor.EditorApp.EditorContextImpl
protected class EditorApp.EditorContextImpl
The implementation of the EditorContext interface that provides handles to the config and manager objects that offer commonly used services.
| Constructor Summary | |
|---|---|
protected |
EditorApp.EditorContextImpl()
|
| Method Summary | |
|---|---|
void |
enumerateSceneTypes(List<String> types)
Inserts all known scene types into the supplied list. |
com.threerings.media.image.ColorPository |
getColorPository()
Returns a colorization repository for use by the editor. |
com.threerings.cast.ComponentRepository |
getComponentRepository()
Returns the component repository in use by this client. |
com.threerings.media.FrameManager |
getFrameManager()
|
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()
|
com.threerings.media.tile.TileSetRepository |
getTileSetRepository()
Return a reference to the tile set repository in use by the tile manager. |
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 EditorApp.EditorContextImpl()
| Method Detail |
|---|
public com.threerings.miso.tile.MisoTileManager getTileManager()
getTileManager in interface com.threerings.miso.util.MisoContextpublic com.threerings.media.FrameManager getFrameManager()
getFrameManager 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 KeyboardManager getKeyboardManager()
StageContext
getKeyboardManager in interface StageContextpublic com.threerings.cast.ComponentRepository getComponentRepository()
StageContext
getComponentRepository 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 StageContextpublic com.threerings.media.tile.TileSetRepository getTileSetRepository()
EditorContext
getTileSetRepository in interface EditorContextpublic com.threerings.media.image.ColorPository getColorPository()
EditorContext
getColorPository in interface EditorContextgetColorPository in interface StageContextpublic void enumerateSceneTypes(List<String> types)
EditorContext
enumerateSceneTypes in interface EditorContext
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||