public interface IResourceBarView extends IView
| Modifier and Type | Method and Description |
|---|---|
void |
setElementAmount(ResourceBarElement element,
int amount)
Sets the amount for the specified resource bar element
|
void |
setElementEnabled(ResourceBarElement element,
boolean enabled)
Sets the enable/disable state for the specified resource bar element
|
getController, setControllervoid setElementEnabled(ResourceBarElement element, boolean enabled)
element - The resource bar element being enabled or disabledenabled - The new enable/disable state for the specified elementvoid setElementAmount(ResourceBarElement element, int amount)
element - The resource bar element whose amount is being setamount - The new amount for the specified element