Uses of Interface
games.stendhal.client.gui.ManagedWindow
Package
Description
the user interface including all dialogs, the main game window and
views for the game entities.
-
Uses of ManagedWindow in games.stendhal.client.gui
Modifier and TypeClassDescriptionclass
An InternalWindow that implements ManagedWindow.class
A window for showing contents of an entity's slot in a grid of ItemPanels -
Uses of ManagedWindow in games.stendhal.client.gui.imageviewer
Modifier and TypeClassDescriptionclass
Opens an image resource at a given URL, and displays it in the client. -
Uses of ManagedWindow in games.stendhal.client.gui.spells
-
Uses of ManagedWindow in games.stendhal.client.gui.wt.core
Modifier and TypeMethodDescriptionvoid
WtWindowManager.formatWindow(ManagedWindow window)
Apply a saved configuration to a window.void
WtWindowManager.moveTo(ManagedWindow window, int x, int y)
Notify that a window has moved.void
WtWindowManager.setMinimized(ManagedWindow window, boolean state)
Notify a window's minimized state has changed.