@EditorMessageBundle(value="editor.gui")

Package com.threerings.opengl.gui.config

GUI configurations.

See:
          Description

Class Summary
BackgroundConfig Contains a background configuration.
BackgroundConfig.Blank A blank background.
BackgroundConfig.ColorizedImage A colorized image.
BackgroundConfig.Image An image background.
BackgroundConfig.Solid A solid background.
BorderConfig Contains a border configuration.
BorderConfig.Blank A blank border.
BorderConfig.Solid A solid border.
BoundedRangeModelConfig Contains the configuration of a range model.
BoundedRangeModelConfig.Snapping A solid border.
ComponentBillboardConfig A component billboard model implementation.
ComponentConfig Contains a component configuration.
ComponentConfig.Button A button.
ComponentConfig.ChatOverlay Displays chat as an overlay.
ComponentConfig.CheckBox A check box.
ComponentConfig.ColorPicker Allows the selection of a color from a colorization class.
ComponentConfig.ComboBox A combo box.
ComponentConfig.ComboBox.IconItem An icon item.
ComponentConfig.ComboBox.Item A single item in the list.
ComponentConfig.ComboBox.StringItem A string item.
ComponentConfig.Container A container.
ComponentConfig.HTMLView An HTML view.
ComponentConfig.Label A label.
ComponentConfig.List A list.
ComponentConfig.PasswordField A password field.
ComponentConfig.RenderableView An embedded 3D view.
ComponentConfig.ScrollBar A scroll bar.
ComponentConfig.ScrollPane A scroll pane.
ComponentConfig.Slider A slider.
ComponentConfig.Spacer A spacer.
ComponentConfig.Spinner  
ComponentConfig.StatusLabel A status label.
ComponentConfig.TabbedPane A tabbed pane.
ComponentConfig.TabbedPane.Tab A single tab.
ComponentConfig.TextArea A text area.
ComponentConfig.TextComponent Base class for text components.
ComponentConfig.TextEditor A multi-line text editor.
ComponentConfig.TextField A text field.
ComponentConfig.ToggleButton A toggle button.
ComponentConfig.UserInterface A config-based user interface component.
ComponentConfig.ViewModel Represents a model to include in a ComponentConfig.RenderableView.
CursorConfig Describes a cursor.
DimensionConfig Contains a configurable set of dimensions.
FontConfig Describes a cursor.
IconConfig Contains an icon configuration.
IconConfig.Blank A blank icon.
IconConfig.ColorizedImage A colorized image icon.
IconConfig.Image An image icon.
IconConfig.Rotated A rotated icon.
InsetsConfig Contains a configurable set of insets.
LayoutConfig  
LayoutConfig.Absolute An absolute layout.
LayoutConfig.Absolute.Child Represents a child of the layout.
LayoutConfig.Absolute.SizedChild Represents a child with a fixed size.
LayoutConfig.Anchor An anchor layout.
LayoutConfig.Anchor.Child Represents a child of the layout.
LayoutConfig.Border A border layout.
LayoutConfig.Border.Child Represents a child of the layout.
LayoutConfig.Group Base class for LayoutConfig.HorizontalGroup and LayoutConfig.VerticalGroup.
LayoutConfig.Group.Child Represents a child of the layout.
LayoutConfig.HorizontalGroup A horizontal group layout.
LayoutConfig.Table A table layout.
LayoutConfig.Table.Child Represents a child of the layout.
LayoutConfig.VerticalGroup A vertical group layout.
StyleConfig Describes a user interface style.
StyleConfig.Derived A derived implementation.
StyleConfig.Implementation Contains the actual implementation of the style.
StyleConfig.Original An original implementation.
UserInterfaceConfig Describes a user interface.
UserInterfaceConfig.Derived A derived implementation.
UserInterfaceConfig.Implementation Contains the actual implementation of the interface.
UserInterfaceConfig.Original An original implementation.
 

Enum Summary
BackgroundConfig.Image.Anchor The various tile anchors.
BackgroundConfig.Image.Mode The various image modes.
ComponentConfig.Orientation Available label orientations.
FontConfig.Style The available font styles.
LayoutConfig.HorizontalAlignment The horizontal alignment for table layouts.
LayoutConfig.Justification The justification options.
LayoutConfig.Location Locations for border layouts.
LayoutConfig.OffAxisPolicy Off-axis group policies.
LayoutConfig.OnAxisPolicy On-axis group policies.
LayoutConfig.VerticalAlignment Vertical alignment for table layouts.
StyleConfig.TextAlignment Text alignment modes.
StyleConfig.TextEffect Text effects.
StyleConfig.VerticalAlignment Vertical alignment modes.
 

Package com.threerings.opengl.gui.config Description

GUI configurations.



Copyright © 2011. All Rights Reserved.