org.topbraidcomposer.editors.ontology.overview.namespaces
Class NamespacesTableFormPart

java.lang.Object
  extended by org.eclipse.ui.forms.AbstractFormPart
      extended by org.topbraidcomposer.editors.ontology.overview.namespaces.NamespacesTableFormPart
All Implemented Interfaces:
org.eclipse.ui.forms.IFormPart, NamespacesTableColumns

public class NamespacesTableFormPart
extends org.eclipse.ui.forms.AbstractFormPart
implements NamespacesTableColumns


Field Summary
static int GAP
           
 
Fields inherited from interface org.topbraidcomposer.editors.ontology.overview.namespaces.NamespacesTableColumns
COL_IMPORTED, COL_NAMESPACE, COL_PREFIX, COUNT, PROPERTY_NAMESPACE, PROPERTY_PREFIX
 
Constructor Summary
NamespacesTableFormPart(com.hp.hpl.jena.ontology.OntModel ontModel, BaseURIFormPart baseURIFormPart)
           
 
Method Summary
 void dispose()
           
 org.eclipse.swt.widgets.Control getControl()
           
 com.hp.hpl.jena.ontology.OntModel getOntModel()
           
 void initialize(org.eclipse.ui.forms.IManagedForm form)
           
 boolean isEditable(java.lang.String prefix)
           
 void updateColumnWidths()
           
 
Methods inherited from class org.eclipse.ui.forms.AbstractFormPart
commit, getManagedForm, isDirty, isStale, markDirty, markStale, refresh, setFocus, setFormInput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GAP

public static final int GAP
See Also:
Constant Field Values
Constructor Detail

NamespacesTableFormPart

public NamespacesTableFormPart(com.hp.hpl.jena.ontology.OntModel ontModel,
                               BaseURIFormPart baseURIFormPart)
Method Detail

dispose

public void dispose()
Specified by:
dispose in interface org.eclipse.ui.forms.IFormPart
Overrides:
dispose in class org.eclipse.ui.forms.AbstractFormPart

getControl

public org.eclipse.swt.widgets.Control getControl()

getOntModel

public com.hp.hpl.jena.ontology.OntModel getOntModel()

initialize

public void initialize(org.eclipse.ui.forms.IManagedForm form)
Specified by:
initialize in interface org.eclipse.ui.forms.IFormPart
Overrides:
initialize in class org.eclipse.ui.forms.AbstractFormPart

isEditable

public boolean isEditable(java.lang.String prefix)

updateColumnWidths

public void updateColumnWidths()