Crossfire JXClient, Trunk  R20561
com.realtime.crossfire.jxclient.skin.skin.GuiFactory Class Reference

Factory for creating Gui instances. More...

+ Collaboration diagram for com.realtime.crossfire.jxclient.skin.skin.GuiFactory:

Public Member Functions

 GuiFactory (@NotNull final GUICommandFactory guiCommandFactory)
 Creates a new instance. More...
 
Gui newGui ()
 Creates a new Gui instance. More...
 

Private Attributes

final GUICommandFactory guiCommandFactory
 The GUICommandFactory for creating commands. More...
 

Detailed Description

Factory for creating Gui instances.

Author
Andreas Kirschbaum

Definition at line 34 of file GuiFactory.java.

Constructor & Destructor Documentation

◆ GuiFactory()

com.realtime.crossfire.jxclient.skin.skin.GuiFactory.GuiFactory ( @NotNull final GUICommandFactory  guiCommandFactory)

Creates a new instance.

Parameters
guiCommandFactorythe gui command factory for creating commands

Definition at line 45 of file GuiFactory.java.

References com.realtime.crossfire.jxclient.skin.skin.GuiFactory.guiCommandFactory.

Member Function Documentation

◆ newGui()

Gui com.realtime.crossfire.jxclient.skin.skin.GuiFactory.newGui ( )

Member Data Documentation

◆ guiCommandFactory

final GUICommandFactory com.realtime.crossfire.jxclient.skin.skin.GuiFactory.guiCommandFactory
private

The GUICommandFactory for creating commands.

Definition at line 39 of file GuiFactory.java.

Referenced by com.realtime.crossfire.jxclient.skin.skin.GuiFactory.GuiFactory().


The documentation for this class was generated from the following file: