com.threerings.opengl.gui.config
Class ComponentConfig.ComboBox.StringItem

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.gui.config.ComponentConfig.ComboBox.Item
          extended by 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.


Field Summary
 String text
          The text of the item.
 
Constructor Summary
ComponentConfig.ComboBox.StringItem()
           
 
Method Summary
 Object getObject(GlContext ctx, com.threerings.util.MessageBundle msgs)
          Returns the object corresponding to this item.
 
Methods inherited from class com.threerings.opengl.gui.config.ComponentConfig.ComboBox.Item
invalidate
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

text

@Editable
public String text
The text of the item.

Constructor Detail

ComponentConfig.ComboBox.StringItem

public ComponentConfig.ComboBox.StringItem()
Method Detail

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.