org.topbraidcomposer.ui
Class DisplayLabels

java.lang.Object
  extended by org.topbraidcomposer.ui.DisplayLabels

public class DisplayLabels
extends java.lang.Object


Constructor Summary
DisplayLabels()
           
 
Method Summary
static java.lang.String getDisplayLabel(com.hp.hpl.jena.rdf.model.Resource resource, int mode)
           
static int getLabelDisplayMode()
           
static void initLabelSwitchingSupport(org.eclipse.jface.viewers.StructuredViewer viewer)
           
static boolean isExcludedPrefix(java.lang.String prefix)
           
static void resetExcludedPrefixes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisplayLabels

public DisplayLabels()
Method Detail

getDisplayLabel

public static java.lang.String getDisplayLabel(com.hp.hpl.jena.rdf.model.Resource resource,
                                               int mode)

getLabelDisplayMode

public static int getLabelDisplayMode()

initLabelSwitchingSupport

public static void initLabelSwitchingSupport(org.eclipse.jface.viewers.StructuredViewer viewer)

isExcludedPrefix

public static boolean isExcludedPrefix(java.lang.String prefix)

resetExcludedPrefixes

public static void resetExcludedPrefixes()