- relayout() - Method in class com.vistamaresoft.rwgui.GuiTitleBar
-
Updates the width and the position of the title bar to match the current
width and height of the parent GuiElement.
- removeChild(GuiElement) - Method in class com.vistamaresoft.rwgui.GuiCheckBox
-
Overridden, does nothing
- removeChild(GuiElement) - Method in class com.vistamaresoft.rwgui.GuiLayout
-
Removes a GuiElement from the direct children of the layout.
- removeChild(int) - Method in class com.vistamaresoft.rwgui.GuiMenu
-
Removes the menu item at the itemIndex index.
- removeChild(String) - Method in class com.vistamaresoft.rwgui.GuiMenu
-
Removes the first menu item with given item text.
- removeChild(GuiElement) - Method in class com.vistamaresoft.rwgui.GuiModalWindow
-
Removes a GuiElement from the direct children of the window.
- removeChild(GuiElement) - Method in class com.vistamaresoft.rwgui.GuiVerticalLayout
-
Removes a GuiElement from the direct children of the layout.
- removeChild(int) - Method in class com.vistamaresoft.rwgui.GuiVerticalLayout
-
Removes the itemIndex-th direct child of the layout.
- removeFromPlayer(Player) - Method in class com.vistamaresoft.rwgui.GuiTitleBar
-
Removes the title bar from the screen of a player.
- removeItem(int) - Method in class com.vistamaresoft.rwgui.GuiMenu
-
Deprecated.
- removeItem(String) - Method in class com.vistamaresoft.rwgui.GuiMenu
-
Deprecated.
- RWGui - Class in com.vistamaresoft.rwgui
-
A 'holding' class with global definitions and ancillary utilities for the
whole plug-in.
- RWGui() - Constructor for class com.vistamaresoft.rwgui.RWGui
-
- RWGui.Pair<L,R> - Class in com.vistamaresoft.rwgui
-
A utility class to hold two related objects.
- RWGui.RWGuiCallback - Interface in com.vistamaresoft.rwgui
-
An interface for the callback objects reporting click and text entry
events to menus, dialogue boxes and similar.