Uses of Class
com.threerings.opengl.gui.TextComponent

Packages that use TextComponent
com.threerings.opengl.gui User interface classes. 
 

Uses of TextComponent in com.threerings.opengl.gui
 

Subclasses of TextComponent in com.threerings.opengl.gui
 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 EditableTextComponent
          Extends TextComponent with mechanisms shared by editable text Components.
 class Label
          A simple component for displaying a textual label.
 class MenuItem
          Displays a single menu item.
 class PasswordField
          A derivation of TextField that does not display the actual text, but asterisks instead.
 class StatusLabel
          Provides a convenient component for displaying feedback.
 class TextEditor
          A multiline text-editing widget.
 class TextField
          Displays and allows for the editing of a single line of text.
 class ToggleButton
          Like a Button except that it toggles between two states (selected and normal) when clicked.
 

Constructors in com.threerings.opengl.gui with parameters of type TextComponent
LabelRenderer(TextComponent container)
           
SpinnerLogic(TextComponent label, Button next, Button prev, SpinnerModel model)
          Create the logic of a spinner with other components.
 



Copyright © 2011. All Rights Reserved.