Windows Namespace Reference

Classes

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...
 

Enumerations

How a window deals with other windows of the same type. E.g. if you have an inventory and a stats window that occupy the same space, one probably closes the other when opened.

Enumerator
Over 

Directly stacks the window over the other. This is typical for 'floating' windows.

Hide 

The newer window hides the older one. When the newer one is closed, the older one appears again.

Close 

The newer window closes the older one.

Delegates

delegate void Windows.WindowEventDelegate ( WindowEvent  e)