|
class | MenuList |
| A no frills context menu which just lists out the options in a white box. More...
|
|
class | ContextMenuWindow |
| A specialised window type for displaying OptionLists. Context menus derive from this. More...
|
|
class | DialogueWindow |
| A window which manages dialogue (speech). Used by PowerSlide. They typically display dialogue, but doing so isn't required. I.e. they can manage a collection of WorldUI's instead. More...
|
|
class | Window |
| An instance of an open window. More...
|
|
class | FloatingWindow |
| A floating window is a classic desktop style 'window'. It resizes, has a title bar, a close button, scrolls when it overflows etc. More...
|
|
class | Manager |
| A window system manager. There's one per document (available as document.sparkWindows). Handles e.g. popping open a window. More...
|
|
class | WindowEvent |
| Represents a context event. Extend this (with a partial class) if you want to add custom things to pass through to the window which will actually handle the display. More...
|
|
class | WindowEventListener |
| Handler for WindowEvent events. More...
|
|
class | WindowGroup |
| A group of windows. More...
|
|