Skip navigation links
A B C D E F G H I L O P R S T U 

G

getChildFromId(int) - Method in class com.vistamaresoft.rwgui.GuiLayout
Returns the child with the given id or null if none.
getElementSizes(GuiElement) - Static method in class com.vistamaresoft.rwgui.RWGui
Returns the x, y sizes of a GuiElement as a Vector2i.
getItemData(GuiElement) - Method in class com.vistamaresoft.rwgui.GuiCheckBox
Returns the id and data pair associated with the GuiCheckBox if element is any of the GuiElement making it up and the state is not DISABLED.
getItemData(GuiElement) - Method in class com.vistamaresoft.rwgui.GuiLayout
Returns the id and data pair associated with element, if element is one of the children of the layout (recursively); or null otherwise.
getItemData(GuiElement) - Method in class com.vistamaresoft.rwgui.GuiVerticalLayout
Returns the id and data pair associated with element, if element is one of the children of the layout (recursively); or null otherwise.
getItemId(GuiElement) - Method in class com.vistamaresoft.rwgui.GuiCheckBox
Returns the id associated with the GuiCheckBox if element is any of the GuiElement making it up and the state is not DISABLED.
getItemId(GuiElement) - Method in class com.vistamaresoft.rwgui.GuiLayout
Returns the id associated with element, if element is one of the children of the layout (recursively); or null otherwise.
getItemId(GuiElement) - Method in class com.vistamaresoft.rwgui.GuiModalWindow
Returns the id associated with element, if element is one of the children of the window (recursively); or null otherwise.
getItemId(GuiElement) - Method in class com.vistamaresoft.rwgui.GuiVerticalLayout
Returns the id associated with element, if element is one of the children of the layout (recursively); or null otherwise.
getL() - Method in class com.vistamaresoft.rwgui.RWGui.Pair
 
getMaxVisibleRows() - Method in class com.vistamaresoft.rwgui.GuiVerticalLayout
Returns the current maximum number of visible items.
getMinWidth() - Method in class com.vistamaresoft.rwgui.GuiTitleBar
Returns a minimal width (in pixels) suitable to contain the whole title bar.
getPlayerDbIdFromName(Plugin, String) - Static method in class com.vistamaresoft.rwgui.RWGui
Returns the DB ID of a player given his name.
getPlayerNameFromId(Plugin, int) - Static method in class com.vistamaresoft.rwgui.RWGui
Returns the name of a player given his DB ID.
getPlayers(Plugin) - Static method in class com.vistamaresoft.rwgui.RWGui
Returns the list of players known to the World (i.e.
getR() - Method in class com.vistamaresoft.rwgui.RWGui.Pair
 
getState() - Method in class com.vistamaresoft.rwgui.GuiCheckBox
Queries the state of the box.
getTextWidth(String, float) - Static method in class com.vistamaresoft.rwgui.RWGui
Returns (an estimate of) the width of a GuiLabel text.
getTitleText() - Method in class com.vistamaresoft.rwgui.GuiTitleBar
Returns the current title text.
GuiCheckBox - Class in com.vistamaresoft.rwgui
Implements a check or radio box, according to the constructor parameters.
GuiCheckBox(String, int, boolean, Integer, Object) - Constructor for class com.vistamaresoft.rwgui.GuiCheckBox
Constructs a check/radio box with text as a label, initialState as current state and click id and data.
GuiDialogueBox - Class in com.vistamaresoft.rwgui
A class implementing a modal dialogue box.
GuiDialogueBox(Plugin, String, int, RWGui.RWGuiCallback) - Constructor for class com.vistamaresoft.rwgui.GuiDialogueBox
Creates a new GuiDialogueBox.
GuiHorizontalLayout - Class in com.vistamaresoft.rwgui
A class implementing an automatic horizontal layout in which children GuiElement's are placed side by side.
GuiHorizontalLayout(int) - Constructor for class com.vistamaresoft.rwgui.GuiHorizontalLayout
Creates an empty horizontal layout.
GuiInputDlgBox - Class in com.vistamaresoft.rwgui
A class implementing a simple, one-line input box.
GuiInputDlgBox(Plugin, Player, String, String, String, int, RWGui.RWGuiCallback) - Constructor for class com.vistamaresoft.rwgui.GuiInputDlgBox
Constructs a new GuiInputDlgBox.
GuiLayout - Class in com.vistamaresoft.rwgui
A class which is the base for all RWGui classes supporting 'automatic' layout of a collections of GuiElement's.
GuiLayout(int) - Constructor for class com.vistamaresoft.rwgui.GuiLayout
 
GuiMenu - Class in com.vistamaresoft.rwgui
A class implementing a modal menu.
GuiMenu(Plugin, String, RWGui.RWGuiCallback, boolean) - Constructor for class com.vistamaresoft.rwgui.GuiMenu
Creates a new GuiMenu.
GuiMenu(Plugin, String, RWGui.RWGuiCallback) - Constructor for class com.vistamaresoft.rwgui.GuiMenu
Creates a new GuiMenu with autoClose enabled.
GuiMessageBox - Class in com.vistamaresoft.rwgui
Implements a modal message box.
GuiMessageBox(Plugin, Player, String, String[], int) - Constructor for class com.vistamaresoft.rwgui.GuiMessageBox
Creates a new GuiMessageBox.
GuiMessageBox(Plugin, Player, String, String, int) - Constructor for class com.vistamaresoft.rwgui.GuiMessageBox
Overloaded constructor; similar to other constructor, but accepts a single line of text as contents.
GuiModalWindow - Class in com.vistamaresoft.rwgui
A class implementing the concept of a modal window, i.e.
GuiModalWindow(Plugin, String, int, RWGui.RWGuiCallback) - Constructor for class com.vistamaresoft.rwgui.GuiModalWindow
Creates a new GuiModalWindow.
GuiModelessWindow - Class in com.vistamaresoft.rwgui
A class implementing a mode-less window, made of a title bar and a number of textual strings displayed one below the other.
GuiModelessWindow(Plugin, Player, String, List<String>) - Constructor for class com.vistamaresoft.rwgui.GuiModelessWindow
Creates a mode-less window with given title and sequence of textual strings.
GuiTableLayout - Class in com.vistamaresoft.rwgui
A class implementing an automatic table layout in which children GuiElement's are arranged in rows and columns of cells.
GuiTableLayout(int, int, int) - Constructor for class com.vistamaresoft.rwgui.GuiTableLayout
Creates a new table layout with up to maxNumOfCol columns and up to maxNumOfRows rows.
GuiTitleBar - Class in com.vistamaresoft.rwgui
Implements the concept of a title bar common to many other classes of this package.
GuiTitleBar(GuiElement, String, boolean) - Constructor for class com.vistamaresoft.rwgui.GuiTitleBar
Creates a new title bar as a child of an existing GuiElement (typically a GuiPanel).
GuiUsersMenu - Class in com.vistamaresoft.rwgui
A sub-class of GuiMenu, displaying a list of all the players known to the world (i.e.
GuiUsersMenu(Plugin, String, RWGui.RWGuiCallback, int) - Constructor for class com.vistamaresoft.rwgui.GuiUsersMenu
Creates a new GuiUsersMenu.
GuiVerticalLayout - Class in com.vistamaresoft.rwgui
A class implementing an automatic vertical layout in which children GuiElement's are stacked one below the other.
GuiVerticalLayout(int) - Constructor for class com.vistamaresoft.rwgui.GuiVerticalLayout
Creates an empty vertical layout.
A B C D E F G H I L O P R S T U 
Skip navigation links