|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UIConstants | |
|---|---|
| com.threerings.opengl.gui | User interface classes. |
| com.threerings.opengl.gui.text | |
| com.threerings.opengl.util | |
| Uses of UIConstants in com.threerings.opengl.gui |
|---|
| Classes in com.threerings.opengl.gui that implement UIConstants | |
|---|---|
class |
Button
Displays a simple button that can be depressed and which generates an action event when pressed and released. |
class |
CheckBox
Displays a label with a check-box button next to it. |
class |
ComboBox
Displays a selected value and allows that value to be changed by selecting from a popup menu. |
class |
CommandButton
Deprecated. Just use Button. |
class |
Label
A simple component for displaying a textual label. |
class |
LabelRenderer
Handles the underlying layout and rendering for Label and Button. |
class |
MenuItem
Displays a single menu item. |
class |
ScrollBar
Displays a scroll bar for all your horizontal and vertical scrolling needs. |
class |
ScrollButton
Displays a scroll button for all your horizontal and vertical scrolling needs. |
class |
Slider
Displays a track with a little frob somewhere along its length that allows a user to select a smoothly varying value between two bounds. |
class |
Spinner
Displays a value with little next and previous buttons. |
class |
StatusLabel
Provides a convenient component for displaying feedback. |
class |
ToggleButton
Like a Button except that it toggles between two states
(selected and normal) when clicked. |
| Uses of UIConstants in com.threerings.opengl.gui.text |
|---|
| Classes in com.threerings.opengl.gui.text that implement UIConstants | |
|---|---|
class |
CharacterTextFactory
Formats text by rendering individual characters into a set of shared textures, then returning Text instances that render groups of quads, one for each character. |
class |
StringTextFactory
Formats text by using the AWT to render runs of text into a bitmap and then texturing a quad with the result. |
class |
TextFactory
Creates instances of Text using a particular technology and a particular font
configuration. |
| Uses of UIConstants in com.threerings.opengl.util |
|---|
| Classes in com.threerings.opengl.util that implement UIConstants | |
|---|---|
class |
TextBillboard
A text billboard that may be embedded within a scene. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||