Constructs new TabbedWindow with specified location
location to be used for the tabbed window
Constructs new TabbedWindow with specified content
object containing window description
Creates a new window using provided description and adds it to the group
window name
window description object
created Window object
Adds window instance with specified name to the group
window name
window to be added to the group
Closes window without container. Use only if the window was opened without container
Called up to 66 times a second to update window's content
current time in milliseconds
window's content object (usually specified in the window's constructor)
current default tab index. If no default tab was specified via TabbedWindow.setDefaultTab, the first tab added becomes default
tab selector window width in global units
tab content window height in units
tab content window width in units
object containing current style of the window
window name
window's description object if a window with specified name exists or null otherwise
java.util.Collection object containing string names of the windows in the group
tab selector window width in units
Forces ui drawables of the window to refresh
if true, the drawables will be refreshed immediately, otherwise refresh event will be posted. Default value if false. Ensure you are in the UI thread if you pass true as the parameter
Forces ui elements of the window to refresh
if true, the elements will be refreshed immediately, otherwise refresh event will be posted. Default value if false. Ensure you are in the UI thread if you pass true as the parameter
true if the window can change its contents position
true if the window has an inventory that should be updated
true if the window is opened, false otherwise
Moves window with specified name to the top of the group
window name
whether the window group can be closed on pressing back navigation button
Opens window without container. It is usually mor
Forces refresh for all windows
Forces window refresh by its name
name of the window to refresh
Removes window from group by its name
window name
Specifies whether the window should darken and block background. Default value is false
pass true if you want the window to block background
Gives the property to be closed on pressing back navigation button to the given window group
Sets container for the current window. Be careful when calling it manually. You should prefer opening the window via Container.openAs call
Container to be associated with current window or null to associate no container with current window
Turns debug mode for the window on and off
if true, additional debug information will be drawn on the window canvas
Sets default tab index
index of the tab to be opened by default
Creates fake tab with no content
index of the tab, see TabbedWindow.setTab for details
content of the tab selector
Sets window location (bounds) to draw window within
location to be used for the tabbed window
Overrides style properties of the current style by the values specified in the style parameter
js object where keys represent binding names and values represent texture gui names
Sets new style object as current window's style. If the new style is a different object then an old one, forces window invalidation
Sets content of the tab
index of the tab. There are 12 tabs available, from 0 to 11. The location of the tabs is as follows:
0 6
1 7
2 8
3 9
4 10
5 11
content of the tab selector
content of the window to be created for the tab
if true, tab is always displayed as selected. Default value is false
Sets content for the window by its name
window name
content object
Generated using TypeDoc
Class used to create windows with multiple tabs