|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Window | |
|---|---|
| com.threerings.opengl.gui | User interface classes. |
| com.threerings.tudey.client | |
| Uses of Window in com.threerings.opengl.gui |
|---|
| Subclasses of Window in com.threerings.opengl.gui | |
|---|---|
class |
DecoratedWindow
A top-level window with a border, a background and a title bar. |
class |
PopupMenu
Displays a popup menu of items, one of which can be selected. |
class |
PopupWindow
A window that is popped up to display something like a menu or a tooltip or some other temporary, modal overlaid display. |
class |
StretchWindow
A window that automatically stretches to cover the entire render surface. |
class |
UserInterfaceWindow
A window that contains a user interface. |
| Methods in com.threerings.opengl.gui that return Window | |
|---|---|
Window |
Window.getParentWindow()
Returne the parent window. |
Window |
Root.getTopWindow()
Returns a reference to the topmost window, or null if there are no windows. |
Window |
Root.getWindow(int index)
Returns the window at the specified index. |
| Methods in com.threerings.opengl.gui with parameters of type Window | |
|---|---|
void |
Root.addWindow(Window window)
Registers a top-level window with the input system. |
void |
Root.addWindow(Window window,
boolean topLayer)
Registers a top-level window with the input system. |
int |
Window.compareTo(Window other)
|
boolean |
Root.isOnTop(Window window)
Returns true if the specified window is on top. |
void |
Root.moveToTop(Window window)
Ensures that the specified window is on top. |
void |
Root.removeWindow(Window window)
Removes a window from participation in the input system. |
void |
Window.setParentWindow(Window parentWindow)
Set the parent window. |
| Constructors in com.threerings.opengl.gui with parameters of type Window | |
|---|---|
PopupMenu(GlContext ctx,
Window parent)
|
|
PopupMenu(GlContext ctx,
Window parent,
boolean horizontal)
|
|
PopupMenu(GlContext ctx,
Window parent,
int rows,
int columns)
|
|
PopupWindow(GlContext ctx,
Window parent,
LayoutManager layout)
|
|
| Uses of Window in com.threerings.tudey.client |
|---|
| Methods in com.threerings.tudey.client that return Window | |
|---|---|
Window |
TudeySceneView.getInputWindow()
Returns a reference to the window used to gather input events. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||