org.topbraidcomposer.core
Class TBC

java.lang.Object
  extended by org.topbraidcomposer.core.TBC

public class TBC
extends java.lang.Object

A collection of global constants.

Author:
Holger Knublauch

Field Summary
static java.lang.String BASE_ID
          The base ID of various plugins, extension points etc (org.topbraidcomposer)
static java.lang.String ERROR_LOG
          A string describing how to find the error log
static java.lang.String TOPBRAID_COMPOSER
          The product's name
 
Constructor Summary
TBC()
           
 
Method Summary
static TBCFileRegistry getFileRegistry()
          Gets the singleton FileRegistry typecast into TBCFileRegistry.
static org.eclipse.swt.graphics.Image getImage(ImageMetadata im)
           
static org.eclipse.jface.resource.ImageDescriptor getImageDescriptor(ImageMetadata im)
           
static TBCOntModelRegistry getOntModelRegistry()
           
static TBCSession getSession()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BASE_ID

public static final java.lang.String BASE_ID
The base ID of various plugins, extension points etc (org.topbraidcomposer)

See Also:
Constant Field Values

ERROR_LOG

public static final java.lang.String ERROR_LOG
A string describing how to find the error log

See Also:
Constant Field Values

TOPBRAID_COMPOSER

public static final java.lang.String TOPBRAID_COMPOSER
The product's name

See Also:
Constant Field Values
Constructor Detail

TBC

public TBC()
Method Detail

getFileRegistry

public static TBCFileRegistry getFileRegistry()
Gets the singleton FileRegistry typecast into TBCFileRegistry.

Returns:
the global FileRegistry

getOntModelRegistry

public static TBCOntModelRegistry getOntModelRegistry()

getSession

public static TBCSession getSession()

getImageDescriptor

public static org.eclipse.jface.resource.ImageDescriptor getImageDescriptor(ImageMetadata im)

getImage

public static org.eclipse.swt.graphics.Image getImage(ImageMetadata im)