roneditor
Interface IRonEditorConstants


public interface IRonEditorConstants

Some constants and identifiers used across all components of the RONEditor.

Author:
Tony Modica

Field Summary
static org.eclipse.swt.graphics.FontData[] objectNetFontData
          A shared FontData object for a 14 pt bold Sans font.
static java.lang.String objectNetFontID
          An identifier for the shared 14 pt bold Sans font.
static java.lang.String objectNetViewID
          This is the ID of the View for object nets according to plugin.xml.
static java.lang.String RONViewID
          This is the ID of the View for ron according to plugin.xml.
static java.lang.String ruleViewID
          This is the ID of the View for object nets according to plugin.xml.
 

Field Detail

objectNetViewID

static final java.lang.String objectNetViewID
This is the ID of the View for object nets according to plugin.xml.

See Also:
Constant Field Values

ruleViewID

static final java.lang.String ruleViewID
This is the ID of the View for object nets according to plugin.xml.

See Also:
Constant Field Values

RONViewID

static final java.lang.String RONViewID
This is the ID of the View for ron according to plugin.xml.

See Also:
Constant Field Values

objectNetFontData

static final org.eclipse.swt.graphics.FontData[] objectNetFontData
A shared FontData object for a 14 pt bold Sans font.


objectNetFontID

static final java.lang.String objectNetFontID
An identifier for the shared 14 pt bold Sans font.

See Also:
Constant Field Values