![]() |
Gridarta Editor
|
Defines common UI constants used in different dialogs and all used icon files. More...
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" |
![]() | |
Border | DIALOG_BORDER = new EmptyBorder(new Insets(4, 4, 4, 4)) |
The Border object to be used when creating dialogs. More... | |
Defines common UI constants used in different dialogs and all used icon files.
Definition at line 31 of file IGUIConstants.java.
String net.sf.gridarta.var.daimonin.IGUIConstants.ANIMTREE_FILE = "animtree" |
File to store the animation tree information after arch collection.
Definition at line 72 of file IGUIConstants.java.
Referenced by net.sf.gridarta.var.daimonin.resource.CollectedResourcesReader.CollectedResourcesReader(), and net.sf.gridarta.var.daimonin.resource.DefaultResources.writeCollectedInt().
String net.sf.gridarta.var.daimonin.IGUIConstants.ARCH_FILE = "archetypes" |
String net.sf.gridarta.var.daimonin.IGUIConstants.ARCHDEF_FILE = "archdef.dat" |
Definition at line 63 of file IGUIConstants.java.
Referenced by net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory.newArchetypeParser().
String net.sf.gridarta.var.daimonin.IGUIConstants.ARTIFACTS_FILE = "artifacts" |
Definition at line 74 of file IGUIConstants.java.
Referenced by net.sf.gridarta.var.daimonin.resource.DefaultResources.loadArtifacts().
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().
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().
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().
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().
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().
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().
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().
String net.sf.gridarta.var.daimonin.IGUIConstants.TILE_NORTH = ResourceIcons.SYSTEM_DIR + "north.png" |
Definition at line 76 of file IGUIConstants.java.
Referenced by net.sf.gridarta.var.daimonin.maincontrol.DefaultEditorFactory.getCompassIconName().