public class ActionListDialog extends DialogWindow
AbstractBasePane.ContentHolderWindow.HintcontentHolder, interactableLookupMap| Modifier and Type | Method | Description |
|---|---|---|
static void |
showDialog(WindowBasedTextGUI textGUI,
String title,
String description,
Runnable... items) |
Helper method for immediately displaying a
ActionListDialog, the method will return when the dialog is
closed |
addBasePaneListener, getBasePaneListeners, getComponent, getCursorPosition, getFocusedInteractable, getTheme, invalidate, isInvalid, removeBasePaneListener, setComponent, setEnableDirectionBasedMovements, setFocusedInteractable, setFocusedInteractable, setStrictFocusChange, setThemeaddWindowListener, close, draw, fromGlobal, getDecoratedSize, getHints, getPosition, getPostRenderer, getPreferredSize, getSize, getTextGUI, getTitle, handleInput, isVisible, removeWindowListener, setCloseWindowWithEscape, setContentOffset, setDecoratedSize, setFixedSize, setHints, setPosition, setSize, setTextGUI, setTitle, setWindowPostRenderer, setVisible, toGlobal, waitUntilClosedgetTheme, setEnableDirectionBasedMovements, setStrictFocusChange, setThemeshowDialogclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetComponent, getCursorPosition, getFocusedInteractable, invalidate, isInvalid, setComponent, setFocusedInteractablepublic static void showDialog(WindowBasedTextGUI textGUI, String title, String description, Runnable... items)
ActionListDialog, the method will return when the dialog is
closedtextGUI - Text GUI the dialog should be added totitle - Title of the dialogdescription - Description of the dialogitems - Items in the ActionListBox, the label will be taken from each Runnable by calling
toString() on each oneCopyright © 2020. All rights reserved.