Uses of Class
com.threerings.opengl.gui.config.ComponentConfig

Packages that use ComponentConfig
com.threerings.opengl.gui.config GUI configurations. 
 

Uses of ComponentConfig in com.threerings.opengl.gui.config
 

Subclasses of ComponentConfig in com.threerings.opengl.gui.config
static class ComponentConfig.Button
          A button.
static class ComponentConfig.ChatOverlay
          Displays chat as an overlay.
static class ComponentConfig.CheckBox
          A check box.
static class ComponentConfig.ColorPicker
          Allows the selection of a color from a colorization class.
static class ComponentConfig.ComboBox
          A combo box.
static class ComponentConfig.Container
          A container.
static class ComponentConfig.HTMLView
          An HTML view.
static class ComponentConfig.Label
          A label.
static class ComponentConfig.List
          A list.
static class ComponentConfig.PasswordField
          A password field.
static class ComponentConfig.RenderableView
          An embedded 3D view.
static class ComponentConfig.ScrollBar
          A scroll bar.
static class ComponentConfig.ScrollPane
          A scroll pane.
static class ComponentConfig.Slider
          A slider.
static class ComponentConfig.Spacer
          A spacer.
static class ComponentConfig.Spinner
           
static class ComponentConfig.StatusLabel
          A status label.
static class ComponentConfig.TabbedPane
          A tabbed pane.
static class ComponentConfig.TextArea
          A text area.
static class ComponentConfig.TextComponent
          Base class for text components.
static class ComponentConfig.TextEditor
          A multi-line text editor.
static class ComponentConfig.TextField
          A text field.
static class ComponentConfig.ToggleButton
          A toggle button.
static class ComponentConfig.UserInterface
          A config-based user interface component.
 

Fields in com.threerings.opengl.gui.config declared as ComponentConfig
 ComponentConfig ComponentConfig.ScrollPane.child
          The child component.
 ComponentConfig LayoutConfig.Absolute.Child.component
          The child component.
 ComponentConfig LayoutConfig.Anchor.Child.component
          The child component.
 ComponentConfig LayoutConfig.Border.Child.component
          The child component.
 ComponentConfig LayoutConfig.Group.Child.component
          The child component.
 ComponentConfig LayoutConfig.Table.Child.component
          The child component.
 ComponentConfig ComponentConfig.TabbedPane.Tab.component
          The tab component.
 ComponentConfig UserInterfaceConfig.Original.root
          The root of the interface.
 ComponentConfig ComponentBillboardConfig.root
          The root component.
 



Copyright © 2011. All Rights Reserved.