Uses of Class
mgui.interfaces.attributes.AttributeSelectionMap.ComboMode
Package | Description |
---|---|
mgui.interfaces.attributes |
Provides a standard updatable attribute object which can fire events for all interface objects.
|
-
Uses of AttributeSelectionMap.ComboMode in mgui.interfaces.attributes
Fields in mgui.interfaces.attributes declared as AttributeSelectionMap.ComboMode Modifier and Type Field Description protected AttributeSelectionMap.ComboMode
AttributeSelectionMap. combo_mode
Methods in mgui.interfaces.attributes that return AttributeSelectionMap.ComboMode Modifier and Type Method Description AttributeSelectionMap.ComboMode
AttributeSelectionMap. getComboMode()
static AttributeSelectionMap.ComboMode
AttributeSelectionMap.ComboMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AttributeSelectionMap.ComboMode[]
AttributeSelectionMap.ComboMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in mgui.interfaces.attributes with parameters of type AttributeSelectionMap.ComboMode Modifier and Type Method Description void
AttributeSelectionMap. setComboMode(AttributeSelectionMap.ComboMode mode)