Gridarta Editor
net.sf.gridarta.var.daimonin.IGUIConstants Interface Reference

Defines common UI constants used in different dialogs and all used icon files. More...

+ Inheritance diagram for net.sf.gridarta.var.daimonin.IGUIConstants:
+ Collaboration diagram for net.sf.gridarta.var.daimonin.IGUIConstants:

Public Attributes

String ANIMTREE_FILE = "animtree"
 File to store the animation tree information after arch collection. More...
 
String ARCH_FILE = "archetypes"
 
String ARCHDEF_FILE = "archdef.dat"
 
String ARTIFACTS_FILE = "artifacts"
 
int DEF_MAPDIFFICULTY = 1
 Default difficulty for newly created maps. More...
 
int DEF_MAPSIZE = 24
 Default map size (both height and width). More...
 
int DEF_PICKMAP_HEIGHT = 7
 Default height for pickmaps. More...
 
int DEF_PICKMAP_WIDTH = 7
 Default width for pickmaps. More...
 
String PICKMAP_DIR = "dev/editor/pickmaps"
 The directory that contains all pickmaps. More...
 
String SCRIPTS_DIR = "dev/editor/scripts"
 The directory that contains all scripts. More...
 
String SPELL_FILE = "spells.xml"
 Name of the files the spell information (names and numbers). More...
 
String TILE_NORTH = ResourceIcons.SYSTEM_DIR + "north.png"
 
- Public Attributes inherited from net.sf.gridarta.gui.utils.GUIConstants
Border DIALOG_BORDER = new EmptyBorder(new Insets(4, 4, 4, 4))
 The Border object to be used when creating dialogs. More...
 

Detailed Description

Defines common UI constants used in different dialogs and all used icon files.

Author
Michael Toennies
Andreas Vogl

Definition at line 31 of file IGUIConstants.java.

Member Data Documentation

◆ ANIMTREE_FILE

String net.sf.gridarta.var.daimonin.IGUIConstants.ANIMTREE_FILE = "animtree"

◆ ARCH_FILE

◆ ARCHDEF_FILE

String net.sf.gridarta.var.daimonin.IGUIConstants.ARCHDEF_FILE = "archdef.dat"

◆ ARTIFACTS_FILE

String net.sf.gridarta.var.daimonin.IGUIConstants.ARTIFACTS_FILE = "artifacts"

◆ DEF_MAPDIFFICULTY

int net.sf.gridarta.var.daimonin.IGUIConstants.DEF_MAPDIFFICULTY = 1

Default difficulty for newly created maps.

Definition at line 36 of file IGUIConstants.java.

Referenced by net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory.newNewMapDialogFactory().

◆ DEF_MAPSIZE

int net.sf.gridarta.var.daimonin.IGUIConstants.DEF_MAPSIZE = 24

Default map size (both height and width).

Definition at line 41 of file IGUIConstants.java.

Referenced by net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory.newNewMapDialogFactory().

◆ DEF_PICKMAP_HEIGHT

int net.sf.gridarta.var.daimonin.IGUIConstants.DEF_PICKMAP_HEIGHT = 7

Default height for pickmaps.

Definition at line 51 of file IGUIConstants.java.

Referenced by net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory.newNewMapDialogFactory().

◆ DEF_PICKMAP_WIDTH

int net.sf.gridarta.var.daimonin.IGUIConstants.DEF_PICKMAP_WIDTH = 7

Default width for pickmaps.

Definition at line 46 of file IGUIConstants.java.

Referenced by net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory.newNewMapDialogFactory().

◆ PICKMAP_DIR

String net.sf.gridarta.var.daimonin.IGUIConstants.PICKMAP_DIR = "dev/editor/pickmaps"

The directory that contains all pickmaps.

Definition at line 61 of file IGUIConstants.java.

Referenced by net.sf.gridarta.var.daimonin.model.settings.DaimoninDefaultProjectSettings.getPickmapDir().

◆ SCRIPTS_DIR

String net.sf.gridarta.var.daimonin.IGUIConstants.SCRIPTS_DIR = "dev/editor/scripts"

The directory that contains all scripts.

Definition at line 56 of file IGUIConstants.java.

Referenced by net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory.getScriptsDir().

◆ SPELL_FILE

String net.sf.gridarta.var.daimonin.IGUIConstants.SPELL_FILE = "spells.xml"

Name of the files the spell information (names and numbers).

Definition at line 81 of file IGUIConstants.java.

Referenced by net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory.getSpellFile().

◆ TILE_NORTH

String net.sf.gridarta.var.daimonin.IGUIConstants.TILE_NORTH = ResourceIcons.SYSTEM_DIR + "north.png"

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