Uses of Interface
games.stendhal.client.gui.ManagedWindow
Packages that use 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
Classes in games.stendhal.client.gui that implement ManagedWindowModifier and TypeClassDescriptionclassAn InternalWindow that implements ManagedWindow.classA window for showing contents of an entity's slot in a grid of ItemPanelsMethods in games.stendhal.client.gui with parameters of type ManagedWindow -
Uses of ManagedWindow in games.stendhal.client.gui.imageviewer
Classes in games.stendhal.client.gui.imageviewer that implement ManagedWindowModifier and TypeClassDescriptionclassOpens an image resource at a given URL, and displays it in the client. -
Uses of ManagedWindow in games.stendhal.client.gui.spells
Classes in games.stendhal.client.gui.spells that implement ManagedWindow -
Uses of ManagedWindow in games.stendhal.client.gui.wt.core
Methods in games.stendhal.client.gui.wt.core with parameters of type ManagedWindowModifier and TypeMethodDescriptionvoidWtWindowManager.formatWindow(ManagedWindow window) Apply a saved configuration to a window.voidWtWindowManager.moveTo(ManagedWindow window, int x, int y) Notify that a window has moved.voidWtWindowManager.setMinimized(ManagedWindow window, boolean state) Notify a window's minimized state has changed.