com.threerings.opengl.gui.config
Class ComponentConfig.ComboBox.IconItem
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.gui.config.ComponentConfig.ComboBox.Item
com.threerings.opengl.gui.config.ComponentConfig.ComboBox.IconItem
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- ComponentConfig.ComboBox
public static class ComponentConfig.ComboBox.IconItem
- extends ComponentConfig.ComboBox.Item
An icon item.
|
Method Summary |
Object |
getObject(GlContext ctx,
com.threerings.util.MessageBundle msgs)
Returns the object corresponding to this item. |
void |
invalidate()
Invalidates any cached data. |
icon
@Editable(nullable=true)
public IconConfig icon
- The item icon.
ComponentConfig.ComboBox.IconItem
public ComponentConfig.ComboBox.IconItem()
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
invalidate
public void invalidate()
- Description copied from class:
ComponentConfig.ComboBox.Item
- Invalidates any cached data.
- Overrides:
invalidate in class ComponentConfig.ComboBox.Item
Copyright © 2011. All Rights Reserved.