|
Gridarta Editor
|
Class with constants used in Gridarta and derivates. More...
Collaboration diagram for net.sf.gridarta.utils.CommonConstants:Static Public Attributes | |
| static final Color | BG_COLOR = new Color(100, 219, 169) |
| Background Color (for the Panels). More... | |
| static final String | DEFAULT_MAP_FILENAME = "<new map>" |
| Default file name for new maps. More... | |
| static final String | HELP_DIR = "resource/HelpFiles" |
| The directory that contains all (html) help files. More... | |
| static final int | SPACE_PICKMAP_ARCHETYPE_TOP = 10 |
| The height of rigid area between the two tab-panes on the pickmap- and archetype-panel. More... | |
| static final String | TYPEDEF_FILE = "types.xml" |
| Name of the file that contains the type definitions. More... | |
Private Member Functions | |
| CommonConstants () | |
| Don't instantiate. More... | |
Class with constants used in Gridarta and derivates.
Definition at line 28 of file CommonConstants.java.
|
private |
Don't instantiate.
Definition at line 59 of file CommonConstants.java.
|
static |
Background Color (for the Panels).
Definition at line 38 of file CommonConstants.java.
Referenced by net.sf.gridarta.gui.dialog.plugin.parameter.archetype.ArchComboBoxEditor< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.ArchComboBoxEditor(), net.sf.gridarta.gui.panel.archetypechooser.ArchetypePanel< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.ArchetypePanel(), net.sf.gridarta.var.crossfire.gui.map.renderer.FlatPickmapRenderer.FlatPickmapRenderer(), net.sf.gridarta.gui.map.renderer.IsoPickmapRenderer< G extends DefaultIsoGameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.IsoPickmapRenderer(), and net.sf.gridarta.gui.map.mapview.MapCursorTracker< G, A, R >.MapCursorTracker().
|
static |
Default file name for new maps.
Definition at line 54 of file CommonConstants.java.
Referenced by net.sf.gridarta.gui.misc.DefaultFileControl< G, A, R >.saveMapAs().
|
static |
The directory that contains all (html) help files.
Definition at line 33 of file CommonConstants.java.
|
static |
The height of rigid area between the two tab-panes on the pickmap- and archetype-panel.
Definition at line 49 of file CommonConstants.java.
Referenced by net.sf.gridarta.gui.panel.archetypechooser.ArchetypeChooserView< G, A, R >.ArchetypeChooserView(), and net.sf.gridarta.gui.panel.pickmapchooser.PickmapChooserView< G, A, R >.PickmapChooserView().
|
static |
Name of the file that contains the type definitions.
Definition at line 43 of file CommonConstants.java.
Referenced by net.sf.gridarta.project.ProjectModel<?, ?, ?>.loadArchetypeTypeSet().