com.bonevich.erj
Interface ErjConstants

All Known Implementing Classes:
ErjFrame, ErjTreeCellRenderer, FigAttribute, FigForeignKey, FigRelation, GenerateDDLDialog, ModelEditor, ModelElement, Project, ProjectPropertiesDialog, Splash, TargetDatabaseDialog

public interface ErjConstants

An interface holding all the constants relevant to the ERJ application, mostly across classes. App classes may either "implement" or just import this interface and use the constants.


Field Summary
static java.awt.Color EDITOR_COLOR
           
static java.awt.Font EDITOR_FONT
           
static java.lang.String EMPTY_STR
           
static javax.swing.Icon ICON_AK
           
static javax.swing.Icon ICON_DOMAIN
           
static javax.swing.Icon ICON_FK
           
static javax.swing.Icon ICON_FOREIGNKEY
           
static javax.swing.Icon ICON_NOTNULL
           
static javax.swing.Icon ICON_NULL
           
static javax.swing.Icon ICON_PK
           
static javax.swing.Icon ICON_RELATION
           
static javax.swing.Icon ICON_SCHEMA
           
static javax.swing.Icon ICON_SPLASH
           
static java.awt.Dimension INITIAL_FRAME_SIZE
           
static java.awt.Color LABEL_COLOR
           
static java.awt.Color LABEL_FILL
           
static java.awt.Font LABEL_FONT
           
static java.awt.Font LABEL_FONT_ITALIC
           
static int LABEL_FONT_SIZE
           
static java.awt.FontMetrics LABEL_FONTMETRICS
           
static java.awt.Color STATUSBAR_COLOR
           
static java.awt.Font STATUSBAR_FONT
           
static java.awt.Font STATUSBAR_FONT_ITALIC
           
static java.awt.Color STATUSBAR_MOD_FILL
           
static java.awt.Color SUBLABEL_FILL
           
 

Field Detail

EMPTY_STR

public static final java.lang.String EMPTY_STR
See Also:
Constant Field Values

INITIAL_FRAME_SIZE

public static final java.awt.Dimension INITIAL_FRAME_SIZE

STATUSBAR_FONT

public static final java.awt.Font STATUSBAR_FONT

STATUSBAR_FONT_ITALIC

public static final java.awt.Font STATUSBAR_FONT_ITALIC

STATUSBAR_COLOR

public static final java.awt.Color STATUSBAR_COLOR

STATUSBAR_MOD_FILL

public static final java.awt.Color STATUSBAR_MOD_FILL

LABEL_FONT

public static final java.awt.Font LABEL_FONT

LABEL_FONTMETRICS

public static final java.awt.FontMetrics LABEL_FONTMETRICS

LABEL_FONT_ITALIC

public static final java.awt.Font LABEL_FONT_ITALIC

LABEL_COLOR

public static final java.awt.Color LABEL_COLOR

LABEL_FILL

public static final java.awt.Color LABEL_FILL

SUBLABEL_FILL

public static final java.awt.Color SUBLABEL_FILL

LABEL_FONT_SIZE

public static final int LABEL_FONT_SIZE
See Also:
Constant Field Values

EDITOR_FONT

public static final java.awt.Font EDITOR_FONT

EDITOR_COLOR

public static final java.awt.Color EDITOR_COLOR

ICON_NULL

public static final javax.swing.Icon ICON_NULL

ICON_NOTNULL

public static final javax.swing.Icon ICON_NOTNULL

ICON_PK

public static final javax.swing.Icon ICON_PK

ICON_AK

public static final javax.swing.Icon ICON_AK

ICON_FK

public static final javax.swing.Icon ICON_FK

ICON_SCHEMA

public static final javax.swing.Icon ICON_SCHEMA

ICON_RELATION

public static final javax.swing.Icon ICON_RELATION

ICON_FOREIGNKEY

public static final javax.swing.Icon ICON_FOREIGNKEY

ICON_DOMAIN

public static final javax.swing.Icon ICON_DOMAIN

ICON_SPLASH

public static final javax.swing.Icon ICON_SPLASH


Copyright © 2001-2003 bonevich.com. All Rights Reserved.