org.topbraidcomposer.editors.pages
Class Pages

java.lang.Object
  extended by org.topbraidcomposer.editors.pages.Pages

public class Pages
extends java.lang.Object

A collection of Java constants to access the pages extension point.

Author:
Holger Knublauch

Field Summary
static java.lang.String EXTENSION_POINT
           
static java.lang.String FACTORY_CLASS
           
static java.lang.String ICON
           
static java.lang.String ID
           
static java.lang.String NAME
           
static java.lang.String WEIGHT
           
 
Constructor Summary
Pages()
           
 
Method Summary
static boolean exists(java.lang.String id)
           
static java.util.List getPageFactories(com.hp.hpl.jena.rdf.model.Model model)
           
static java.lang.String getPageID(IResourceEditorPageFactory factory)
           
static org.eclipse.swt.graphics.Image getPageImage(IResourceEditorPageFactory factory)
           
static java.lang.String getPageName(IResourceEditorPageFactory factory)
           
static int getPageWeight(IResourceEditorPageFactory factory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXTENSION_POINT

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

FACTORY_CLASS

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

ICON

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

ID

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

NAME

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

WEIGHT

public static final java.lang.String WEIGHT
See Also:
Constant Field Values
Constructor Detail

Pages

public Pages()
Method Detail

exists

public static boolean exists(java.lang.String id)

getPageFactories

public static java.util.List getPageFactories(com.hp.hpl.jena.rdf.model.Model model)

getPageID

public static java.lang.String getPageID(IResourceEditorPageFactory factory)

getPageImage

public static org.eclipse.swt.graphics.Image getPageImage(IResourceEditorPageFactory factory)

getPageName

public static java.lang.String getPageName(IResourceEditorPageFactory factory)

getPageWeight

public static int getPageWeight(IResourceEditorPageFactory factory)