com.threerings.opengl.gui.config
Class ComponentConfig.ComboBox.StringItem
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.gui.config.ComponentConfig.ComboBox.Item
com.threerings.opengl.gui.config.ComponentConfig.ComboBox.StringItem
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- ComponentConfig.ComboBox
public static class ComponentConfig.ComboBox.StringItem
- extends ComponentConfig.ComboBox.Item
A string item.
|
Method Summary |
Object |
getObject(GlContext ctx,
com.threerings.util.MessageBundle msgs)
Returns the object corresponding to this item. |
text
@Editable
public String text
- The text of the item.
ComponentConfig.ComboBox.StringItem
public ComponentConfig.ComboBox.StringItem()
getObject
public Object getObject(GlContext ctx,
com.threerings.util.MessageBundle msgs)
- Description copied from class:
ComponentConfig.ComboBox.Item
- Returns the object corresponding to this item.
- Specified by:
getObject in class ComponentConfig.ComboBox.Item
Copyright © 2011. All Rights Reserved.