public class MutableButton
extends com.googlecode.lanterna.gui.component.Button
Constructor and Description |
---|
MutableButton() |
MutableButton(com.googlecode.lanterna.gui.Action action) |
MutableButton(String text) |
MutableButton(String text,
com.googlecode.lanterna.gui.Action action) |
Modifier and Type | Method and Description |
---|---|
LanternaAction |
getAction() |
void |
setAction(Runnable runnable) |
afterEnteredFocus, afterLeftFocus, calculatePreferredSize, getText, keyboardInteraction, repaint, setText
getHotspot, hasFocus, onEnterFocus, onLeaveFocus, setHotspot
addBorder, addComponentListener, getAlignment, getComponentListeners, getGUIScreen, getMinimumSize, getParent, getPreferredSize, getWindow, invalidate, isScrollable, isVisible, removeComponentListener, setAlignment, setParent, setPreferredSize, setVisible, transformAccordingToAlignment
public MutableButton()
public MutableButton(com.googlecode.lanterna.gui.Action action)
public MutableButton(String text)
public MutableButton(String text, com.googlecode.lanterna.gui.Action action)
public void setAction(Runnable runnable)
public LanternaAction getAction()