com.threerings.opengl.gui.config
Class ComponentConfig.TextArea
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.gui.config.ComponentConfig
com.threerings.opengl.gui.config.ComponentConfig.TextArea
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- ComponentConfig
public static class ComponentConfig.TextArea
- extends ComponentConfig
A text area.
| Nested classes/interfaces inherited from class com.threerings.opengl.gui.config.ComponentConfig |
ComponentConfig.Button, ComponentConfig.ChatOverlay, ComponentConfig.CheckBox, ComponentConfig.ColorPicker, ComponentConfig.ComboBox, ComponentConfig.Container, ComponentConfig.HTMLView, ComponentConfig.Label, ComponentConfig.List, ComponentConfig.Orientation, ComponentConfig.PasswordField, ComponentConfig.RenderableView, ComponentConfig.ScrollBar, ComponentConfig.ScrollPane, ComponentConfig.Slider, ComponentConfig.Spacer, ComponentConfig.Spinner, ComponentConfig.StatusLabel, ComponentConfig.TabbedPane, ComponentConfig.TextArea, ComponentConfig.TextComponent, ComponentConfig.TextEditor, ComponentConfig.TextField, ComponentConfig.ToggleButton, ComponentConfig.UserInterface, ComponentConfig.ViewModel |
text
@Editable(hgroup="t")
public String text
- The text in the component.
preferredWidth
@Editable(min=0.0,
hgroup="t")
public int preferredWidth
- The area's preferred width, or zero for none.
ComponentConfig.TextArea
public ComponentConfig.TextArea()
Copyright © 2011. All Rights Reserved.