Gridarta Editor
net.sf.gridarta.utils.CommonConstants Class Reference
+ Collaboration diagram for net.sf.gridarta.utils.CommonConstants:

Static Public Attributes

static final Color BG_COLOR = new Color(100, 219, 169)
 
static final String DEFAULT_MAP_FILENAME = "<new map>"
 
static final String HELP_DIR = "resource/HelpFiles"
 
static final int SPACE_PICKMAP_ARCHETYPE_TOP = 10
 
static final String TYPEDEF_FILE = "types.xml"
 

Private Member Functions

 CommonConstants ()
 

Detailed Description

Class with constants used in Gridarta and derivates.

Author
Christian Hujer

Definition at line 28 of file CommonConstants.java.

Constructor & Destructor Documentation

◆ CommonConstants()

net.sf.gridarta.utils.CommonConstants.CommonConstants ( )
private

Don't instantiate.

Definition at line 59 of file CommonConstants.java.

Member Data Documentation

◆ BG_COLOR

◆ DEFAULT_MAP_FILENAME

final String net.sf.gridarta.utils.CommonConstants.DEFAULT_MAP_FILENAME = "<new map>"
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().

◆ HELP_DIR

final String net.sf.gridarta.utils.CommonConstants.HELP_DIR = "resource/HelpFiles"
static

The directory that contains all (html) help files.

Definition at line 33 of file CommonConstants.java.

◆ SPACE_PICKMAP_ARCHETYPE_TOP

final int net.sf.gridarta.utils.CommonConstants.SPACE_PICKMAP_ARCHETYPE_TOP = 10
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().

◆ TYPEDEF_FILE

final String net.sf.gridarta.utils.CommonConstants.TYPEDEF_FILE = "types.xml"
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().


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