Package me.hsgamer.bettergui.button
Class EmptyButton
- java.lang.Object
-
- me.hsgamer.bettergui.api.button.BaseWrappedButton<Button>
-
- me.hsgamer.bettergui.button.EmptyButton
-
- All Implemented Interfaces:
WrappedButton
,MenuElement
,Button
,Initializable
public class EmptyButton extends BaseWrappedButton<Button>
-
-
Constructor Summary
Constructors Constructor Description EmptyButton(ButtonBuilder.Input input)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Button
createButton(Map<String,Object> section)
Create the button from the section-
Methods inherited from class me.hsgamer.bettergui.api.button.BaseWrappedButton
display, getMenu, getName, getOptions, init, stop
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface me.hsgamer.bettergui.api.button.WrappedButton
refresh
-
-
-
-
Constructor Detail
-
EmptyButton
public EmptyButton(ButtonBuilder.Input input)
-
-
Method Detail
-
createButton
protected Button createButton(Map<String,Object> section)
Description copied from class:BaseWrappedButton
Create the button from the section- Specified by:
createButton
in classBaseWrappedButton<Button>
- Parameters:
section
- the section- Returns:
- the button
-
-