Uses of Interface
games.stendhal.client.entity.Inspector
Packages that use Inspector
Package
Description
the user interface including all dialogs, the main game window and
views for the game entities.
-
Uses of Inspector in games.stendhal.client.gui
Classes in games.stendhal.client.gui that implement InspectorMethods in games.stendhal.client.gui with parameters of type InspectorModifier and TypeMethodDescriptionvoidInspectable.setInspector(Inspector inspector) Set the Inspector used for inspection.voidSlotGrid.setInspector(Inspector inspector) Set the inspector the contained entities should use.voidSlotWindow.setInspector(Inspector inspector) Set the inspector used for the contained entities. -
Uses of Inspector in games.stendhal.client.gui.j2d.entity
Methods in games.stendhal.client.gui.j2d.entity with parameters of type InspectorModifier and TypeMethodDescriptionvoidEntity2DView.setInspector(Inspector inspector) Set the content inspector for this entity (if needed).voidItem2DView.setInspector(Inspector inspector) Set the content inspector for this entity.