Packages that use FloorView | |
---|---|
com.realtime.crossfire.jxclient.gui.commands | |
com.realtime.crossfire.jxclient.gui.item | |
com.realtime.crossfire.jxclient.scripts | |
com.realtime.crossfire.jxclient.skin.io |
Uses of FloorView in com.realtime.crossfire.jxclient.gui.commands |
---|
Fields in com.realtime.crossfire.jxclient.gui.commands declared as FloorView | |
---|---|
private FloorView |
ExecSelectionCommand.floorView
The FloorView to use. |
Constructors in com.realtime.crossfire.jxclient.gui.commands with parameters of type FloorView | |
---|---|
ExecSelectionCommand(GUIItemList list,
CommandType command,
CrossfireServerConnection crossfireServerConnection,
FloorView floorView,
CommandQueue commandQueue)
Creates a new instance. |
Uses of FloorView in com.realtime.crossfire.jxclient.gui.item |
---|
Fields in com.realtime.crossfire.jxclient.gui.item declared as FloorView | |
---|---|
private FloorView |
GUIItemFloorFactory.floorView
The FloorView to use. |
private FloorView |
GUIItemInventoryFactory.floorView
|
private FloorView |
GUIItemInventory.floorView
The FloorView to use. |
Constructors in com.realtime.crossfire.jxclient.gui.item with parameters of type FloorView | |
---|---|
GUIItemFloorFactory(TooltipManager tooltipManager,
GUIElementListener elementListener,
CommandQueue commandQueue,
java.lang.String name,
ItemPainter itemPainter,
CrossfireServerConnection crossfireServerConnection,
FacesManager facesManager,
FloorView floorView,
ItemSet itemSet,
java.awt.Image nextGroupFace,
java.awt.Image prevGroupFace)
Creates a new instance. |
|
GUIItemInventory(TooltipManager tooltipManager,
GUIElementListener elementListener,
CommandQueue commandQueue,
java.lang.String name,
Extent extent,
ItemPainter itemPainter,
int index,
CrossfireServerConnection crossfireServerConnection,
FacesManager facesManager,
FloorView floorView,
ItemView inventoryView)
Creates a new instance. |
|
GUIItemInventoryFactory(TooltipManager tooltipManager,
GUIElementListener elementListener,
CommandQueue commandQueue,
java.lang.String name,
ItemPainter itemPainter,
CrossfireServerConnection crossfireServerConnection,
FacesManager facesManager,
FloorView floorView,
ItemView inventoryView)
Creates a new instance. |
Uses of FloorView in com.realtime.crossfire.jxclient.scripts |
---|
Fields in com.realtime.crossfire.jxclient.scripts declared as FloorView | |
---|---|
private FloorView |
DefaultScriptProcess.floorView
The FloorView to use. |
private FloorView |
ScriptManager.floorView
The FloorView to use. |
Constructors in com.realtime.crossfire.jxclient.scripts with parameters of type FloorView | |
---|---|
DefaultScriptProcess(int scriptId,
java.lang.String filename,
CommandQueue commandQueue,
CrossfireServerConnection crossfireServerConnection,
Stats stats,
FloorView floorView,
ItemSet itemSet,
java.lang.Iterable<Spell> spellsManager,
CfMapUpdater mapUpdater,
SkillSet skillSet)
Creates a new instance. |
|
ScriptManager(CommandQueue commandQueue,
CrossfireServerConnection crossfireServerConnection,
Stats stats,
FloorView floorView,
ItemSet itemSet,
java.lang.Iterable<Spell> spellsManager,
CfMapUpdater mapUpdater,
SkillSet skillSet)
Creates a new instance. |
Uses of FloorView in com.realtime.crossfire.jxclient.skin.io |
---|
Fields in com.realtime.crossfire.jxclient.skin.io declared as FloorView | |
---|---|
private FloorView |
CommandParser.floorView
The FloorView to use. |
private FloorView |
JXCSkinLoader.floorView
The FloorView to use. |
Constructors in com.realtime.crossfire.jxclient.skin.io with parameters of type FloorView | |
---|---|
CommandParser(Dialogs dialogs,
FloorView floorView,
JXCSkinCache<GUIElement> definedGUIElements)
Creates a new instance. |
|
JXCSkinLoader(ItemSet itemSet,
ItemView inventoryView,
FloorView floorView,
SpellsManager spellsManager,
FacesManager facesManager,
Stats stats,
CfMapUpdater mapUpdater,
KeyBindings defaultKeyBindings,
OptionManager optionManager,
ExperienceTable experienceTable,
SkillSet skillSet,
int defaultTileSize)
Creates a new instance. |